diff options
author | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:48:49 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:48:49 +0100 |
commit | 1c9931cc7d37cac9aebb034444fb87e0901e914a (patch) | |
tree | f77c576ffa6f50364dc9e33480ad9a821f9c1c96 /Doc/Zsh/contrib.yo | |
parent | 1a4730b8eecc8f0b098203d79b787799770da179 (diff) | |
download | zsh-1c9931cc7d37cac9aebb034444fb87e0901e914a.tar.gz zsh-1c9931cc7d37cac9aebb034444fb87e0901e914a.tar.xz zsh-1c9931cc7d37cac9aebb034444fb87e0901e914a.zip |
users/17955: new "disown" style for MIME handlers.
Makes handlers put into the background run without job control.
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 06e7ed076..48c510582 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2861,6 +2861,14 @@ question is run using the tt(eval) builtin instead of by starting a new tt(sh) process. This is more efficient, but may not work in the occasional cases where the mailcap handler uses strict POSIX syntax. ) +kindex(disown, MIME style) +item(tt(disown))( +If this boolean style is true, mailcap handlers started in the +background will be disowned, i.e. not subject to job control within +the parent shell. Such handlers nearly always produce their own +windows, so the only likely harmful side effect of setting the style is +that it becomes harder to kill jobs from within the shell. +) kindex(execute-as-is, MIME style) item(tt(execute-as-is))( This style gives a list of patterns to be matched against files |