* 'Info' var failure
@ 2004-05-18 21:51 Mike Ballard
2004-05-19 1:11 ` Jesper Harder
0 siblings, 1 reply; 4+ messages in thread
From: Mike Ballard @ 2004-05-18 21:51 UTC (permalink / raw)
Hi -
Sometimes (often?) C-h C-i, when mark/point are on a valid var, Info will
search and open the appropriate section. But I just tried that with
"gnus-summary-mode-line-format" while gnus was running and it failed to
return anything. Running "s" in Gnu's Info section takes me right to the
var. Is there a way to get Info/Emacs to call up that Info page without
having entered Info first (for gnus)?
Mike
--
mikeballard at verizon dot net
"If your main parachute fouls, deploy your reserve. If your reserve is
also fouled, you have the rest of your life to get it straightened out."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 'Info' var failure
2004-05-18 21:51 'Info' var failure Mike Ballard
@ 2004-05-19 1:11 ` Jesper Harder
2004-05-19 12:42 ` Harry Putnam
[not found] ` <mailman.6322.1084997045.1061.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Jesper Harder @ 2004-05-19 1:11 UTC (permalink / raw)
Mike Ballard <dont_w@nt_spam.org> writes:
> Sometimes (often?) C-h C-i, when mark/point are on a valid var, Info
> will search and open the appropriate section. But I just tried that
> with "gnus-summary-mode-line-format" while gnus was running and it
> failed to return anything. Running "s" in Gnu's Info section takes
> me right to the var.
"i" is more similar to C-h C-i.
> Is there a way to get Info/Emacs to call up that Info page without
> having entered Info first (for gnus)?
Adding the Gnus index node should work, something like this:
(info-lookup-add-help
:mode 'emacs-lisp-mode
:regexp "[^][()'\" \t\n]+"
:doc-spec '(("(emacs)Command Index" nil "`\\(M-x[ \t\n]+\\)?" "'")
("(emacs)Variable Index" nil "`" "'")
("(elisp)Index" nil "^ - .*: " "\\( \\|$\\)")
("(gnus)Index" nil "`" "'")))
You need to do `M-x info-lookup-reset' before it takes effect.
--
Jesper Harder <http://purl.org/harder/>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-05-19 23:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-18 21:51 'Info' var failure Mike Ballard
2004-05-19 1:11 ` Jesper Harder
2004-05-19 12:42 ` Harry Putnam
[not found] ` <mailman.6322.1084997045.1061.help-gnu-emacs@gnu.org>
2004-05-19 23:22 ` Jesper Harder
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.