emacs-pretest-bug
[Top][All Lists]
Advanced

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

"cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"


From: emacs user
Subject: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"
Date: Thu, 11 Nov 2004 08:27:10 -0500

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

During the past few weeks, I have been getting an error message from
the latest version of the cvs gnu emacs:

"cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"

which then makes emacs unusable.  I
managed to track the problem to the x-symbol package.  to reproduce,
install x-symbol and:

/usr/local/emacs/src/emacs -q --no-site-file -l ~/.emacs.debug&

where the .emacs.debug file is:
-------------------------------
(setq load-path (append (list (expand-file-name "~/.emacs.d"))
load-path))
(defvar x-symbol-lisp-directory "~/.emacs.d/x-symbol/lisp/x-symbol")
(setq load-path (cons x-symbol-lisp-directory load-path))
(setq x-symbol-data-directory "~/.emacs.d/x-symbol/etc/x-symbol")
(load  "~/.emacs.d/x-symbol/lisp/x-symbol/auto-autoloads")
(x-symbol-initialize)
(eshell)
-------------------------

and the resulting *Messages* buffer is attached.  turning on debugging
on error, or using --debug-init switch does not result in any traceback
information, unfortunately...

here is the Messages buffer with the error message at the bottom
---------------------------------
Loading mwheel...done
(/usr/local/emacs/src/emacs -q --no-site-file -l
/home/eli/.emacs.debug)
Loading tool-bar...done
Loading image...done
Loading tooltip...done
Loading ~/.emacs.d/x-symbol/lisp/x-symbol/auto-autoloads...done
Loading x-symbol-hooks...
Loading help-fns...done
Loading cl-seq...done
Loading x-symbol-hooks...done
Loading eshell...done
Loading esh-mode...done
Loading em-alias...done
Loading em-banner...done
Loading em-basic...done
Loading em-cmpl...done
Loading em-dirs...done
Loading em-glob...done
Loading em-hist...done
Loading em-ls...done
Loading em-prompt...done
Loading em-script...done
Loading em-term...
Loading cl-extra...done
cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth
---------------------------------




In GNU Emacs 21.3.50.7 (i686-pc-linux-gnu, GTK+ Version 2.2.1)
of 2004-11-11 on beach.fas.harvard.edu
Distributor `The Cygwin/X Project', version 11.0.60801000
configured using `configure '--with-gtk''

Important settings:
 value of $LC_ALL: nil
 value of $LC_COLLATE: C
 value of $LC_CTYPE: nil
 value of $LC_MESSAGES: nil
 value of $LC_MONETARY: nil
 value of $LC_NUMERIC: nil
 value of $LC_TIME: nil
 value of $LANG: en_US.UTF-8
 locale-coding-system: utf-8
 default-enable-multibyte-characters: t

Major mode: EShell

Minor modes in effect:
 tool-bar-mode: t
 mouse-wheel-mode: t
 menu-bar-mode: t
 unify-8859-on-encoding-mode: t
 utf-translate-cjk-mode: t
 line-number-mode: t

Recent input:
M-x s u b <tab> <backspace> <backspace> <backspace>
b u g <tab> <backspace> <backspace> <backspace> e m
<tab> a <tab> s <tab> <backspace> b <tab> C-g <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<menu-bar> <help-menu> <report-emacs-bug>

Recent messages:
Loading em-hist...done
Loading em-ls...done
Loading em-prompt...done
Loading em-script...done
Loading em-term...
Loading cl-extra...done
cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth
Making completion list...
Quit
Loading emacsbug...done

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

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