From unknown Thu Jun 19 14:13:46 2025 X-Loop: don@donarmstrong.com Subject: bug#965: 23.0.60; filesets doc Reply-To: "Drew Adams" , 965@debbugs.gnu.org Resent-From: "Drew Adams" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 12 Sep 2008 03:25:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 965 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122118946318593 (code B ref -1); Fri, 12 Sep 2008 03:25:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.6 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 12 Sep 2008 03:17:43 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8C3Hc2G018583 for ; Thu, 11 Sep 2008 20:17:40 -0700 Received: from mail.gnu.org ([199.232.76.166]:52467 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Kdz8P-0003hF-JN for emacs-pretest-bug@gnu.org; Thu, 11 Sep 2008 23:15:49 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KdzA6-0004pB-LV for emacs-pretest-bug@gnu.org; Thu, 11 Sep 2008 23:17:38 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:19204) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KdzA6-0004nn-7v for emacs-pretest-bug@gnu.org; Thu, 11 Sep 2008 23:17:34 -0400 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m8C3HM3Q006881 for ; Thu, 11 Sep 2008 21:17:22 -0600 Received: from acsmt702.oracle.com (acsmt702.oracle.com [141.146.40.80]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m8C3HL52002025 for ; Thu, 11 Sep 2008 21:17:21 -0600 Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 11 Sep 2008 20:17:21 -0700 From: "Drew Adams" To: Date: Thu, 11 Sep 2008 20:17:18 -0700 Message-ID: <000001c91486$11e281c0$0200a8c0@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AckUhg4aUke/Oi5BQX+ZFEqp7ECKxg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 Some quick feedback on the filesets doc: 1. `i' in the Emacs manual followed by `filesets' shows index entries `filesets' and `filesets <1>'. The former is not about filesets in general, but about version control editing. The latter is the normal filesets entry, but `<1>' means nothing to users. 2. There is no index entry for `file set' or `file-set' or `sets of files'. A user might not know that `fileset' just happens to be written that (non-standard) way. 3. Node Filesets: "initially creates only the current file": no file is _created_. 4. There is no explanation of the Filesets menu items. There is an `About' item with a link to a non-GNU Web page - should there be (dunno - maybe)? What is the meaning of `#' and `+' in front of the submenus? I see, from customizing group Filesets, that there is an option Filesets Menu Shortcuts Flag, and I can guess from that what the # and + are for, but (1) Why this non-standard convention only here? (2) Why nothing in the Info doc about it? 5. Using Customize: a. After using DEL to delete a fileset, SET for the current session should automatically "rebuild" the menu to remove that fileset, no? b. There is a wealth of information in the Customize description for Filesets Data, but it is mostly at the Emacs-Lisp level. Nevertheless, it is useful, and totally missing from the doc (manual). This stuff needs to be _explained_ to users: what the features are and how to use them. c. In group Filesets, These options (at least) are not very understandable: - Filesets Menu In Menu - Filesets Menu Shortcuts Marker - Filesets Menu Cache Contents - Filesets Menu Cache Contents (needs to be explained better) - Filesets Cache Hostname Flag - Filesets Browse Dir Function (external command not clear) - Filesets Find File Delay (what for?) - Filesets Commands (explanation unclear) - Filesets External Viewers (Properties is especially unclear) - Filesets Ingroup Patterns Also, "splitted" -> "split"; "a filesets' files" -> "a fileset's files". 6. Generally, the filesets doc is poor, hidden, and inside out - you need to dig through Customize or the source code to piece together what this is all about and how you might put it to use. There is only one Info node for this stuff, and it explains nothing about 90% of the user-level fileset features. The Customize description reads like a disparate collection of code comments - not very helpful to users, but it is the best information available so far. 7. There is nothing in the Emacs-Lisp manual about filesets. The fileset features and the Emacs Lisp behind them (e.g. keywords) should be explained (somewhere). Presumably, filesets should be of interest to Lisp programmers. 8. The Website linked to from menu item About has a page with documentation on filesets: http://members.a1.net/t.link/CompEmacsFilesetsDoc.html. All of that information needs to be added to the Emacs manual (or a separate Filesets Info manual, if too large). That would be a good start. Beyond the doc: 1. Is there a command that removes (deletes) a fileset, or must you use Customize or `setq'? 2. Why isn't `filesets-init' interactive? The third sentence of the doc says that you "must" put (fileset-init) in .emacs. Surely that is not the way to teach this - better to walk users through using a command than to tell them to edit .emacs and start over. IN SUM: It's a shame this stuff isn't documented clearly. If it were, people might use it more. It seems like it should have potential, but the doc is not encouraging. CAVEAT: I took a very quick look, so I apologize if I overlooked or misunderstood some things. Take this input as just one Emacs user's first impression. In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-08-29 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' From unknown Thu Jun 19 14:13:46 2025 X-Loop: don@donarmstrong.com Subject: bug#965: 23.0.60; filesets doc Reply-To: "Drew Adams" , 965@debbugs.gnu.org Resent-From: "Drew Adams" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 12 Sep 2008 06:35:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 965 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122120101321850 (code B ref -1); Fri, 12 Sep 2008 06:35:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.1 required=4.0 tests=AWL,BAYES_00,FOURLA, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 12 Sep 2008 06:30:13 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8C6U70e021485 for ; Thu, 11 Sep 2008 23:30:08 -0700 Received: from mx10.gnu.org ([199.232.76.166]:36252) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Ke28f-0001Jz-EP for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 02:28:17 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ke2AL-0001bR-B7 for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 02:30:06 -0400 Received: from agminet01.oracle.com ([141.146.126.228]:48435) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ke2AK-0001ZC-0e for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 02:30:00 -0400 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m8C6TeRC019289; Fri, 12 Sep 2008 01:29:40 -0500 Received: from acsmt705.oracle.com (acsmt705.oracle.com [141.146.40.83]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m8C6TdhS023534; Fri, 12 Sep 2008 00:29:39 -0600 Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 11 Sep 2008 23:29:38 -0700 From: "Drew Adams" To: <965@debbugs.gnu.org>, References: <000001c91486$11e281c0$0200a8c0@us.oracle.com> Date: Thu, 11 Sep 2008 23:29:39 -0700 Message-ID: <001e01c914a0$ef485e30$0200a8c0@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <000001c91486$11e281c0$0200a8c0@us.oracle.com> Thread-Index: AckUhg4aUke/Oi5BQX+ZFEqp7ECKxgAGfUqw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-CrossAssassin-Score: 2 FWIW: * The doc on the author's Web site (http://members.a1.net/t.link/CompEmacsFilesetsDoc.html) is quite a bit better than the Emacs Info doc for Filesets. * The version of Filesets on the author's Web site is 2.2. The version of Filesets in Emacs 23 is 1.8.4. Time for GNU Emacs to upgrade? > -------------------8<---------------------- > From: Drew Adams Sent: Thursday, September 11, 2008 8:17 PM > Some quick feedback on the filesets doc: > > 1. `i' in the Emacs manual followed by `filesets' shows index entries > `filesets' and `filesets <1>'. The former is not about filesets in > general, but about version control editing. The latter is the normal > filesets entry, but `<1>' means nothing to users. > > 2. There is no index entry for `file set' or `file-set' or `sets of > files'. A user might not know that `fileset' just happens to be > written that (non-standard) way. > > 3. Node Filesets: "initially creates only the current file": no file > is _created_. > > 4. There is no explanation of the Filesets menu items. There is an > `About' item with a link to a non-GNU Web page - should there be > (dunno - maybe)? What is the meaning of `#' and `+' in front of the > submenus? I see, from customizing group Filesets, that there is an > option Filesets Menu Shortcuts Flag, and I can guess from that what > the # and + are for, but (1) Why this non-standard convention only > here? (2) Why nothing in the Info doc about it? > > 5. Using Customize: > > a. After using DEL to delete a fileset, SET for the current session > should automatically "rebuild" the menu to remove that fileset, no? > > b. There is a wealth of information in the Customize description for > Filesets Data, but it is mostly at the Emacs-Lisp level. Nevertheless, > it is useful, and totally missing from the doc (manual). This stuff > needs to be _explained_ to users: what the features are and how to use > them. > > c. In group Filesets, These options (at least) are not very > understandable: > > - Filesets Menu In Menu > - Filesets Menu Shortcuts Marker > - Filesets Menu Cache Contents > - Filesets Menu Cache Contents (needs to be explained better) > - Filesets Cache Hostname Flag > - Filesets Browse Dir Function (external command not clear) > - Filesets Find File Delay (what for?) > - Filesets Commands (explanation unclear) > - Filesets External Viewers (Properties is especially unclear) > - Filesets Ingroup Patterns > > Also, "splitted" -> "split"; "a filesets' files" -> "a > fileset's files". > > 6. Generally, the filesets doc is poor, hidden, and inside out - you > need to dig through Customize or the source code to piece together > what this is all about and how you might put it to use. There is only > one Info node for this stuff, and it explains nothing about 90% of the > user-level fileset features. The Customize description reads like a > disparate collection of code comments - not very helpful to users, but > it is the best information available so far. > > 7. There is nothing in the Emacs-Lisp manual about filesets. The > fileset features and the Emacs Lisp behind them (e.g. keywords) should > be explained (somewhere). Presumably, filesets should be of interest > to Lisp programmers. > > 8. The Website linked to from menu item About has a page with > documentation on filesets: > http://members.a1.net/t.link/CompEmacsFilesetsDoc.html. All of that > information needs to be added to the Emacs manual (or a separate > Filesets Info manual, if too large). That would be a good start. > > Beyond the doc: > > 1. Is there a command that removes (deletes) a fileset, or must you > use Customize or `setq'? > > 2. Why isn't `filesets-init' interactive? The third sentence of the > doc says that you "must" put (fileset-init) in .emacs. Surely that is > not the way to teach this - better to walk users through using a > command than to tell them to edit .emacs and start over. > > > IN SUM: It's a shame this stuff isn't documented clearly. If it were, > people might use it more. It seems like it should have potential, but > the doc is not encouraging. > > CAVEAT: I took a very quick look, so I apologize if I overlooked or > misunderstood some things. Take this input as just one Emacs user's > first impression. > > > > In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) > of 2008-08-29 on LENNART-69DE564 > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > configured using `configure --with-gcc (3.4) --no-opt > --cflags -Ic:/g/include > -fno-crossjumping' From unknown Thu Jun 19 14:13:46 2025 X-Loop: don@donarmstrong.com Subject: bug#965: 23.0.60; filesets doc Reply-To: "Drew Adams" , 965@debbugs.gnu.org Resent-From: "Drew Adams" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 12 Sep 2008 17:25:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 965 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122123980727605 (code B ref -1); Fri, 12 Sep 2008 17:25:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.1 required=4.0 tests=AWL,BAYES_00,FOURLA, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 12 Sep 2008 17:16:47 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8CHGgov027599 for ; Fri, 12 Sep 2008 10:16:44 -0700 Received: from mx10.gnu.org ([199.232.76.166]:50339) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KeCEN-0005dd-Re for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 13:14:52 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KeCG5-0002Sx-Qm for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 13:16:41 -0400 Received: from agminet01.oracle.com ([141.146.126.228]:23861) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KeCG5-0002SO-8X for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 13:16:37 -0400 Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m8CHGJUa007425; Fri, 12 Sep 2008 12:16:19 -0500 Received: from acsmt701.oracle.com (acsmt701.oracle.com [141.146.40.71]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m8CHGJmx005101; Fri, 12 Sep 2008 11:16:19 -0600 Received: from dradamslap1 (/141.144.80.203) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 12 Sep 2008 10:16:18 -0700 From: "Drew Adams" To: <965@debbugs.gnu.org>, References: <000001c91486$11e281c0$0200a8c0@us.oracle.com> <001e01c914a0$ef485e30$0200a8c0@us.oracle.com> Date: Fri, 12 Sep 2008 10:16:21 -0700 Message-ID: <003001c914fb$4758d280$0200a8c0@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AckUhg4aUke/Oi5BQX+ZFEqp7ECKxgAGfUqwABaNu5A= In-Reply-To: <001e01c914a0$ef485e30$0200a8c0@us.oracle.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-CrossAssassin-Score: 2 Shouldn't this be eliminated entirely as a user option? (defcustom filesets-find-file-delay (if (and (featurep 'xemacs) gutter-buffers-tab-visible-p) 0.5 0) "Delay before calling `find-file'. This is for calls via `filesets-find-or-display-file' or `filesets-find-file'. Set this to 0, if you don't use XEmacs' buffer tabs." :set (function filesets-set-default) :type 'number :group 'filesets) What's the point of having an option whose value (for GNU Emacs) should always be 0? > From: Drew Adams Sent: Thursday, September 11, 2008 11:30 PM > FWIW: > > * The doc on the author's Web site > (http://members.a1.net/t.link/CompEmacsFilesetsDoc.html) is > quite a bit better > than the Emacs Info doc for Filesets. > > * The version of Filesets on the author's Web site is 2.2. > The version of > Filesets in Emacs 23 is 1.8.4. Time for GNU Emacs to upgrade? > > > > -------------------8<---------------------- > > From: Drew Adams Sent: Thursday, September 11, 2008 8:17 PM > > Some quick feedback on the filesets doc: > > > > 1. `i' in the Emacs manual followed by `filesets' shows > index entries > > `filesets' and `filesets <1>'. The former is not about filesets in > > general, but about version control editing. The latter is the normal > > filesets entry, but `<1>' means nothing to users. > > > > 2. There is no index entry for `file set' or `file-set' or `sets of > > files'. A user might not know that `fileset' just happens to be > > written that (non-standard) way. > > > > 3. Node Filesets: "initially creates only the current file": no file > > is _created_. > > > > 4. There is no explanation of the Filesets menu items. There is an > > `About' item with a link to a non-GNU Web page - should there be > > (dunno - maybe)? What is the meaning of `#' and `+' in front of the > > submenus? I see, from customizing group Filesets, that there is an > > option Filesets Menu Shortcuts Flag, and I can guess from that what > > the # and + are for, but (1) Why this non-standard convention only > > here? (2) Why nothing in the Info doc about it? > > > > 5. Using Customize: > > > > a. After using DEL to delete a fileset, SET for the current session > > should automatically "rebuild" the menu to remove that fileset, no? > > > > b. There is a wealth of information in the Customize description for > > Filesets Data, but it is mostly at the Emacs-Lisp level. > Nevertheless, > > it is useful, and totally missing from the doc (manual). This stuff > > needs to be _explained_ to users: what the features are and > how to use > > them. > > > > c. In group Filesets, These options (at least) are not very > > understandable: > > > > - Filesets Menu In Menu > > - Filesets Menu Shortcuts Marker > > - Filesets Menu Cache Contents > > - Filesets Menu Cache Contents (needs to be explained better) > > - Filesets Cache Hostname Flag > > - Filesets Browse Dir Function (external command not clear) > > - Filesets Find File Delay (what for?) > > - Filesets Commands (explanation unclear) > > - Filesets External Viewers (Properties is especially unclear) > > - Filesets Ingroup Patterns > > > > Also, "splitted" -> "split"; "a filesets' files" -> "a > > fileset's files". > > > > 6. Generally, the filesets doc is poor, hidden, and inside out - you > > need to dig through Customize or the source code to piece together > > what this is all about and how you might put it to use. > There is only > > one Info node for this stuff, and it explains nothing about > 90% of the > > user-level fileset features. The Customize description reads like a > > disparate collection of code comments - not very helpful to > users, but > > it is the best information available so far. > > > > 7. There is nothing in the Emacs-Lisp manual about filesets. The > > fileset features and the Emacs Lisp behind them (e.g. > keywords) should > > be explained (somewhere). Presumably, filesets should be of interest > > to Lisp programmers. > > > > 8. The Website linked to from menu item About has a page with > > documentation on filesets: > > http://members.a1.net/t.link/CompEmacsFilesetsDoc.html. All of that > > information needs to be added to the Emacs manual (or a separate > > Filesets Info manual, if too large). That would be a good start. > > > > Beyond the doc: > > > > 1. Is there a command that removes (deletes) a fileset, or must you > > use Customize or `setq'? > > > > 2. Why isn't `filesets-init' interactive? The third sentence of the > > doc says that you "must" put (fileset-init) in .emacs. > Surely that is > > not the way to teach this - better to walk users through using a > > command than to tell them to edit .emacs and start over. > > > > > > IN SUM: It's a shame this stuff isn't documented clearly. > If it were, > > people might use it more. It seems like it should have > potential, but > > the doc is not encouraging. > > > > CAVEAT: I took a very quick look, so I apologize if I overlooked or > > misunderstood some things. Take this input as just one Emacs user's > > first impression. > > > > > > > > In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) > > of 2008-08-29 on LENNART-69DE564 > > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > > configured using `configure --with-gcc (3.4) --no-opt > > --cflags -Ic:/g/include > > -fno-crossjumping' > > > > > > From lekktu@gmail.com Sat Jan 24 05:21:16 2009 Received: (at control) by emacsbugs.donarmstrong.com; 24 Jan 2009 13:21:16 +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=3.8 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, PHONENUMBER,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f10.google.com (mail-ew0-f10.google.com [209.85.219.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0ODLCeZ023904 for ; Sat, 24 Jan 2009 05:21:14 -0800 Received: by ewy3 with SMTP id 3so5801145ewy.1 for ; Sat, 24 Jan 2009 05:21:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=xXa9eJVBndAYpPlZV8dLwqFosNsK4rqZOXRdWeYuJ4Q=; b=FSm4a7/ADlwvXftqIX5VnzAVcCu/qib11/WaJF0LyO3OJgKUp/NoIlvVk00YYAmQF5 dKWaUoM9GnZq+bL0SJD4rmcaiXm/3DZz1Gk86c0l73B/wLm05ZnrpbLuhWt/UvChd+Da t4TYf4l4StJDbisL5VT8nHaax0U9aF0FVlars= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ZTn4XF1egvmTGHFRvkqbsxdU3rXu4MiBWbTgcNKLgroBbFd0Tx/g2yd1YFAh6K4Q9l IVNvAMcs7GZuIg4hfmUU9io9zK5caCM70VAcodynraeu2Bo5NapviQJKWm7IJfMzcKX/ J1Zf8PnYatGaoHWFE1/9qKg1u3yUg8bpcdwOs= MIME-Version: 1.0 Received: by 10.210.41.14 with SMTP id o14mr1847258ebo.22.1232803267097; Sat, 24 Jan 2009 05:21:07 -0800 (PST) Date: Sat, 24 Jan 2009 14:21:07 +0100 Message-ID: Subject: From: Juanma Barranquero To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit reassign 1207 emacs,w32 reassign 140 emacs,python reassign 359 emacs,python reassign 1985 emacs,python reassign 1987 emacs,python reassign 881 emacs,python reassign 949 emacs,documentation reassign 957 emacs,documentation reassign 965 emacs,documentation reassign 1010 emacs,documentation reassign 1084 emacs,documentation reassign 1193 emacs,documentation reassign 1581 emacs,documentation reassign 1807 emacs,documentation reassign 1989 emacs,documentation reassign 1184 emacs,documentation reassign 1381 emacs,documentation reassign 74 emacs,documentation reassign 1351 emacs,documentation reassign 1478 emacs,documentation reassign 1526 emacs,documentation reassign 1947 emacs,documentation reassign 352 emacs,documentation reassign 575 emacs,documentation quit From unknown Thu Jun 19 14:13:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#965: 23.0.60; filesets doc Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Jul 2011 18:37:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 965 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Drew Adams" Cc: 965@debbugs.gnu.org Received: via spool by 965-submit@debbugs.gnu.org id=B965.13099773844369 (code B ref 965); Wed, 06 Jul 2011 18:37:03 +0000 Received: (at 965) by debbugs.gnu.org; 6 Jul 2011 18:36:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QeWxT-00018N-O3 for submit@debbugs.gnu.org; Wed, 06 Jul 2011 14:36:23 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QeWxP-00017r-U7 for 965@debbugs.gnu.org; Wed, 06 Jul 2011 14:36:22 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QeWxE-0000Bq-N3; Wed, 06 Jul 2011 20:36:08 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: <003001c914fb$4758d280$0200a8c0@us.oracle.com> (Drew Adams's message of "Fri, 12 Sep 2008 10:16:21 -0700") Date: Wed, 06 Jul 2011 20:29:46 +0200 Message-ID: References: <000001c91486$11e281c0$0200a8c0@us.oracle.com> <001e01c914a0$ef485e30$0200a8c0@us.oracle.com> <003001c914fb$4758d280$0200a8c0@us.oracle.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Demdike Stare's _Tryptych (2): Liberation Through Hearing_: "The Stars Are Moving" X-Hashcash: 1:23:110706:drew.adams@oracle.com::2UirEg9zxNitx8vv:00000000000000000000000000000000000000001MNL X-Hashcash: 1:23:110706:965@debbugs.gnu.org::sla86Dt3nA0Kh1M2:000000000000000000000000000000000000000000CZ3B MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QeWxE-0000Bq-N3 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310582168.84205@JHzaBkkbwm22K9NP8A+Q0A X-Spam-Status: No X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) "Drew Adams" writes: > Shouldn't this be eliminated entirely as a user option? > > (defcustom filesets-find-file-delay > (if (and (featurep 'xemacs) gutter-buffers-tab-visible-p) > 0.5 > 0) > "Delay before calling `find-file'. > This is for calls via `filesets-find-or-display-file' > or `filesets-find-file'. > > Set this to 0, if you don't use XEmacs' buffer tabs." > :set (function filesets-set-default) > :type 'number > :group 'filesets) > > What's the point of having an option whose value (for GNU Emacs) should always > be 0? Well, XEmacs users may find it useful to change the value, I guess? So it should always be 0 on Emacs, but XEmacs users may choose to have either 0 or 0.5? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Thu Jun 19 14:13:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#965: 23.0.60; filesets doc Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Jul 2011 19:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 965 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "'Lars Magne Ingebrigtsen'" Cc: 965@debbugs.gnu.org Received: via spool by 965-submit@debbugs.gnu.org id=B965.130998033412942 (code B ref 965); Wed, 06 Jul 2011 19:26:01 +0000 Received: (at 965) by debbugs.gnu.org; 6 Jul 2011 19:25:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QeXj3-0003Mh-8H for submit@debbugs.gnu.org; Wed, 06 Jul 2011 15:25:33 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QeXj1-0003MS-23 for 965@debbugs.gnu.org; Wed, 06 Jul 2011 15:25:31 -0400 Received: from rtcsinet21.oracle.com (rtcsinet21.oracle.com [66.248.204.29]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p66JPMMD000968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Jul 2011 19:25:25 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by rtcsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p66JPLr8012713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Jul 2011 19:25:22 GMT Received: from abhmt102.oracle.com (abhmt102.oracle.com [141.146.116.54]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p66JPGKx007428; Wed, 6 Jul 2011 14:25:16 -0500 Received: from dradamslap1 (/10.159.55.239) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 06 Jul 2011 12:25:16 -0700 From: "Drew Adams" References: <000001c91486$11e281c0$0200a8c0@us.oracle.com><001e01c914a0$ef485e30$0200a8c0@us.oracle.com><003001c914fb$4758d280$0200a8c0@us.oracle.com> Date: Wed, 6 Jul 2011 12:25:12 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Thread-Index: Acw8C5ud7G3UtyuMSWmyLjaJaIYMdQABmXYg X-Source-IP: rtcsinet21.oracle.com [66.248.204.29] X-CT-RefId: str=0001.0A090207.4E14B6A5.006E:SCFSTAT5015188, ss=1, re=-4.000, fgs=0 X-Spam-Score: -4.4 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.4 (----) > Well, XEmacs users may find it useful to change the value, I > guess? So it should always be 0 on Emacs, but XEmacs users may > choose to have either 0 or 0.5? I don't feel strongly about it, but why not handle that in the obvious way: Give XEmacs users the option, and don't give GNU Emacs users the option (since they don't really have an option anyway)? (when (featurep 'xemacs) (defcustom...)) From unknown Thu Jun 19 14:13:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#965: 23.0.60; filesets doc Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Jul 2011 16:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 965 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Drew Adams" Cc: 965@debbugs.gnu.org Received: via spool by 965-submit@debbugs.gnu.org id=B965.13100559579370 (code B ref 965); Thu, 07 Jul 2011 16:26:02 +0000 Received: (at 965) by debbugs.gnu.org; 7 Jul 2011 16:25:57 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QerOm-0002R5-1c for submit@debbugs.gnu.org; Thu, 07 Jul 2011 12:25:56 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QerOj-0002Qp-N0 for 965@debbugs.gnu.org; Thu, 07 Jul 2011 12:25:54 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QerOY-0005Th-Jp; Thu, 07 Jul 2011 18:25:42 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Drew Adams's message of "Wed, 6 Jul 2011 12:25:12 -0700") Date: Thu, 07 Jul 2011 18:25:10 +0200 Message-ID: References: <000001c91486$11e281c0$0200a8c0@us.oracle.com> <001e01c914a0$ef485e30$0200a8c0@us.oracle.com> <003001c914fb$4758d280$0200a8c0@us.oracle.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEVGGAVbJgw1CgCRYTwj AAAqAwB/NdFoAAACZElEQVQ4jV2SzZLbIBCEGxTfQWTvgK278Oze7Q26a4l4/1dJD3bWqVAluzQf PT0/ggte5swDKf5xnEE2WAne/geOwBN8tJwjxJkXAGAIKLDRu5fCAtGLFHk8/5z1CbwnCM9gGKB/ lWLVPIv/e5jKo0cHBcm+AEQ82oykfUzrNzBGVg9XjFdgZgnPojCxPnh6rQ8PebYIP2m9Bs4PMLkQ ZCi8aIdzzMbmyN79zKqHRtaE85UhBeUsju37QEYlJoLGepMQxMzgFUgiOK8fvdMhsgg35+QpQygF fB3grEUVGjm+hOLYpOm9NyqUIHnP4k1JBMENYkQHoTUx4WmCpnjLBEmBNVwcwewQnMi7GWA0yr2V wElBN/ThB2DypSXdjFh6rEHepGhZxSPnL03hsFNxDxPrGUCnQbDaaAk+xzpLCkFnweueX4KBXG8P YAw3wy9lYpwfE07HndN2HCs/Jbbtkta2e9zq74UWccwIfKKZ89I9ljTdOL+0Ym70bLbFxHmDijgV KdOKpWXY3fbclk7ldr8yk5GrVcDVdDtGh867CpxddJNMNUAHu/gZ/STIYy1tobMeBZeabgn5UNLz CLcLNi9H7TcHvdjoM0A/UEGwsQWNt9wemRaCFupWN9hleKgN4VGxddTKn7xUJZEKroWptp4riV5i rvgsrld83n7U7VK3g5S1qkWjN1Pd6D0zSp26Msi/WnFoxKuBAo6pbyogYPyyE2iuoejH1lnmr4si phspnvPoR8T5VL9PH+3phW5wr/UT/glyf1jttml3xp0eBmNOKtgR8b4v7G0bArp2jufYdpf+AOGC v1EP/btvAAAAAElFTkSuQmCC X-Now-Playing: The Smiths's _The World Won't Listen_: "Bigmouth strikes again" X-Hashcash: 1:23:110707:965@debbugs.gnu.org::YpfJnvxWWweCzZ2z:0000000000000000000000000000000000000000004Rro X-Hashcash: 1:23:110707:drew.adams@oracle.com::jzIqaXlJGsZcWYK4:0000000000000000000000000000000000000000GY0P MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QerOY-0005Th-Jp X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310660742.70825@oCmxvr913DGX1x8XjKQX3Q X-Spam-Status: No X-Spam-Score: -2.7 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) "Drew Adams" writes: > I don't feel strongly about it, but why not handle that in the obvious > way: Give XEmacs users the option, and don't give GNU Emacs users the > option (since they don't really have an option anyway)? > > (when (featurep 'xemacs) (defcustom...)) Having the `defcustom' forms not be top-level has other negative effects, like etags not working. And you wouldn't be able to share .elc files... if that's still possible. So I don't think this is worth doing anything about, so I'm closing the report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 12:25:38 2011 Received: (at control) by debbugs.gnu.org; 7 Jul 2011 16:25:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QerOT-0002QN-CK for submit@debbugs.gnu.org; Thu, 07 Jul 2011 12:25:37 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QerOR-0002Q3-7m for control@debbugs.gnu.org; Thu, 07 Jul 2011 12:25:35 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QerOG-0005TB-FM for control@debbugs.gnu.org; Thu, 07 Jul 2011 18:25:24 +0200 Date: Thu, 07 Jul 2011 18:25:23 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #965 X-MailScanner-ID: 1QerOG-0005TB-FM X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310660724.60268@23+EA8Yw6+urNPkjO/eWRQ X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) tags 965 wontfix From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 12:25:42 2011 Received: (at control) by debbugs.gnu.org; 7 Jul 2011 16:25:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QerOX-0002Qe-P2 for submit@debbugs.gnu.org; Thu, 07 Jul 2011 12:25:42 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QerOW-0002QE-A0 for control@debbugs.gnu.org; Thu, 07 Jul 2011 12:25:40 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QerOL-0005TP-Jg for control@debbugs.gnu.org; Thu, 07 Jul 2011 18:25:29 +0200 Date: Thu, 07 Jul 2011 18:25:29 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #965 X-MailScanner-ID: 1QerOL-0005TP-Jg X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310660729.74535@Ul4qKiWfVFWrT8v4BsjQlQ X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) close 965 From unknown Thu Jun 19 14:13:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#965: 23.0.60; filesets doc Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Jul 2011 16:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 965 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: wontfix To: "'Lars Magne Ingebrigtsen'" Cc: 965@debbugs.gnu.org Received: via spool by 965-submit@debbugs.gnu.org id=B965.131005675913955 (code B ref 965); Thu, 07 Jul 2011 16:40:03 +0000 Received: (at 965) by debbugs.gnu.org; 7 Jul 2011 16:39:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qerbi-0003d2-R1 for submit@debbugs.gnu.org; Thu, 07 Jul 2011 12:39:19 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qerbg-0003co-Qv for 965@debbugs.gnu.org; Thu, 07 Jul 2011 12:39:17 -0400 Received: from rtcsinet21.oracle.com (rtcsinet21.oracle.com [66.248.204.29]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p67Gd88n009678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Jul 2011 16:39:10 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by rtcsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p67Gd7I2011830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Jul 2011 16:39:08 GMT Received: from abhmt112.oracle.com (abhmt112.oracle.com [141.146.116.64]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p67Gd2Hq019406; Thu, 7 Jul 2011 11:39:02 -0500 Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 07 Jul 2011 09:39:01 -0700 From: "Drew Adams" References: <000001c91486$11e281c0$0200a8c0@us.oracle.com><001e01c914a0$ef485e30$0200a8c0@us.oracle.com><003001c914fb$4758d280$0200a8c0@us.oracle.com> Date: Thu, 7 Jul 2011 09:39:02 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acw8wo1eAqKb64pJTzmUK//mdK+aygAAKuVw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: rtcsinet21.oracle.com [66.248.204.29] X-CT-RefId: str=0001.0A090206.4E15E12E.0116:SCFSTAT5015188, ss=1, re=-4.000, fgs=0 X-Spam-Score: -4.4 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.4 (----) > > I don't feel strongly about it, but why not handle that in > > the obvious way: Give XEmacs users the option, and don't > > give GNU Emacs users the option (since they don't really > > have an option anyway)? > > (when (featurep 'xemacs) (defcustom...)) > > Having the `defcustom' forms not be top-level has other negative > effects, like etags not working. And you wouldn't be able to > share .elc files... if that's still possible. > > So I don't think this is worth doing anything about, so I'm > closing the report. Whoa!? Wait a minute. This bug is 99.999% about things other than that defcustom. This bug is about the filesets _doc_ - see the Subject line, and please read the rest of the thread. You replied only to the (afterthought) comment I made about the defcustom, so I replied to you only about that. But that is _not_ what this bug is really about. [Wrt that defcustom: At the very least we should add to its doc string that it _has no effect if you are not using XEmacs_. We should not be giving GNU Emacs users the impression that they have an option here. And I'm not sure you wouldn't be able to share .elc. Are you sure that the `when' itself won't be present (compiled) in the .elc? IOW, are you sure that if compiled with GNU Emacs you couldn't load the .elc in XEmacs and get the option?] From unknown Thu Jun 19 14:13:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#965: 23.0.60; filesets doc Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Jul 2011 16:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 965 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: wontfix To: "Drew Adams" Cc: 965@debbugs.gnu.org Received: via spool by 965-submit@debbugs.gnu.org id=B965.131005707914626 (code B ref 965); Thu, 07 Jul 2011 16:45:02 +0000 Received: (at 965) by debbugs.gnu.org; 7 Jul 2011 16:44:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qergs-0003nq-QD for submit@debbugs.gnu.org; Thu, 07 Jul 2011 12:44:38 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qergq-0003nf-LN for 965@debbugs.gnu.org; Thu, 07 Jul 2011 12:44:37 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qergf-0005pU-37; Thu, 07 Jul 2011 18:44:25 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Drew Adams's message of "Thu, 7 Jul 2011 09:39:02 -0700") Date: Thu, 07 Jul 2011 18:44:22 +0200 Message-ID: References: <000001c91486$11e281c0$0200a8c0@us.oracle.com> <001e01c914a0$ef485e30$0200a8c0@us.oracle.com> <003001c914fb$4758d280$0200a8c0@us.oracle.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEVGGAVbJgw1CgCRYTwj AAAqAwB/NdFoAAACZElEQVQ4jV2SzZLbIBCEGxTfQWTvgK278Oze7Q26a4l4/1dJD3bWqVAluzQf PT0/ggte5swDKf5xnEE2WAne/geOwBN8tJwjxJkXAGAIKLDRu5fCAtGLFHk8/5z1CbwnCM9gGKB/ lWLVPIv/e5jKo0cHBcm+AEQ82oykfUzrNzBGVg9XjFdgZgnPojCxPnh6rQ8PebYIP2m9Bs4PMLkQ ZCi8aIdzzMbmyN79zKqHRtaE85UhBeUsju37QEYlJoLGepMQxMzgFUgiOK8fvdMhsgg35+QpQygF fB3grEUVGjm+hOLYpOm9NyqUIHnP4k1JBMENYkQHoTUx4WmCpnjLBEmBNVwcwewQnMi7GWA0yr2V wElBN/ThB2DypSXdjFh6rEHepGhZxSPnL03hsFNxDxPrGUCnQbDaaAk+xzpLCkFnweueX4KBXG8P YAw3wy9lYpwfE07HndN2HCs/Jbbtkta2e9zq74UWccwIfKKZ89I9ljTdOL+0Ym70bLbFxHmDijgV KdOKpWXY3fbclk7ldr8yk5GrVcDVdDtGh867CpxddJNMNUAHu/gZ/STIYy1tobMeBZeabgn5UNLz CLcLNi9H7TcHvdjoM0A/UEGwsQWNt9wemRaCFupWN9hleKgN4VGxddTKn7xUJZEKroWptp4riV5i rvgsrld83n7U7VK3g5S1qkWjN1Pd6D0zSp26Msi/WnFoxKuBAo6pbyogYPyyE2iuoejH1lnmr4si phspnvPoR8T5VL9PH+3phW5wr/UT/glyf1jttml3xp0eBmNOKtgR8b4v7G0bArp2jufYdpf+AOGC v1EP/btvAAAAAElFTkSuQmCC X-Now-Playing: The Smiths's _The World Won't Listen_: "Asleep" X-Hashcash: 1:23:110707:drew.adams@oracle.com::kLjtZprE/Q+GYtpX:00000000000000000000000000000000000000000j5D X-Hashcash: 1:23:110707:965@debbugs.gnu.org::8InH/Si5hMnlpRHO:0000000000000000000000000000000000000000004huU MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Qergf-0005pU-37 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310661865.18206@qDkeR2jFtd0Gz0b39IRxMw X-Spam-Status: No X-Spam-Score: -2.7 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) "Drew Adams" writes: > Whoa!? Wait a minute. This bug is 99.999% about things other than that > defcustom. This bug is about the filesets _doc_ - see the Subject line, and > please read the rest of the thread. Oops. I've now reopened the bug. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 13:30:41 2011 Received: (at control) by debbugs.gnu.org; 7 Jul 2011 17:30:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QesPQ-0007Q5-V5 for submit@debbugs.gnu.org; Thu, 07 Jul 2011 13:30:41 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QesPO-0007JC-Sk for control@debbugs.gnu.org; Thu, 07 Jul 2011 13:30:39 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QesPD-0006bt-Aw for control@debbugs.gnu.org; Thu, 07 Jul 2011 19:30:27 +0200 Date: Thu, 07 Jul 2011 19:30:26 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #965 X-MailScanner-ID: 1QesPD-0006bt-Aw X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310664627.60169@c6khL+BeyB2Poj4OBUkiIA X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) tags 965 - wontfix From unknown Thu Jun 19 14:13:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#965: 23.0.60; filesets doc Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Feb 2014 03:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 965 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Drew Adams" Cc: 965@debbugs.gnu.org Received: via spool by 965-submit@debbugs.gnu.org id=B965.139200387426792 (code B ref 965); Mon, 10 Feb 2014 03:45:02 +0000 Received: (at 965) by debbugs.gnu.org; 10 Feb 2014 03:44:34 +0000 Received: from localhost ([127.0.0.1]:33203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WChnO-0006y3-7y for submit@debbugs.gnu.org; Sun, 09 Feb 2014 22:44:34 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:51049) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WChnM-0006xt-Kb for 965@debbugs.gnu.org; Sun, 09 Feb 2014 22:44:32 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WChn7-0005IU-Rr; Mon, 10 Feb 2014 04:44:18 +0100 From: Lars Ingebrigtsen References: <000001c91486$11e281c0$0200a8c0@us.oracle.com> Date: Sun, 09 Feb 2014 19:43:04 -0800 In-Reply-To: <000001c91486$11e281c0$0200a8c0@us.oracle.com> (Drew Adams's message of "Thu, 11 Sep 2008 20:17:18 -0700") Message-ID: <87txc7fx9z.fsf@building.gnus.org> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1WChn7-0005IU-Rr X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392608658.49231@c8a9jX2Pw20LXDI23pWcAw X-Spam-Status: No X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) "Drew Adams" writes: > Some quick feedback on the filesets doc: > > 1. `i' in the Emacs manual followed by `filesets' shows index entries > `filesets' and `filesets <1>'. The former is not about filesets in > general, but about version control editing. The latter is the normal > filesets entry, but `<1>' means nothing to users. Seems to be fixed now. > 2. There is no index entry for `file set' or `file-set' or `sets of > files'. A user might not know that `fileset' just happens to be > written that (non-standard) way. Adding these spelling variations to the index doesn't seem very productive. > 3. Node Filesets: "initially creates only the current file": no file > is _created_. Can't find that string in the manual. > 7. There is nothing in the Emacs-Lisp manual about filesets. The > fileset features and the Emacs Lisp behind them (e.g. keywords) should > be explained (somewhere). Presumably, filesets should be of interest > to Lisp programmers. It seems more useful to users than to Lisp programmers. I've never heard of the stuff until now. Anyway, closing. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 09 22:44:41 2014 Received: (at control) by debbugs.gnu.org; 10 Feb 2014 03:44:41 +0000 Received: from localhost ([127.0.0.1]:33206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WChnU-0006yN-N4 for submit@debbugs.gnu.org; Sun, 09 Feb 2014 22:44:41 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:51059) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WChnS-0006yF-FD for control@debbugs.gnu.org; Sun, 09 Feb 2014 22:44:38 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WChnD-0005Ik-RU for control@debbugs.gnu.org; Mon, 10 Feb 2014 04:44:24 +0100 Date: Sun, 09 Feb 2014 19:43:10 -0800 Message-Id: <87sirrfx9t.fsf@building.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #965 X-MailScanner-ID: 1WChnD-0005Ik-RU X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392608664.70216@i88AKPs/tDFeyC5RL/CbpA X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 965 From unknown Thu Jun 19 14:13:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#965: 23.0.60; filesets doc Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Feb 2014 04:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 965 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 965@debbugs.gnu.org Received: via spool by 965-submit@debbugs.gnu.org id=B965.139200643612531 (code B ref 965); Mon, 10 Feb 2014 04:28:01 +0000 Received: (at 965) by debbugs.gnu.org; 10 Feb 2014 04:27:16 +0000 Received: from localhost ([127.0.0.1]:33382 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCiSi-0003G3-AF for submit@debbugs.gnu.org; Sun, 09 Feb 2014 23:27:16 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:32814) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCiSh-0003Fw-Do for 965@debbugs.gnu.org; Sun, 09 Feb 2014 23:27:15 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s1A4RDYV018681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 Feb 2014 04:27:14 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1A4RD0a028114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Feb 2014 04:27:13 GMT Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1A4RDBT028110; Mon, 10 Feb 2014 04:27:13 GMT MIME-Version: 1.0 Message-ID: <1b996734-0924-4dea-b051-b7f8559d3682@default> Date: Sun, 9 Feb 2014 20:27:10 -0800 (PST) From: Drew Adams References: <000001c91486$11e281c0$0200a8c0@us.oracle.com> <87txc7fx9z.fsf@building.gnus.org> In-Reply-To: <87txc7fx9z.fsf@building.gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Spam-Score: -2.9 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) > > 1. ... > Seems to be fixed now. Yes. > > 2. ... >=20 > Adding these spelling variations to the index doesn't seem very > productive. And yet "sets of files" was added by someone. Good; that helps. > > 3. ... >=20 > Can't find that string in the manual. This too was fixed. Items 4, 5, 6, 7, and 8 of this detailed doc report have NOT been fixed. The bug is still open. And there are still plenty of good suggestions for fixing the problems - in the original bug report. > > 7. There is nothing in the Emacs-Lisp manual about filesets. The > > fileset features and the Emacs Lisp behind them (e.g. keywords) > > should be explained (somewhere). Presumably, filesets should be > > of interest to Lisp programmers. >=20 > It seems more useful to users than to Lisp programmers. I've never > heard of the stuff until now. OK, since Lars has never heard of it, and Lars is an Emacs-Lisp user, this cannot be interesting to other Lisp programmers. ;-) And yet there is plenty of 3rd-party use of filesets and the fileset code... > Anyway, closing. Reopening. You ignored 4, 5, 6, 7, and 8 - all major parts of the bug report. And you also ignored this, from a followup message: >> Shouldn't this be eliminated entirely as a user option? >>=20 >> (defcustom filesets-find-file-delay ... >> "... Set this to 0, if you don't use XEmacs' buffer tabs."...) >>=20 >> What's the point of having an option whose value (for GNU Emacs) >> should always be 0? From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 06:26:19 2014 Received: (at control) by debbugs.gnu.org; 11 Feb 2014 11:26:19 +0000 Received: from localhost ([127.0.0.1]:45838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WDBTk-0006R0-PC for submit@debbugs.gnu.org; Tue, 11 Feb 2014 06:26:18 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:39457) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WDBTe-0006QV-5V for control@debbugs.gnu.org; Tue, 11 Feb 2014 06:26:11 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WDBTL-000670-Ks for control@debbugs.gnu.org; Tue, 11 Feb 2014 12:25:52 +0100 Date: Tue, 11 Feb 2014 03:24:35 -0800 Message-Id: <871tz9nb7w.fsf@building.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #965 X-MailScanner-ID: 1WDBTL-000670-Ks X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392722752.67594@zmdfNn8cBo45euYKm4yFrA X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 965