* using fume with gnu emacs 21.2.1
@ 2003-03-05 18:25 Chris Jones
2003-03-05 20:27 ` Kai Großjohann
0 siblings, 1 reply; 4+ messages in thread
From: Chris Jones @ 2003-03-05 18:25 UTC (permalink / raw)
Hi,
Is it possible to install and use the fume package (or something similar)
which is normally installed with XEmacs in Gnu emacs (in particular version
21.2.1) ?
cheers Chris
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using fume with gnu emacs 21.2.1
2003-03-05 18:25 using fume with gnu emacs 21.2.1 Chris Jones
@ 2003-03-05 20:27 ` Kai Großjohann
2003-03-05 21:33 ` Chris Jones
0 siblings, 1 reply; 4+ messages in thread
From: Kai Großjohann @ 2003-03-05 20:27 UTC (permalink / raw)
Chris Jones <c.jones9@ntlworld.com> writes:
> Is it possible to install and use the fume package (or something similar)
> which is normally installed with XEmacs in Gnu emacs (in particular version
> 21.2.1) ?
M-x imenu RET
M-x imenu-add-menubar-index RET
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using fume with gnu emacs 21.2.1
2003-03-05 20:27 ` Kai Großjohann
@ 2003-03-05 21:33 ` Chris Jones
2003-03-07 15:40 ` Kai Großjohann
0 siblings, 1 reply; 4+ messages in thread
From: Chris Jones @ 2003-03-05 21:33 UTC (permalink / raw)
Kai Großjohann wrote:
> Chris Jones <c.jones9@ntlworld.com> writes:
>
>> Is it possible to install and use the fume package (or something similar)
>> which is normally installed with XEmacs in Gnu emacs (in particular
>> version 21.2.1) ?
>
> M-x imenu RET
> M-x imenu-add-menubar-index RET
Thanks, thats what I was looking for !
One problem I have with this is that it does not seem to automatically
update the menu when I switch between buffers or frames. I have to run
"rescan" manaully. I found via a www search that adding
(require 'imenu)
(add-hook 'c++-mode-hook (function (lambda () (imenu-add-menubar-index))))
(add-hook 'c-mode-hook (function (lambda () (imenu-add-menubar-index))))
(add-hook 'fortran-mode-hook (function (lambda ()
(imenu-add-menubar-index))))
to my .emacs makes imenu start automatically, but is there anything I can
add to make it up rescan automatically ? I found references to a
`imenu-auto-rescan' variable but since I know next to nothing about lisp, I
can't seem to get it to work.....
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using fume with gnu emacs 21.2.1
2003-03-05 21:33 ` Chris Jones
@ 2003-03-07 15:40 ` Kai Großjohann
0 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2003-03-07 15:40 UTC (permalink / raw)
Chris Jones <c.jones9@ntlworld.com> writes:
> to my .emacs makes imenu start automatically, but is there anything I can
> add to make it up rescan automatically ? I found references to a
> `imenu-auto-rescan' variable but since I know next to nothing about lisp, I
> can't seem to get it to work.....
C-h v imenu-auto-rescan RET gives you the documentation, which tells
you that you can customize the variable. That word is a link,
middle-click on it (or hit RET on it). Then follow the prompts and
don't forget to save your changes.
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-03-07 15:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05 18:25 using fume with gnu emacs 21.2.1 Chris Jones
2003-03-05 20:27 ` Kai Großjohann
2003-03-05 21:33 ` Chris Jones
2003-03-07 15:40 ` Kai Großjohann
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).