Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: RE: About the new long/short options changes
- X-seq: zsh-workers 15480
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: RE: RE: About the new long/short options changes
- Date: Wed, 25 Jul 2001 13:24:34 +0400
- Importance: Normal
- In-reply-to: <200107250920.LAA17879@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> > >
> > > 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
'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author