zsh-users
 help / color / mirror / code / Atom feed
From: Kyle Rose <krose@krose.org>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-users@sunsite.dk
Subject: Re: Completion strangeness
Date: Wed, 18 May 2005 10:49:06 -0400	[thread overview]
Message-ID: <428B55E2.6000608@krose.org> (raw)
In-Reply-To: <1050518021355.ZM28099@candle.brasslantern.com>

Bart Schaefer wrote:
> On May 17,  4:53pm, Kyle Rose wrote:
> } Subject: Completion strangeness
> }
> } This relates to zsh 4.2.5's ssh command line completion.  I don't know
> } if this problem exists in earlier versions.
> 
> Unless I'm mistaken, this is yet another symptom of an old, old problem.
> 
> See zsh-workers/16598 and its thread, and search for 16598 in the years
> 2004 and 2005 using http://www.zsh.org/cgi-bin/mla/wilma/workers
> 

FWIW, I tried this patch:

diff -r1.1 _combination
91c91,93
<   compadd "$@" -a tmp || { (( $+functions[_$key] )) && "_$key" "$@" }
---
>   local expl
>   _wanted $key expl $key  compadd "$@" -a tmp ||
>       { (( $+functions[_$key] )) && "_$key" "$@" }

and it does *not* change the behavior I'm seeing.  I checked functions
to make sure the updated version was cached. :P

Kyle


      parent reply	other threads:[~2005-05-18 14:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-17 20:53 Kyle Rose
2005-05-18  2:13 ` Bart Schaefer
2005-05-18  4:18   ` Kyle Rose
2005-05-18 14:49   ` Kyle Rose [this message]

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=428B55E2.6000608@krose.org \
    --to=krose@krose.org \
    --cc=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).