zsh-users
 help / color / mirror / code / Atom feed
From: Thorsten Kampe <thorsten@thorstenkampe.de>
To: zsh-users@sunsite.dk
Subject: zsh 4.2.0 dumping core on completion attempt
Date: Sat, 22 May 2004 15:54:46 +0200	[thread overview]
Message-ID: <3m5afmj8tzpu$.dlg@thorstenkampe.de> (raw)

zsh 4.2.0 dumps core under Cygwin and Linux with these lines in my
.zshrc:

autoload -U compinit; compinit -C   # completion system
# case-insensitive and partial-word then substring
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z} m:[-._]=[-._] r:|[-./_]=** r:|=*' '+l:|=*'

More precisely it's the "m:[-._]=[-._] r:|[-./_]=**" part.

(These are variations from "6.7 Matching control and controlling where
things are inserted" of the User's Guide)

Surpringly ".f<TAB>" and "_f<TAB>" make zsh dump core while "-f<TAB>"
and "/f<TAB>" do not. The "f" letter can be in fact any *lower case*
letter while "_F<TAB>" or ".H<TAB>" don't make zsh dump core.

Thorsten


             reply	other threads:[~2004-05-22 13:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-22 13:54 Thorsten Kampe [this message]
2004-05-25  6:32 ` Felix Rosencrantz
2004-05-25 22:53   ` Thorsten Kampe
2004-05-28  5:40     ` Felix Rosencrantz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='3m5afmj8tzpu$.dlg@thorstenkampe.de' \
    --to=thorsten@thorstenkampe.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).