From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40730 Path: main.gmane.org!not-for-mail From: Didier Verna Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] test Date: Wed, 05 Dec 2001 16:10:32 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035176235 2471 80.91.224.250 (21 Oct 2002 04:57:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:57:15 +0000 (UTC) Return-Path: Original-Received: (qmail 25037 invoked from network); 5 Dec 2001 15:17:33 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 5 Dec 2001 15:17:33 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16Bdht-0005Aq-00; Wed, 05 Dec 2001 09:11:33 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 05 Dec 2001 09:11:19 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA04732 for ; Wed, 5 Dec 2001 09:10:57 -0600 (CST) Original-Received: (qmail 24947 invoked by alias); 5 Dec 2001 15:11:05 -0000 Original-Received: (qmail 24942 invoked from network); 5 Dec 2001 15:11:04 -0000 Original-Received: from hermes.epita.fr (163.5.255.10) by gnus.org with SMTP; 5 Dec 2001 15:11:04 -0000 Original-Received: from goa.lrde.epita.fr (mail@goa.lrde.epita.fr [10.223.13.2]) by hermes.epita.fr id fB5GBEA21191 for EPITA Paris France Wed, 5 Dec 2001 16:11:14 GMT Original-Received: from uzeb.lrde.epita.fr ([10.223.13.53] ident=mail) by goa.lrde.epita.fr with esmtp (Exim 3.32 #1 (Debian)) id 16BdgW-0006RY-00 for ; Wed, 05 Dec 2001 16:10:08 +0100 Original-Received: from didier by uzeb.lrde.epita.fr with local (Exim 3.33 #1 (Debian)) id 16Bdgu-0006Vp-00 for ; Wed, 05 Dec 2001 16:10:32 +0100 Original-To: Gnus Beta Testers X-Attribution: drv X-Url: http://www.lrde.epita.fr/~didier X-Web: http://www.lrde.epita.fr/~didier X-Home-Page: http://www.lrde.epita.fr/~didier X-Face: |j}\)O|k##MrRz#VK$Jy=0r=3Qc,,a/Tr6*JQbE73dy17]2YcmW$9Z&H21e}#~#pgc>dn(is5Bv1l!{1re+Q9suKIOUmOqZs2>QMxHlR;;}kaGYA@HR3D C6 X-Face: 6o|eiKqaHN.ANh8HXDzntcWUOCg\]RsOd.ctvm~*y}Y^R&*a+Co,\s#=HWsw3x$b_n2kJ#g (7u?J^@^xP)f,jUF|0Z'J:|G/bMA5O12*b,7`-Q`=pKsCRIpso07.Y>YB2H{7`?u&yh;C_ZtLHfj * 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D total "%%") (push "%" out)) - ((string=3D total "%s") + ((or (string=3D total "%s") (string=3D total "'%s'")) (setq uses-stdin nil) (push (mm-quote-arg (gnus-map-function mm-path-name-rewrite-functions file)) ou= t)) - ((string=3D total "%t") + ((or (string=3D total "%t") (string=3D total "'%t'")) (push (mm-quote-arg (car type-list)) out)) (t (push (mm-quote-arg (or (cdr (assq (intern sub) ctl)) "")) out)))) --=20 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=EAtre, France Fax.+33 (1) 53 14 59 22 didier@xemac= s.org