all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris Jones <c.jones9@ntlworld.com>
Subject: Re: using fume with gnu emacs 21.2.1
Date: Wed, 05 Mar 2003 21:33:21 +0000	[thread overview]
Message-ID: <z2u9a.13884$EN3.111842@newsfep4-glfd.server.ntli.net> (raw)
In-Reply-To: 84ptp51ruw.fsf@lucy.is.informatik.uni-duisburg.de

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.....

  reply	other threads:[~2003-03-05 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2003-03-07 15:40     ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='z2u9a.13884$EN3.111842@newsfep4-glfd.server.ntli.net' \
    --to=c.jones9@ntlworld.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.