zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers <zsh-workers@sunsite.dk>
Subject: Re: hash completion oddity
Date: Fri, 29 Feb 2008 09:29:05 -0800	[thread overview]
Message-ID: <080229092905.ZM17627@torch.brasslantern.com> (raw)
In-Reply-To: <237967ef0802290720y7b7d8e91n5df822fd989b69c@mail.gmail.com>

On Feb 29,  4:20pm, Mikael Magnusson wrote:
}
} hash -d foo=~jo<tab>
} and expected it to complete to foo=~johndoe, but instead it just says
} "unknown user jo".

C-x h will show you that in that context it's expecting to complete
files, only.  The _hash function is calling _path_files at that point,
which doesn't know how to populate an incomplete tilde-expansion.

I don't have time at the moment to try to work out what to change to
get it to call _tilde first.  I may take another stab later but if
someone else wants to jump in, please do.


      reply	other threads:[~2008-02-29 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-29 15:20 Mikael Magnusson
2008-02-29 17:29 ` Bart Schaefer [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=080229092905.ZM17627@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@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).