GNU bug report logs - #3913
23.1.50; C-h S in apropos-mode buffer

Previous Next

Package: emacs;

Reported by: Kevin Ryde <user42 <at> zip.com.au>

Date: Thu, 23 Jul 2009 23:05:05 UTC

Severity: normal

Done: Kevin Ryde <user42 <at> zip.com.au>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Kevin Ryde <user42 <at> zip.com.au>
Subject: bug#3913 closed by Kevin Ryde <user42 <at> zip.com.au> (Re: bug#3913:
 Acknowledgement (23.1.50; C-h S in apropos-mode buffer))
Date: Sun, 06 Dec 2009 23:30:04 +0000
[Message part 1 (text/plain, inline)]
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 <user42 <at> zip.com.au>.

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 <user42 <at> zip.com.au> by
replying to this email.


-- 
3913: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3913
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kevin Ryde <user42 <at> zip.com.au>
To: 3913-done <at> debbugs.gnu.org
Subject: Re: bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer)
Date: Mon, 07 Dec 2009 10:24:16 +1100
Meant to post to "-done".
[Message part 3 (message/rfc822, inline)]
From: Kevin Ryde <user42 <at> zip.com.au>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; C-h S in apropos-mode buffer
Date: Fri, 24 Jul 2009 08:59:02 +1000
[Message part 4 (text/plain, inline)]
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  <user42 <at> zip.com.au>

	* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
	manuals (similar to existing setup for help-mode).

[info-look.el.apropos-mode.diff (text/x-diff, inline)]
*** 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]+"
[Message part 6 (text/plain, inline)]



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

This bug report was last modified 15 years and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.