zsh-users
 help / color / mirror / code / Atom feed
From: pollux <duret_g@epita.fr>
To: zsh-users@sunsite.auc.dk
Subject: kill and wait completion
Date: 19 Sep 1999 21:12:56 +0200	[thread overview]
Message-ID: <mvbogeyiukn.fsf@phobos.lrde.epita.fr> (raw)


Hi,

Shouldn't `_kill' and `_wait' completion functions split 
`$compconfig[ps_args]' and `$compconfig[ps_listargs]' at spaces ?


*** _kill.old	Sat Sep 18 10:26:45 1999
--- _kill	Sat Sep 18 10:44:07 1999
***************
*** 1,5 ****
--- 1,6 ----
  #compdef kill
  
+ setopt local_options sh_word_split
  local list expl
  
  if compset -P 1 -; then
*** _wait.old	Sun Sep 19 20:58:14 1999
--- _wait	Sun Sep 19 20:59:14 1999
***************
*** 11,16 ****
--- 11,17 ----
  #    options for the ps command that are to be used when creating
  #    the list to display during completion.
  
+ setopt local_options sh_word_split
  local list ret=1 expl
  
  _description expl job


--
Alexandre 'Pollux' Duret-Lutz


             reply	other threads:[~1999-09-19 19:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-19 19:12 pollux [this message]
1999-09-19 23:08 ` Bart Schaefer

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=mvbogeyiukn.fsf@phobos.lrde.epita.fr \
    --to=duret_g@epita.fr \
    --cc=zsh-users@sunsite.auc.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).