emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Infinite Loop with org-mode and speedbar with cc-mode


From: Carsten Dominik
Subject: Re: [Orgmode] Infinite Loop with org-mode and speedbar with cc-mode
Date: Tue, 18 Nov 2008 16:09:44 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]