emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rolf Unger <rolf.unger@ctilabs.de>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: Infinite Loop with org-mode and speedbar with cc-mode
Date: Tue, 18 Nov 2008 15:46:52 +0100	[thread overview]
Message-ID: <4922D55C.9030700@ctilabs.de> (raw)
In-Reply-To: <4237CB01-1702-41FE-B519-170B032F1B53@uva.nl>

Okay Carsten,

thank you, this modification makes it work again.

I have posted this problem before to the gnu.emacs.help
mailing list, because initially I had no clue that it could
be related with org-mode.

I will add a comment there refering to the patch.

Thanks again especially for the impressive response time,

Rolf.

Carsten Dominik wrote:
> Hi Rolf,
> 
> does this patch help?
> 
> 
> Best wishes.
> 
> - Carsten Dominik
> 
> ------------------------------------------------------------------------------------
> 
> diff -u org.el.orig org.el
> --- org.el.orig 2008-11-18 14:54:12.000000000 +0100
> +++ org.el      2008-11-18 14:54:54.000000000 +0100
> @@ -14510,7 +14510,7 @@
>       (define-key speedbar-file-key-map ">"
> 'org-agenda-remove-restriction-lock)
>       (define-key speedbar-file-key-map "\C-c\C-x>"
> 'org-agenda-remove-restriction-lock)
>       (add-hook 'speedbar-visiting-tag-hook
> -              (lambda () (org-show-context 'org-goto)))))
> +              (lambda () (and (org-mode-p) (org-show-context
> 'org-goto))))))
> 
> 
>  ;;; Fixes and Hacks for problems with other packages
> -----------------------------------------------------------------------------------
> 

  reply	other threads:[~2008-11-18 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-18 12:43 Infinite Loop with org-mode and speedbar with cc-mode Rolf Unger
2008-11-18 13:58 ` Carsten Dominik
2008-11-18 14:46   ` Rolf Unger [this message]
2008-11-18 15:09     ` Carsten Dominik

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=4922D55C.9030700@ctilabs.de \
    --to=rolf.unger@ctilabs.de \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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