emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Rolf Unger <rolf.unger@ctilabs.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Infinite Loop with org-mode and speedbar with cc-mode
Date: Tue, 18 Nov 2008 16:09:44 +0100	[thread overview]
Message-ID: <008DBB59-C798-4E33-84B4-10FAB5C1AF31@uva.nl> (raw)
In-Reply-To: <4922D55C.9030700@ctilabs.de>

I have fixed this in our git repository, and also in CVS emacs.

- Carsten

On Nov 18, 2008, at 3:46 PM, Rolf Unger wrote:

> 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 15:09 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
2008-11-18 15:09     ` Carsten Dominik [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

  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=008DBB59-C798-4E33-84B4-10FAB5C1AF31@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=rolf.unger@ctilabs.de \
    /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).