From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12708 invoked from network); 7 Jun 1999 12:44:27 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Jun 1999 12:44:27 -0000 Received: (qmail 25488 invoked by alias); 7 Jun 1999 12:44:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6502 Received: (qmail 25481 invoked from network); 7 Jun 1999 12:44:19 -0000 Date: Mon, 7 Jun 1999 14:44:17 +0200 (MET DST) Message-Id: <199906071244.OAA07353@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Mon, 7 Jun 1999 16:09:01 +0400 Subject: RE: More intellegent suffix removing? Andrej Borsenkow wrote: > > The patch would be the thing below (are there any other characters > > where this would be the right thing?). It looks a bit ugly when this > > happens after typing a `<' or `>', though. > > > > If Peter decides to keep this patch, it should be of course documented. Well, for the shell things like `;' are word separators, but maybe, yes... Bye Sven diff -u od/Zsh/options.yo Doc/Zsh/options.yo --- od/Zsh/options.yo Mon Jun 7 13:00:16 1999 +++ Doc/Zsh/options.yo Mon Jun 7 14:24:06 1999 @@ -119,7 +119,8 @@ cindex(slash, removing trailing) item(tt(AUTO_REMOVE_SLASH))( When the last character resulting from a completion is a slash and the next -character typed is a word delimiter or a slash, remove the slash. +character typed is a word delimiter, a slash, or a character that ends +a command (such as a semicolon or an ampersand), remove the slash. ) pindex(AUTO_RESUME) cindex(jobs, resuming automatically) -- Sven Wischnowsky wischnow@informatik.hu-berlin.de