zsh-workers
 help / color / mirror / code / Atom feed
From: "Oliver Kiddle" <okiddle@yahoo.co.uk>
To: zsh-workers@sunsite.dk
Subject: Completion for kill
Date: Fri, 23 Mar 2001 15:10:14 +0000 (GMT)	[thread overview]
Message-ID: <20010323151014.48902.qmail@web9307.mail.yahoo.com> (raw)

This has just been annoying me: completion for kill insists on doing
menu completion: from zsh -f + compinit, create a couple of background
jobs and then type kill %<tab>. After pressing just one tab, menu
completion is entered with the first job completed in full on the
command-line. The behaviour I would like is exactly what you get with
fg %<tab> in the same situation where you need more tabs before menu
completion is used.

The situation is caused by _pids which _kill uses along with _jobs.
None of the possible values of the insert-ids style help. One solution
is if I add compstate[insert]=unambiguous to the end of _kill. Is there
a better solution to this. Surely _pids should only be messing about
with compstate[insert] if pids are the only thing being completed?

Oliver

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie


                 reply	other threads:[~2001-03-23 15:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20010323151014.48902.qmail@web9307.mail.yahoo.com \
    --to=okiddle@yahoo.co.uk \
    --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).