Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Segmentation fault with matcher style setting
- X-seq: zsh-workers 19796
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Segmentation fault with matcher style setting
- Date: Mon, 19 Apr 2004 12:42:59 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This may be related to the problems Thorsten Kampe has been reporting.
--- Forwarded mail from Matthias Kopfermann
Date: Mon, 19 Apr 2004 20:11:29 +0200
From: Matthias Kopfermann
To: Bart Schaefer
btw. i found the segfault causing bug.
zstyle ':completion:*' matcher-list '' 'm:{a-z-}={A-Z_} r:|[-_./]=* r:|=*' \
'm:{a-z-}={A-Z_} l:|=* r:|=*'
does evil things. that came from sven wischnowsky.
zstyle ':completion:*' matcher-list '' 'm:{a-z-}={A-Z_}' 'r:|[-_./]=* r:|=*' \
'm:{a-z-}={A-Z_} l:|=* r:|=*'
(http://www.w9y.de/zsh/zshrc)
he did this zshrc because sven guckes and i begged for it :)
he just said that he does not want it to be a link because sometimes he wants
to do it better.
i did not see what exactly has caused the segfault as my other computer
has the exact same line but does _not_ segfault.
i tell you if i find out!
Matthias
---End of forwarded mail from Matthias Kopfermann
Messages sorted by:
Reverse Date,
Date,
Thread,
Author