Your message dated Tue, 30 Dec 2008 01:59:19 +0100
with message-id <[email protected]>
and subject line Bug triage
has caused the Debian Bug report #183730,
regarding zsh: setting SAVEHIST breaks history saving without warning
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
183730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=183730
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh
If you set SAVEHIST too high, zsh will just stop saving history
without any warning, error message or anything. It seems like the
limit is INT_MAX, but I haven't tracked it further down. At least
giving out a warning or something would be good.
--
Tollef Fog Heen ,''`.
UNIX is user friendly, it's just picky about who its friends are : :' :
`. `'
`-
--- End Message ---
--- Begin Message ---
Version: 4.3.6
ric...@adamantium ~ % SAVEHIST=111111111111111111111111111111111111
zsh: number truncated after 20 digits: 111111111111111111111111111111111111
ric...@adamantium ~ % aSAVEHIST=111111111111111111111111111111111111
ric...@adamantium ~ %
--- End Message ---