From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81723 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus git] branch no-gnus updated: m0-1-92-gaee2cfd =1= Several miscellaneous doc changes Date: Thu, 12 Apr 2012 10:43:05 +0900 Organization: Emacsen advocacy group Message-ID: References: <87bomybt9r.fsf@zelenka.enovance.com> <87398abr0u.fsf@zelenka.enovance.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: dough.gmane.org 1334195079 4267 80.91.229.3 (12 Apr 2012 01:44:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2012 01:44:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30002@lists.math.uh.edu Thu Apr 12 03:44:36 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SI95N-00010A-8p for ding-account@gmane.org; Thu, 12 Apr 2012 03:44:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1SI94J-0005ca-SL; Wed, 11 Apr 2012 20:43:27 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SI94H-0005cP-7S for ding@lists.math.uh.edu; Wed, 11 Apr 2012 20:43:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SI94F-0003QO-Ro for ding@lists.math.uh.edu; Wed, 11 Apr 2012 20:43:24 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SI94D-0007e4-RM for ding@gnus.org; Thu, 12 Apr 2012 03:43:22 +0200 Original-Received: from localhost ([127.0.0.1]:54181) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1SI944-0003GM-3h for ding@gnus.org; Wed, 11 Apr 2012 20:43:12 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130004 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.4) Emacs/24.1.50 (i686-pc-cygwin) Cancel-Lock: sha1:BvZZnBCVhlJWFbPZwHXSt6UQpDc= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81723 Archived-At: --=-=-= Katsumi Yamaoka wrote: > So, should we do something on epa.texi? (I'm not very > enthusiastic. ;-) I changed mind, and tried making texinfmt.el support @comma{}. Not tested thoroughly, but EMACSINFO got to work for epa.texi. Though I needed to change epa.texi slightly in the @enumerate section. Patches: --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=patch1 Content-Description: Patch for texinfmt.el --- texinfmt.el~ 2012-04-09 21:53:08.339416000 +0000 +++ texinfmt.el 2012-04-12 01:39:35.713076600 +0000 @@ -1085,7 +1085,8 @@ (while (/= (preceding-char) ?\}) (skip-chars-forward " \t\n") (setq beg (point)) - (re-search-forward "[},]") + (while (and (re-search-forward "[},]" nil t) + (get-text-property (match-beginning 0) 'ignore))) (setq next (point)) (forward-char -1) (skip-chars-backward " \t\n") @@ -1379,6 +1380,15 @@ (texinfo-discard-command)) +;;; @comma + +(put 'comma 'texinfo-format 'texinfo-format-comma) +(defun texinfo-format-comma () + (texinfo-parse-arg-discard) + (insert ",") + (put-text-property (1- (point)) (point) 'ignore t)) + + ;;; @kbdinputstyle, @vskip, headings & footings ;; These commands for not for Info and should never ;; appear in an Info environment; but if they do, --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=patch2 Content-Description: Patch for epa.texi --- epa.texi~ 2012-04-11 00:11:23.000000000 +0000 +++ epa.texi 2012-04-12 01:39:35.712076600 +0000 @@ -445,9 +445,12 @@ not you want to use gpg-agent. Here are some questions: @enumerate -@item Do you use GnuPG version 2 instead of GnuPG version 1? -@item Do you use symmetric encryption rather than public key encryption? -@item Do you want to use gpg-agent? +@item +Do you use GnuPG version 2 instead of GnuPG version 1? +@item +Do you use symmetric encryption rather than public key encryption? +@item +Do you want to use gpg-agent? @end enumerate Here are configurations depending on your answers: --=-=-=--