From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Butz Subject: Lisp nesting exceeds `max-lisp-eval-depth'" Date: Thu, 15 Sep 2011 10:48:32 +0200 Message-ID: <4E71BBE0.8090404@sym.net> Reply-To: butz@sym.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R47cb-0005yC-3D for emacs-orgmode@gnu.org; Thu, 15 Sep 2011 04:48:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R47cZ-0004CT-Sk for emacs-orgmode@gnu.org; Thu, 15 Sep 2011 04:48:37 -0400 Received: from sym.net ([212.227.83.185]:52813 helo=mail.sym.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R47cZ-0004B7-EJ for emacs-orgmode@gnu.org; Thu, 15 Sep 2011 04:48:35 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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"; this will open a new frame with the backtrace buffer and leave the agenda buffer in the other frame open. There are loads of other events, which trigger the same behaviour; can anybody give a hint how I can solve this rather annoying problem? Thanks in advance Martin ---- Backtrace --8<---------------------------------------------------- Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'") (- (nth 2 edges) (nth 0 edges)) (let ((edges ...)) (- (nth 2 edges) (nth 0 edges))) sr-speedbar-current-window-take-width() (let ((win-width ...)) (if (and ... ... ...) (setq sr-speedbar-width win-width))) sr-speedbar-remember-window-width() old-delete-window(#) ---- following lines are repeated several times--8<-------------------- (if (one-window-p t) (delete-frame) (old-delete-window (selected-window))) (save-current-buffer (setq window (or window ...)) (select-window window) (if (one-window-p t) (delete-frame) (old-delete-window ...))) ad-Orig-delete-window(#) old-delete-window(#) ---- /following lines are repeated several times--8<------------------- (if (one-window-p t) (delete-frame) (old-delete-window (selected-window))) (save-current-buffer (setq window (or window ...)) (select-window window) (if (one-window-p t) (delete-frame) (old-delete-window ...))) ad-Orig-delete-window(nil) delete-window() (and (not (eq org-agenda-window-setup ...)) (not (one-window-p)) (delete-window)) (if (eq org-agenda-window-setup (quote other-frame)) (progn (kill-buffer buf) (org-agenda-reset-markers) (org-columns-remove-overlays) (setq org-agenda-archives-mode nil) (delete-frame)) (and (not ...) (not ...) (delete-window)) (kill-buffer buf) (org-agenda-reset-markers) (org-columns-remove-overlays) (setq org-agenda-archives-mode nil)) (let ((buf ...)) (if (eq org-agenda-window-setup ...) (progn ... ... ... ... ...) (and ... ... ...) (kill-buffer buf) (org-agenda-reset-markers) (org-columns-remove-overlays) (setq org-agenda-archives-mode nil))) (if org-agenda-columns-active (org-columns-quit) (let (...) (if ... ... ... ... ... ... ...)) (and org-agenda-restore-windows-after-quit (not ...) org-pre-agenda-window-conf (set-window-configuration org-pre-agenda-window-conf))) org-agenda-quit() call-interactively(org-agenda-quit nil nil) ---- /Backtrace --8<--------------------------------------------------- -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sym.net || butz & siefer gbr || 50670 koeln || hansaring 78 phone +49(0)221/3762591 - twitter.com/symnet - mail butz@sym.net ~~~~~~~~~~~~~~~~~~ www.sym.net | www.moodalis.de ~~~~~~~~~~~~~~~~