zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: compinit causes strange tab completion on '<'
Date: Mon, 13 Feb 2006 16:29:37 +0000	[thread overview]
Message-ID: <1060213162937.ZM13338@candle.brasslantern.com> (raw)
In-Reply-To: <43F04230.8050708@llsd.net>

On Feb 13,  3:24am, Jeff wrote:
}
} %< ./init.d/[tab]
} gives no completion
} %< /etc/init.d/[tab]
} gives no completion

This is a problem with either the _redirect completer or the _set_command
utility funtion, depending on how you look at it.  _redirect calls
_set_command to find the name of the command to which input is being
redirected, but in this case there is none.   _set_command incorrectly
returns /etc/init.d as the command name and conseqently the completion
system tries to complete arguments for init scripts, rather than the
names of the init scripts.

I'm not immediately sure what to do about it, though.

-- 
Bart Schaefer
http://www.well.com/user/barts


      reply	other threads:[~2006-02-13 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-13  8:24 Jeff
2006-02-13 16: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=1060213162937.ZM13338@candle.brasslantern.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).