[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imenu with cc-mode in emacs 22 (win32)
From: |
Rudolfo Ungern |
Subject: |
Re: imenu with cc-mode in emacs 22 (win32) |
Date: |
Tue, 18 Nov 2008 07:57:00 -0800 (PST) |
User-agent: |
G2/1.0 |
I have sent this to the org-mode mailing list, because it rather
seemed
to be an issue of the code in org-mode.
The main author of org-mode, Carsten Dominik has build a patch for
this:
The "add-hook 'speedbar-visiting-tag-hook" statement in org.el has to
be modified from
(lambda () (org-show-context 'org-goto))
to
(lambda () (and (org-mode-p) (org-show-context 'org-goto)))
for further details see http://article.gmane.org/gmane.emacs.orgmode/9445
Rolf