GNU bug report logs - #7969
Lisp nesting exceeds `max-lisp-eval-depth' in ibuffer

Previous Next

Package: emacs;

Reported by: mxemacs <at> Safe-mail.net

Date: Wed, 2 Feb 2011 19:05:01 UTC

Severity: minor

Fixed in version 23.3

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: mxemacs <at> Safe-mail.net
Cc: 7969 <at> debbugs.gnu.org
Subject: bug#7969: Lisp nesting exceeds `max-lisp-eval-depth' in ibuffer
Date: Wed, 02 Feb 2011 18:53:01 -0500
mxemacs <at> Safe-mail.net wrote:

> emacs' ibuffer mode crashes on my machine (Win32, GNU Emacs 24.0.50.1
> (i386-mingw-nt6.1.7600) of 2011-01-31 on 3249CTO) when used with
> complex saved filters. I attached a minimal sample that reproduces the
> error on a vanilla emacs installation (--no-init-file, built from
> http://alpha.gnu.org/gnu/emacs/windows/)

I've never used this feature, but perhaps there is a typo in your
configuration (extra set of parens in group "5")?
Using the following diff, the problem goes away:


*** ibt.el.BAK	2011-02-02 15:50:30.000000000 -0800
--- ibt.el	2011-02-02 15:50:36.000000000 -0800
***************
*** 10,18 ****
  		  (mode . eshell-mode)))
  	 ("4" (or (name . "^\\*scratch\\*$")
  		  (name . "^\\*Messages\\*$")))
! 	 ("5" ((or (name . "^\\*gnus trace\\*$")
  		   (name . "^\\*imap log\\*$")
! 		   (name . "^\\.newsrc-dribble$")))))))
  (get-buffer-create ".newsrc-dribble")
  (get-buffer-create "*Compile-Log*")
  (get-buffer-create "*Completions*")
--- 10,18 ----
  		  (mode . eshell-mode)))
  	 ("4" (or (name . "^\\*scratch\\*$")
  		  (name . "^\\*Messages\\*$")))
! 	 ("5" (or (name . "^\\*gnus trace\\*$")
  		   (name . "^\\*imap log\\*$")
! 		   (name . "^\\.newsrc-dribble$"))))))
  (get-buffer-create ".newsrc-dribble")
  (get-buffer-create "*Compile-Log*")
  (get-buffer-create "*Completions*")




This bug report was last modified 14 years and 204 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.