From gg@zip.com.au Mon Sep 21 16:25:03 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 21 Sep 2009 23:25:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8LNP0kc011569 for ; Mon, 21 Sep 2009 16:25:02 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpsFg-0000dX-C2 for bug-gnu-emacs@gnu.org; Mon, 21 Sep 2009 19:25:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpsFW-0000Zr-BE for bug-gnu-emacs@gnu.org; Mon, 21 Sep 2009 19:24:59 -0400 Received: from [199.232.76.173] (port=59085 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpsFW-0000Zm-6x for bug-gnu-emacs@gnu.org; Mon, 21 Sep 2009 19:24:50 -0400 Received: from mailout2-10.pacific.net.au ([125.255.80.137]:35001 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpsFV-0008Gb-EN for bug-gnu-emacs@gnu.org; Mon, 21 Sep 2009 19:24:50 -0400 Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 69DF71808C2 for ; Tue, 22 Sep 2009 09:24:45 +1000 (EST) Received: from blah.blah (ppp2A26.dyn.pacific.net.au [61.8.42.38]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 4D7568C10 for ; Tue, 22 Sep 2009 09:24:37 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MpsEe-0002z8-R5 for bug-gnu-emacs@gnu.org; Tue, 22 Sep 2009 09:23:56 +1000 From: Kevin Ryde To: bug-gnu-emacs@gnu.org Subject: 23.1; defcustom ffap-rfc-path to match ffap-rfc-directories Date: Tue, 22 Sep 2009 09:23:55 +1000 Message-ID: <87k4zrhofo.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) --=-=-= 2009-09-21 Kevin Ryde * ffap.el (ffap-rfc-path): Make this a defcustom since `ffap-rfc-directories' is also a defcustom. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=ffap.el.rfc-path-custom.diff --- ffap.el.~1.85.~ 2009-09-22 09:11:04.000000000 +1000 +++ ffap.el 2009-09-22 09:13:57.000000000 +1000 @@ -951,6 +951,16 @@ "/pub/gnu/emacs/elisp-archive/")) (substring name 2)))) +(defcustom ffap-rfc-path + (concat (ffap-host-to-filename "ftp.rfc-editor.org") "/in-notes/rfc%s.txt") + "A `format' string making a filename for RFC documents. +This can be an ange-ftp or tramp remote filename to download, or +a local filename if you have full set of RFCs locally. See also +`ffap-rfc-directories'." + :type 'string + :version "23.1" + :group 'ffap) + (defcustom ffap-rfc-directories nil "A list of directories to look for RFC files. If a given RFC isn't in these then `ffap-rfc-path' is offered." @@ -958,9 +968,6 @@ :version "23.1" :group 'ffap) -(defvar ffap-rfc-path - (concat (ffap-host-to-filename "ftp.rfc-editor.org") "/in-notes/rfc%s.txt")) - (defun ffap-rfc (name) (let ((num (match-string 1 name))) (or (ffap-locate-file (format "rfc%s.txt" num) t ffap-rfc-directories) --=-=-= In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.16.5) of 2009-08-03 on raven, modified by Debian configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS='' --=-=-=-- From rgm@gnu.org Tue Sep 22 11:21:31 2009 Received: (at control) by emacsbugs.donarmstrong.com; 22 Sep 2009 18:21:31 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.1 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8MILTp3000437 for ; Tue, 22 Sep 2009 11:21:31 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mq9zV-0005E2-DI; Tue, 22 Sep 2009 14:21:29 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19129.5545.346114.736995@fencepost.gnu.org> Date: Tue, 22 Sep 2009 14:21:29 -0400 From: Glenn Morris To: control Subject: control reassign 4513 emacs,ns reassign 4484 emacs,ns reassign 4492 emacs,ns severity 4514 wishlist reassign 4518 spam reassign 4522 spam retitle 1391 calendar numeric month names severity 4459 wishlist stop typo in http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-09/msg00521.html From gg@zip.com.au Thu Nov 26 14:59:24 2009 Received: (at 4514) by emacsbugs.donarmstrong.com; 26 Nov 2009 22:59:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mailout1.pacific.net.au (mailout1-1.pacific.net.au [61.8.2.208]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAQMxM4L011108 for <4514@emacsbugs.donarmstrong.com>; Thu, 26 Nov 2009 14:59:24 -0800 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 6A0155126C3 for <4514@emacsbugs.donarmstrong.com>; Fri, 27 Nov 2009 09:59:21 +1100 (EST) Received: from blah.blah (ppp2F4D.dyn.pacific.net.au [61.8.47.77]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id F2CAE2742E for <4514@emacsbugs.donarmstrong.com>; Fri, 27 Nov 2009 09:59:20 +1100 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1NDnIv-0002CQ-HB for 4514@emacsbugs.donarmstrong.com; Fri, 27 Nov 2009 09:59:13 +1100 From: Kevin Ryde To: 4514@debbugs.gnu.org Subject: Re: 23.1; defcustom ffap-rfc-path to match ffap-rfc-directories References: <87k4zrhofo.fsf@blah.blah> Date: Fri, 27 Nov 2009 09:59:13 +1100 In-Reply-To: <87k4zrhofo.fsf@blah.blah> (Kevin Ryde's message of "Tue, 22 Sep 2009 09:23:55 +1000") Message-ID: <874oog6gfy.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I wrote: > > * ffap.el (ffap-rfc-path): Make this a defcustom since > `ffap-rfc-directories' is also a defcustom. If there's no violent objections to this I might check it in. From gg@zip.com.au Sat Dec 5 16:22:54 2009 Received: (at 4514-done) by emacsbugs.donarmstrong.com; 6 Dec 2009 00:22:54 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mailout2.pacific.net.au (mailout2-6.pacific.net.au [61.8.2.229]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB60MqSS022951 for <4514-done@emacsbugs.donarmstrong.com>; Sat, 5 Dec 2009 16:22:54 -0800 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id E3E9019C06E for <4514-done@emacsbugs.donarmstrong.com>; Sun, 6 Dec 2009 11:22:50 +1100 (EST) Received: from blah.blah (ppp225B.dyn.pacific.net.au [61.8.34.91]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 6CAB627408 for <4514-done@emacsbugs.donarmstrong.com>; Sun, 6 Dec 2009 11:22:50 +1100 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1NH4t6-0002j0-Hm for 4514-done@emacsbugs.donarmstrong.com; Sun, 06 Dec 2009 11:22:08 +1100 From: Kevin Ryde To: 4514-done@debbugs.gnu.org Subject: Re: 23.1; defcustom ffap-rfc-path to match ffap-rfc-directories References: <87k4zrhofo.fsf@blah.blah> <874oog6gfy.fsf@blah.blah> Date: Sun, 06 Dec 2009 11:22:07 +1100 In-Reply-To: <874oog6gfy.fsf@blah.blah> (Kevin Ryde's message of "Fri, 27 Nov 2009 09:59:13 +1100") Message-ID: <87skbpvtn4.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Done. From unknown Sun Jun 15 10:57:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 03 Jan 2010 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator