From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8612 invoked from network); 25 Jul 2001 09:24:47 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Jul 2001 09:24:47 -0000 Received: (qmail 10468 invoked by alias); 25 Jul 2001 09:24:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15480 Received: (qmail 10457 invoked from network); 25 Jul 2001 09:24:39 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: Borsenkow Andrej To: Sven Wischnowsky , zsh-workers@sunsite.dk Subject: RE: RE: About the new long/short options changes Date: Wed, 25 Jul 2001 13:24:34 +0400 Message-ID: <000d01c114eb$9e357c60$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200107250920.LAA17879@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 > > > > > > > The result is the patch below, which is already quite satisfying, I > > > think. > > > > It looks a bit strange to me (no change in setup): > > > > bor@itsrm2% gdiff -TAB > > bor@itsrm2% gdiff --brief > > Completing option > > --brief > > -q > > > > -- output only whether files differ > > Of course not. Could you tell me your zstyles and options? > > .zshrc: bindkey -e bindkey '^I' complete-word bindkey '^[q' push-line-or-edit bindkey -M menuselect '/' accept-and-infer-next-history bindkey -M menuselect ',' accept-and-menu-complete setopt autopushd setopt cdablevars setopt extendedhistory setopt extendedglob setopt histexpiredupsfirst setopt histignorealldups setopt histignoredups setopt histreduceblanks setopt histsavenodups setopt ignoreeof setopt menucomplete setopt nobanghist setopt nolistambiguous setopt nolistbeep setopt numericglobsort setopt pushdminus and styles: bor@itsrm2% zstyle -L zstyle ':completion:*' completer _oldlist _complete _match zstyle ':completion:*:warnings' format 'No matches for: %d' zstyle ':completion:*' format '%BCompleting %d%b' zstyle ':completion:*' group-name '' zstyle ':completion:*' insert-unambiguous true zstyle ':completion:*' list-colors '' zstyle ':completion:*' list-prompt '%SAt %p: Hit TAB for more, or the character to insert%s' zstyle ':completion:*' match-original both zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' '+r:|[._-]=** r:|=**' zstyle ':completion:*' menu 'select=long-list' 'select=0' zstyle ':completion:*' verbose true zstyle :compinstall filename /home/bor/.zcompletion zstyle ':completion:*:*:configure:*' tag-order 'options:-with:with\ options options:-other:other\ options' 'options:-without:without\ options' zstyle ':completion:*:options-with' ignored-patterns '^--with-*' zstyle ':completion:*:options-without' ignored-patterns '^--without-*' zstyle ':completion:*:options-other' ignored-patterns '--with(|out)-*' zstyle ':completion:*' ambiguous true zstyle ':completion:*' list-rows-first true zstyle ':completion:*:processes' command ' if (($EUID && !${+NUMERIC})); then ps -fu $EUID else ps -fe fi '