zsh-workers
 help / color / mirror / code / Atom feed
* Disowning a stopped job
@ 2001-05-22 20:45 Bart Schaefer
  2001-05-29  9:28 ` Sven Wischnowsky
  0 siblings, 1 reply; 12+ messages in thread
From: Bart Schaefer @ 2001-05-22 20:45 UTC (permalink / raw)
  To: zsh-workers

Using "disown" on a stopped job leaves the job stopped.  There should be at
least a warning about this.


^ permalink raw reply	[flat|nested] 12+ messages in thread
* tag-order problem?
@ 2001-05-26 16:24 Tanaka Akira
  2001-05-28  8:26 ` Sven Wischnowsky
  0 siblings, 1 reply; 12+ messages in thread
From: Tanaka Akira @ 2001-05-26 16:24 UTC (permalink / raw)
  To: zsh-workers

I found a problem as follows.

Z(2):akr@flux% Src/zsh -f
flux% echo $ZSH_VERSION 
4.0.1-pre-5
flux% bindkey -e; fpath=(Completion Completion/**/*(/)); autoload -U compinit; compinit -D
flux% zstyle '*' group-name ''
flux% zstyle '*:messages' format '%d'
flux% zstyle '*:descriptions' format '%d'
flux% zstyle ':completion:*' 'tag-order' '*:-non-cvs' '*'
flux% zstyle ':completion:*-non-cvs' 'ignored-patterns' '(*/|)CVS'
flux% compdef _tst tst
flux% _tst () { _arguments -s '-a-:x:' '-b' }
flux% tst -a<TAB>
x
option
-b

I think the option `-b' shouldn't completed here.
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-05-31 15:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-22 20:45 Disowning a stopped job Bart Schaefer
2001-05-29  9:28 ` Sven Wischnowsky
2001-05-29 15:12   ` Bart Schaefer
2001-05-30  7:26     ` Sven Wischnowsky
2001-05-30 13:42     ` Sven Wischnowsky
2001-05-26 16:24 tag-order problem? Tanaka Akira
2001-05-28  8:26 ` Sven Wischnowsky
2001-05-28  9:23   ` Tanaka Akira
2001-05-28 10:30     ` Sven Wischnowsky
2001-05-31 12:35       ` PATCH: " Sven Wischnowsky
2001-05-31 14:15         ` Disowning a stopped job Bart Schaefer
2001-05-31 15:28           ` Sven Wischnowsky

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).