zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: MIME defaults
@ 2005-12-07 23:26 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2005-12-07 23:26 UTC (permalink / raw)
  To: Zsh hackers list

The recent patch for adding styles to the MIME system changed the
default settings: not sure if this was intended, but I don't think it's
a good idea.

Index: Functions/MIME/zsh-mime-handler
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/MIME/zsh-mime-handler,v
retrieving revision 1.2
diff -u -r1.2 zsh-mime-handler
--- Functions/MIME/zsh-mime-handler	25 Oct 2005 22:50:47 -0000	1.2
+++ Functions/MIME/zsh-mime-handler	7 Dec 2005 21:49:24 -0000
@@ -53,12 +53,12 @@
 
 # Set to yes if we use eval instead of sh -c for complicated mailcap lines
 # Can possibly break some mailcap entries which expect sh compatibility,
-# is faster, as a new process is not spawned.
-zstyle -T $context current-shell && no_sh=yes
+# but is faster, as a new process is not spawned.
+zstyle -t $context current-shell && no_sh=yes
 
 # Set to yes if the process shouldn't be backgrounded even if it doesn't need a
 # terminal and display is set.
-zstyle -T $context never-background && no_bg=yes
+zstyle -t $context never-background && no_bg=yes
 
 local -a files
 local hasmeta stdin

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page still at http://www.pwstephenson.fsnet.co.uk/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-07 23:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-07 23:26 PATCH: MIME defaults Peter Stephenson

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