unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3913: 23.1.50; C-h S in apropos-mode buffer
@ 2009-07-23 22:59 ` Kevin Ryde
       [not found]   ` <handler.3913.B.124838998613731.ack@emacsbugs.donarmstrong.com>
  2009-12-06 23:30   ` bug#3913: marked as done " Emacs bug Tracking System
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Ryde @ 2009-07-23 22:59 UTC (permalink / raw)
  To: emacs-pretest-bug

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

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@zip.com.au>

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: info-look.el.apropos-mode.diff --]
[-- Type: text/x-diff, Size: 427 bytes --]

*** 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]+"

[-- Attachment #3: Type: text/plain, Size: 538 bytes --]





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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer)
       [not found]   ` <handler.3913.B.124838998613731.ack@emacsbugs.donarmstrong.com>
@ 2009-12-06  0:42     ` Kevin Ryde
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Ryde @ 2009-12-06  0:42 UTC (permalink / raw)
  To: 3913

In absense of any objection I checked this in.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#3913: marked as done (23.1.50; C-h S in apropos-mode buffer)
  2009-07-23 22:59 ` bug#3913: 23.1.50; C-h S in apropos-mode buffer Kevin Ryde
       [not found]   ` <handler.3913.B.124838998613731.ack@emacsbugs.donarmstrong.com>
@ 2009-12-06 23:30   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-12-06 23:30 UTC (permalink / raw)
  To: Kevin Ryde

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

Your message dated Mon, 07 Dec 2009 10:24:16 +1100
with message-id <87ocmb7kkf.fsf@blah.blah>
and subject line Re: bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer)
has caused the Emacs bug report #3913,
regarding 23.1.50; C-h S in apropos-mode buffer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3913: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3913
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3878 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 445 bytes --]

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@zip.com.au>

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: info-look.el.apropos-mode.diff --]
[-- Type: text/x-diff, Size: 427 bytes --]

*** 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]+"

[-- Attachment #2.1.3: Type: text/plain, Size: 538 bytes --]





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

[-- Attachment #3: Type: message/rfc822, Size: 1906 bytes --]

From: Kevin Ryde <user42@zip.com.au>
To: 3913-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer)
Date: Mon, 07 Dec 2009 10:24:16 +1100
Message-ID: <87ocmb7kkf.fsf@blah.blah>

Meant to post to "-done".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-06 23:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87ocmb7kkf.fsf@blah.blah>
2009-07-23 22:59 ` bug#3913: 23.1.50; C-h S in apropos-mode buffer Kevin Ryde
     [not found]   ` <handler.3913.B.124838998613731.ack@emacsbugs.donarmstrong.com>
2009-12-06  0:42     ` bug#3913: Acknowledgement (23.1.50; C-h S in apropos-mode buffer) Kevin Ryde
2009-12-06 23:30   ` bug#3913: marked as done " Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).