From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id LAA00273 for ; Wed, 14 Aug 1996 11:30:10 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id VAA25972; Tue, 13 Aug 1996 21:21:33 -0400 (EDT) Resent-Date: Tue, 13 Aug 1996 21:21:33 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199608132308.BAA01493@hzoli.ppp.cs.elte.hu> Subject: Re: History list fix To: pws@ifh.de (Peter Stephenson) Date: Wed, 14 Aug 1996 01:08:50 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu (Zsh hacking and development) In-Reply-To: <199608131604.SAA22314@hydra.ifh.de> from Peter Stephenson at "Aug 13, 96 06:04:01 pm" X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Acbvb1.0.kL6.SeI4o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1967 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > By the way, there's another fix of mine for a traditional bug, namely > the bogus `permission denied' error when trying to execute a > non-existent programme with an unreadable directory somewhere in the > path, which seems to have gone missing. I did not find it. I think I accidently deleted it because I thought that I already merged it. Cound you send it again to me? An other question, is your fc fix work without the previous HISTIGNOREDUPS patch? I'd like to release 3.0.0 today or at least tomorrow (it's Wednesday 1 am) and I'd like to add bugfixes only and perhaps some POSIX compatibility patches. 3.0-pre6 seems to be quite bug-free (but it's just because everyone is on holiday :-)). The slow refresh on NeXT may be a problem but I have absolutely no idea what can cause that. It seems to be an OS problem since the whole prompt is printed with one fwrite command. Other than that I've found only one serious problem that zsh did not save the history correctly on timeout, and dumped core when all memory debugging was enabled but it was easy to fix (that bug was there befere 2.5 I think). There is an other refresh bug which I reported a few months ago that in an xterm when I type a multiline command like % for i in * do done and later bring it back from the history using up-line-or-history and copy/paste the do/done lines, the result is dodone instead of dodone. On Friday I'll go for an other one-week holiday :-). Zoltan