From unknown Sun Jun 15 10:56:56 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4514: 23.1; defcustom ffap-rfc-path to match ffap-rfc-directories Reply-To: Kevin Ryde , 4514@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Mon, 21 Sep 2009 23:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4514 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.125357550311609 (code B ref -1); Mon, 21 Sep 2009 23:30:03 +0000 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 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 unknown Sun Jun 15 10:56:56 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4514: 23.1; defcustom ffap-rfc-path to match ffap-rfc-directories Reply-To: Kevin Ryde , 4514@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Thu, 26 Nov 2009 23:05:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4514 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4514-submit@emacsbugs.donarmstrong.com id=B4514.125927636511111 (code B ref 4514); Thu, 26 Nov 2009 23:05:04 +0000 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 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 unknown Sun Jun 15 10:56:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Kevin Ryde Subject: bug#4514 closed by Kevin Ryde (Re: 23.1; defcustom ffap-rfc-path to match ffap-rfc-directories) Message-ID: References: <87skbpvtn4.fsf@blah.blah> <87k4zrhofo.fsf@blah.blah> X-Emacs-PR-Message: they-closed 4514 X-Emacs-PR-Package: emacs Reply-To: 4514@debbugs.gnu.org Date: Sun, 06 Dec 2009 00:25:11 +0000 Content-Type: multipart/mixed; boundary="----------=_1260059111-23285-1" This is a multi-part message in MIME format... ------------=_1260059111-23285-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #4514: 23.1; defcustom ffap-rfc-path to match ffap-rfc-directories It has been closed by Kevin Ryde . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Kevin Ryde by replying to this email. --=20 4514: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4514 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1260059111-23285-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1260059111-23285-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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='' --=-=-=-- ------------=_1260059111-23285-1--