[O] Lisp nesting exceeds `max-lisp-eval-depth'"

2011-09-15 Thread Martin Butz
Hello all, I get the following error message while using org-mode during the last weeks quite frequently (unfortunately I am not able to link it to an update of the installation of some lisp file); I can reproduce the behaviour by opening the agenda buffer (C-c a a) and trying to quit with "q

Re: [O] Lisp nesting exceeds `max-lisp-eval-depth'"

2011-09-15 Thread Olaf Dietsche
Hi Martin, Martin Butz writes: > Hello all, > > I get the following error message while using org-mode during the last > weeks quite frequently (unfortunately I am not able to link it to an > update of the installation of some lisp file); I can reproduce the > behaviour by opening the agenda buf

Re: [O] Lisp nesting exceeds `max-lisp-eval-depth'"

2011-09-15 Thread Olaf Dietsche
Martin Butz writes: > Am 15.09.2011 11:36, schrieb Olaf Dietsche: >> Hi Martin, > > [...] > >>>sr-speedbar-remember-window-width() >>>old-delete-window(#) >> >> This one hints at speedbar. Are you using the speedbar module? > > Yes. Good advice. I have a (require 'sr-speedbar) in my .emac

Re: [O] Lisp nesting exceeds `max-lisp-eval-depth'"

2011-09-15 Thread brian powell
*"Variable: max-lisp-eval-depth This variable defines the maximum depth allowed in calls to eval, apply, and funcall before an error is signaled (with error message "Lisp nesting exceeds max-lisp-eval-depth"). This limit, with the associated error when it is exceeded, is one way that Lisp avoids in