From unknown Fri Jun 20 19:59:51 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3913: 23.1.50; C-h S in apropos-mode buffer Reply-To: Kevin Ryde , 3913@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 23 Jul 2009 23:05:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3913 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124838998613731 (code B ref -1); Thu, 23 Jul 2009 23:05:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 23 Jul 2009 22:59:46 +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=-1.4 required=4.0 tests=AWL,FOURLA 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 n6NMxepi013715 for ; Thu, 23 Jul 2009 15:59:42 -0700 Received: from mail.gnu.org ([199.232.76.166]:54605 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MU7GG-0000zx-3R for emacs-pretest-bug@gnu.org; Thu, 23 Jul 2009 18:59:40 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MU7G9-0003um-6n for emacs-pretest-bug@gnu.org; Thu, 23 Jul 2009 18:59:38 -0400 Received: from mailout1-1.pacific.net.au ([61.8.2.208]:44682 helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU7G8-0003u8-Kr for emacs-pretest-bug@gnu.org; Thu, 23 Jul 2009 18:59:32 -0400 Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 6817B4FD5BE for ; Fri, 24 Jul 2009 08:59:28 +1000 (EST) Received: from blah.blah (ppp280A.dyn.pacific.net.au [61.8.40.10]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id BDBD98C17 for ; Fri, 24 Jul 2009 08:59:27 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MU7Fg-0002um-9t for emacs-pretest-bug@gnu.org; Fri, 24 Jul 2009 08:59:04 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Date: Fri, 24 Jul 2009 08:59:02 +1000 Message-ID: <87ocrbj9ah.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (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) --=-=-= In an apropos-mode buffer it'd be good if the info-look setups (C-h S) used the elisp manuals. Eg. M-x apropos car C-x o C-u 5 C-n (onto the "car" line) C-h S asks in the minibuffer Use symbol help mode: where I thought it might know that already. 2009-07-24 Kevin Ryde * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode manuals (similar to existing setup for help-mode). --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=info-look.el.apropos-mode.diff *** info-look.el 07 Jan 2009 11:28:51 +1100 1.67 --- info-look.el 24 Jul 2009 08:55:16 +1000 *************** *** 973,978 **** --- 973,983 ---- "`" "("))) (info-lookup-maybe-add-help + :mode 'apropos-mode + :regexp "[^][()`',\" \t\n]+" ;; same as emacs-lisp-mode above + :other-modes '(emacs-lisp-mode)) + + (info-lookup-maybe-add-help :mode 'Custom-mode :ignore-case t :regexp "[^][()`',:\" \t\n]+" --=-=-= In GNU Emacs 23.1.50.4 (i586-pc-linux-gnu, GTK+ Version 2.16.4) of 2009-07-24 on blah.blah configured using `configure 'CFLAGS=-O -g' '--prefix=/down/emacs/b/inst' '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default-enable-multibyte-characters: t --=-=-=-- From unknown Fri Jun 20 19:59:51 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer) Reply-To: Kevin Ryde , 3913@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Sun, 06 Dec 2009 00:50:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3913 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3913-submit@emacsbugs.donarmstrong.com id=B3913.126006015425256 (code B ref 3913); Sun, 06 Dec 2009 00:50:06 +0000 Received: (at 3913) by emacsbugs.donarmstrong.com; 6 Dec 2009 00:42:34 +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=-2.4 required=4.0 tests=AWL,HAS_BUG_NUMBER 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 nB60gW8O025251 for <3913@emacsbugs.donarmstrong.com>; Sat, 5 Dec 2009 16:42:34 -0800 Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 3D54519C004 for <3913@emacsbugs.donarmstrong.com>; Sun, 6 Dec 2009 11:42:31 +1100 (EST) Received: from blah.blah (ppp225B.dyn.pacific.net.au [61.8.34.91]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id CC39E8C0A for <3913@emacsbugs.donarmstrong.com>; Sun, 6 Dec 2009 11:42:30 +1100 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1NH5CU-0002qa-8l for 3913@emacsbugs.donarmstrong.com; Sun, 06 Dec 2009 11:42:10 +1100 From: Kevin Ryde To: 3913@debbugs.gnu.org References: <87ocrbj9ah.fsf@blah.blah> Date: Sun, 06 Dec 2009 11:42:09 +1100 In-Reply-To: (Emacs bug Tracking System's message of "Thu, 23 Jul 2009 23:05:05 +0000") Message-ID: <87ocmdvspq.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 In absense of any objection I checked this in. From unknown Fri Jun 20 19:59:51 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#3913 closed by Kevin Ryde (Re: bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer)) Message-ID: References: <87ocmb7kkf.fsf@blah.blah> <87ocrbj9ah.fsf@blah.blah> X-Emacs-PR-Message: they-closed 3913 X-Emacs-PR-Package: emacs Reply-To: 3913@debbugs.gnu.org Date: Sun, 06 Dec 2009 23:30:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1260142204-4752-1" This is a multi-part message in MIME format... ------------=_1260142204-4752-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: #3913: 23.1.50; C-h S in apropos-mode buffer 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 3913: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3913 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1260142204-4752-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 3913-done) by emacsbugs.donarmstrong.com; 6 Dec 2009 23:24:42 +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=-2.4 required=4.0 tests=AWL,HAS_BUG_NUMBER 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 nB6NOe2K004000 for <3913-done@emacsbugs.donarmstrong.com>; Sun, 6 Dec 2009 15:24:42 -0800 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 0DCFE199514 for <3913-done@emacsbugs.donarmstrong.com>; Mon, 7 Dec 2009 10:24:39 +1100 (EST) Received: from blah.blah (ppp240E.dyn.pacific.net.au [61.8.36.14]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 9C3002740A for <3913-done@emacsbugs.donarmstrong.com>; Mon, 7 Dec 2009 10:24:38 +1100 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1NHQSe-0002kQ-BI for 3913-done@emacsbugs.donarmstrong.com; Mon, 07 Dec 2009 10:24:16 +1100 From: Kevin Ryde To: 3913-done@debbugs.gnu.org Subject: Re: bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer) References: <87ocrbj9ah.fsf@blah.blah> <87ocmdvspq.fsf@blah.blah> Date: Mon, 07 Dec 2009 10:24:16 +1100 In-Reply-To: <87ocmdvspq.fsf@blah.blah> (Kevin Ryde's message of "Sun, 06 Dec 2009 11:42:09 +1100") Message-ID: <87ocmb7kkf.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 Meant to post to "-done". ------------=_1260142204-4752-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 23 Jul 2009 22:59:46 +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=-1.4 required=4.0 tests=AWL,FOURLA 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 n6NMxepi013715 for ; Thu, 23 Jul 2009 15:59:42 -0700 Received: from mail.gnu.org ([199.232.76.166]:54605 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MU7GG-0000zx-3R for emacs-pretest-bug@gnu.org; Thu, 23 Jul 2009 18:59:40 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MU7G9-0003um-6n for emacs-pretest-bug@gnu.org; Thu, 23 Jul 2009 18:59:38 -0400 Received: from mailout1-1.pacific.net.au ([61.8.2.208]:44682 helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU7G8-0003u8-Kr for emacs-pretest-bug@gnu.org; Thu, 23 Jul 2009 18:59:32 -0400 Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 6817B4FD5BE for ; Fri, 24 Jul 2009 08:59:28 +1000 (EST) Received: from blah.blah (ppp280A.dyn.pacific.net.au [61.8.40.10]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id BDBD98C17 for ; Fri, 24 Jul 2009 08:59:27 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MU7Fg-0002um-9t for emacs-pretest-bug@gnu.org; Fri, 24 Jul 2009 08:59:04 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Subject: 23.1.50; C-h S in apropos-mode buffer Date: Fri, 24 Jul 2009 08:59:02 +1000 Message-ID: <87ocrbj9ah.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (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) --=-=-= In an apropos-mode buffer it'd be good if the info-look setups (C-h S) used the elisp manuals. Eg. M-x apropos car C-x o C-u 5 C-n (onto the "car" line) C-h S asks in the minibuffer Use symbol help mode: where I thought it might know that already. 2009-07-24 Kevin Ryde * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode manuals (similar to existing setup for help-mode). --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=info-look.el.apropos-mode.diff *** info-look.el 07 Jan 2009 11:28:51 +1100 1.67 --- info-look.el 24 Jul 2009 08:55:16 +1000 *************** *** 973,978 **** --- 973,983 ---- "`" "("))) (info-lookup-maybe-add-help + :mode 'apropos-mode + :regexp "[^][()`',\" \t\n]+" ;; same as emacs-lisp-mode above + :other-modes '(emacs-lisp-mode)) + + (info-lookup-maybe-add-help :mode 'Custom-mode :ignore-case t :regexp "[^][()`',:\" \t\n]+" --=-=-= In GNU Emacs 23.1.50.4 (i586-pc-linux-gnu, GTK+ Version 2.16.4) of 2009-07-24 on blah.blah configured using `configure 'CFLAGS=-O -g' '--prefix=/down/emacs/b/inst' '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default-enable-multibyte-characters: t --=-=-=-- ------------=_1260142204-4752-1--