zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh-users List <zsh-users@sunsite.dk>
Subject: Re: another Problem with ignore-line
Date: Mon, 30 Aug 2004 14:21:04 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.61.0408301413080.3292@toltec.zanshin.com> (raw)
In-Reply-To: <20040830172050.GC3639@spiegl.de>

On Mon, 30 Aug 2004, Andy Spiegl wrote:

> But I can't find the culprit.  Only that it has to do with this line:
>  zstyle ':completion:*' completer _expand_dots _complete _match _correct

Try removing "_expand_dots" from that, and see what happens.  The 
_expand_dots function dates from roughly v3.1.9 and isn't part of the 
regular distribution, so it hasn't been updated unless you've done so
yourself, and it may be doing something that isn't quite right anymore.

If it still happens after removing _expand_dots is removed, try using

condor:~/zshtest>mv a<\C-x?>

(ctrl-x question-mark) which invokes _complete_debug, and examine the temp 
file that gets dumped.

> Oh, wait it's enough to remove "completer" from it.  Strange!

No, not strange at all. The syntax is:

zstyle CONTEXT         STYLE     ARGUMENTS
       =============== ========= ====================================== 
zstyle ':completion:*' completer _expand_dots _complete _match _correct

If you remove "completer" you've changed the style name, and the whole 
thing gets ignored.


  reply	other threads:[~2004-08-30 21:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-26 18:18 Problem with ignore-line and parenthesis Jesper Holmberg
2004-08-26 22:14 ` Andy Spiegl
2004-08-30 15:13   ` another Problem with ignore-line Andy Spiegl
2004-08-30 15:25     ` Oliver Kiddle
2004-08-30 17:20       ` Andy Spiegl
2004-08-30 21:21         ` Bart Schaefer [this message]
2004-08-31  8:38           ` Andy Spiegl
2004-08-31 12:27             ` Oliver Kiddle
2004-08-31 14:41               ` Andy Spiegl
2004-08-27  0:37 ` Problem with ignore-line and parenthesis Bart Schaefer
2004-08-27  7:32   ` Jesper Holmberg
2004-08-27 10:14   ` Oliver Kiddle

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=Pine.LNX.4.61.0408301413080.3292@toltec.zanshin.com \
    --to=schaefer@brasslantern.com \
    --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).