help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: error: Lisp nesting exceeds max-lisp-eval-depth


From: cvs user
Subject: Re: error: Lisp nesting exceeds max-lisp-eval-depth
Date: 11 Nov 2004 05:14:12 -0800
User-agent: G2/0.2

Hi Mike,

so 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



reply via email to

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