all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rudolfo Ungern <rolf_unger@hotmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: imenu with cc-mode in emacs 22 (win32)
Date: Tue, 18 Nov 2008 07:57:00 -0800 (PST)	[thread overview]
Message-ID: <20d226ad-b65a-4986-8ee0-48568e1cc4fe@s1g2000prg.googlegroups.com> (raw)
In-Reply-To: 4aec70b5-b641-4540-9ff0-ab1b6a295a8e@r15g2000prh.googlegroups.com

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


      reply	other threads:[~2008-11-18 15:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-12 11:21 imenu with cc-mode in emacs 22 (win32) Rudolfo Ungern
2008-11-12 12:58 ` Alan Mackenzie
     [not found] ` <mailman.133.1226494022.26697.help-gnu-emacs@gnu.org>
2008-11-13  1:45   ` Rudolfo Ungern
2008-11-13 11:26     ` Rudolfo Ungern
2008-11-17 18:58       ` Rudolfo Ungern
2008-11-18 15:57         ` Rudolfo Ungern [this message]

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=20d226ad-b65a-4986-8ee0-48568e1cc4fe@s1g2000prg.googlegroups.com \
    --to=rolf_unger@hotmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.