zsh-workers
 help / color / mirror / code / Atom feed
From: "Oliver Kiddle" <okiddle@yahoo.co.uk>
To: zsh-workers@sunsite.dk
Subject: Re: PATCH: Re: Completion for kill
Date: Fri, 23 Mar 2001 16:05:34 +0000 (GMT)	[thread overview]
Message-ID: <20010323160534.71331.qmail@web9301.mail.yahoo.com> (raw)
In-Reply-To: <200103231517.QAA10751@beta.informatik.hu-berlin.de>

--- Sven Wischnowsky <wischnow@informatik.hu-berlin.de> wrote:
> Ahem.  Sorry (I use jobs so seldom that I didn't see that...)

> -elif [[ "$PREFIX$SUFFIX" = [0-9]# ]]; then
> +elif [[ "$PREFIX$SUFFIX" = (%*|[0-9]#) ]]; then

Thanks. The same situation happens with signals so that change needs to
use [%-] instead of %. I didn't mention the signals because I rarely
complete them.

I find it mildly concerning that _pids needs to know about the
situation it is called in here. If in the future, it is used somewhere
else where the other matches don't start with something simple like %
or -, I can't see that it could know. I see that it works in _gdb but
only because _gdb calls _pids with a -m option. I suppose we can worry
about this if and when it becomes an issue.

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 16:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-23 15:17 Sven Wischnowsky
2001-03-23 16:05 ` Oliver Kiddle [this message]
2001-03-26  8:25 Sven Wischnowsky

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=20010323160534.71331.qmail@web9301.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).