From: Glenn Morris <rgm@gnu.org>
To: mxemacs@Safe-mail.net
Cc: 7969@debbugs.gnu.org
Subject: bug#7969: Lisp nesting exceeds `max-lisp-eval-depth' in ibuffer
Date: Wed, 02 Feb 2011 18:53:01 -0500 [thread overview]
Message-ID: <t8y65yj8o2.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <N1B-NseAXy0NCu@Safe-mail.net> (mxemacs@safe-mail.net's message of "Wed, 2 Feb 2011 14:00:52 -0500")
mxemacs@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*")
next prev parent reply other threads:[~2011-02-02 23:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-02 19:00 bug#7969: Lisp nesting exceeds `max-lisp-eval-depth' in ibuffer mxemacs
2011-02-02 23:53 ` Glenn Morris [this message]
2011-02-03 2:12 ` Stefan Monnier
2011-02-03 7:03 ` Glenn Morris
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.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=t8y65yj8o2.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=7969@debbugs.gnu.org \
--cc=mxemacs@Safe-mail.net \
/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.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).