Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] test
@ 2001-12-05 15:10 Didier Verna
  2001-12-05 15:20 ` Didier Verna
  0 siblings, 1 reply; 2+ messages in thread
From: Didier Verna @ 2001-12-05 15:10 UTC (permalink / raw)



		Dear folks,

	

lisp/ChangeLog addition:

2001-12-05  Didier Verna  <didier@lrde.epita.fr>

	* mm-decode.el (mm-mailcap-command): test.


Gnus Patch (runsocks cvs -q diff -u -t -b -B -w lisp/mm-decode.el):

Index: lisp/mm-decode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-decode.el,v
retrieving revision 6.57
diff -u -u -t -b -B -w -r6.57 mm-decode.el
--- lisp/mm-decode.el	2001/10/19 14:13:36	6.57
+++ lisp/mm-decode.el	2001/12/05 15:13:51
@@ -721,7 +721,8 @@
         (beg 0)
         (uses-stdin t)
         out sub total)
-    (while (string-match "%{\\([^}]+\\)}\\|%s\\|%t\\|%%" method beg)
+    (while (string-match "%{\\([^}]+\\)}\\|%s\\|'%s'\\|%t\\|'%t'\\|%%"
+                         method beg)
       (push (substring method beg (match-beginning 0)) out)
       (setq beg (match-end 0)
             total (match-string 0 method)
@@ -729,11 +730,11 @@
       (cond
        ((string= total "%%")
         (push "%" out))
-       ((string= total "%s")
+       ((or (string= total "%s") (string= total "'%s'"))
         (setq uses-stdin nil)
         (push (mm-quote-arg
                (gnus-map-function mm-path-name-rewrite-functions file)) out))
-       ((string= total "%t")
+       ((or (string= total "%t") (string= total "'%t'"))
         (push (mm-quote-arg (car type-list)) out))
        (t
         (push (mm-quote-arg (or (cdr (assq (intern sub) ctl)) "")) out))))

-- 
Didier Verna, didier@lrde.epita.fr, http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 53 14 59 47
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier@xemacs.org



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

* Re: [PATCH] test
  2001-12-05 15:10 [PATCH] test Didier Verna
@ 2001-12-05 15:20 ` Didier Verna
  0 siblings, 0 replies; 2+ messages in thread
From: Didier Verna @ 2001-12-05 15:20 UTC (permalink / raw)


I wrote:

> 		Dear folks,

        I apologize for this spam. I was debugging the next version of
Patcher, and the mail went away without my agreement :-)

-- 
Didier Verna, didier@lrde.epita.fr, http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 53 14 59 47
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier@xemacs.org



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-05 15:10 [PATCH] test Didier Verna
2001-12-05 15:20 ` Didier Verna

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