* error: Lisp nesting exceeds max-lisp-eval-depth
@ 2004-10-28 2:26 cvs user
0 siblings, 0 replies; 9+ messages in thread
From: cvs user @ 2004-10-28 2:26 UTC (permalink / raw)
Hello,
in the past week or two, I have been getting this error from the cvs
gnu emacs:
error: Lisp nesting exceeds max-lisp-eval-depth
cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth
--debug-init does not provide useful info, and make maintainer-clean
etc does not help. this seems to be not due to some specific part of
my .emacs file, but due to a combination of things that seem difficult
to identify.
anyone seen such a problem?
^ permalink raw reply [flat|nested] 9+ messages in thread
* error: Lisp nesting exceeds max-lisp-eval-depth
@ 2004-10-28 2:26 cvs user
2004-10-28 4:22 ` Marcus Gustafsson
0 siblings, 1 reply; 9+ messages in thread
From: cvs user @ 2004-10-28 2:26 UTC (permalink / raw)
Hello,
in the past week or two, I have been getting this error from the cvs
gnu emacs:
error: Lisp nesting exceeds max-lisp-eval-depth
cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth
--debug-init does not provide useful info, and make maintainer-clean
etc does not help. this seems to be not due to some specific part of
my .emacs file, but due to a combination of things that seem difficult
to identify.
anyone seen such a problem?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: error: Lisp nesting exceeds max-lisp-eval-depth
2004-10-28 2:26 error: Lisp nesting exceeds max-lisp-eval-depth cvs user
@ 2004-10-28 4:22 ` Marcus Gustafsson
2004-10-28 5:49 ` Michael Slass
0 siblings, 1 reply; 9+ messages in thread
From: Marcus Gustafsson @ 2004-10-28 4:22 UTC (permalink / raw)
"cvs user" <emacs_user@hotmail.com> writes:
> Hello,
>
> in the past week or two, I have been getting this error from the cvs
> gnu emacs:
>
> error: Lisp nesting exceeds max-lisp-eval-depth
>
> cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth
>
>
> --debug-init does not provide useful info, and make maintainer-clean
> etc does not help. this seems to be not due to some specific part of
> my .emacs file, but due to a combination of things that seem difficult
> to identify.
>
> anyone seen such a problem?
Yeah, I get the same error every time I try to reply to a mail while
being offline. I have no clue to what it can be though.
/Marcus
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: error: Lisp nesting exceeds max-lisp-eval-depth
2004-10-28 4:22 ` Marcus Gustafsson
@ 2004-10-28 5:49 ` Michael Slass
2004-10-28 13:38 ` cvs user
0 siblings, 1 reply; 9+ messages in thread
From: Michael Slass @ 2004-10-28 5:49 UTC (permalink / raw)
Marcus Gustafsson <gaspode@lysator.liu.se> writes:
>"cvs user" <emacs_user@hotmail.com> writes:
>> Hello,
>>
>> in the past week or two, I have been getting this error from the cvs
>> gnu emacs:
>>
>> error: Lisp nesting exceeds max-lisp-eval-depth
>>
>> cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth
>>
>>
>> --debug-init does not provide useful info, and make maintainer-clean
>> etc does not help. this seems to be not due to some specific part of
>> my .emacs file, but due to a combination of things that seem difficult
>> to identify.
>>
>> anyone seen such a problem?
>
>Yeah, I get the same error every time I try to reply to a mail while
>being offline. I have no clue to what it can be though.
>
>/Marcus
The sleaziest and easiest work-around for this is to set
max-lisp-eval-depth to a higher number near the top of your .emacs
I set mine to 300, and I haven't seen this error since.
--
Mike Slass
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: error: Lisp nesting exceeds max-lisp-eval-depth
2004-10-28 5:49 ` Michael Slass
@ 2004-10-28 13:38 ` cvs user
2004-10-29 18:38 ` Michael Slass
0 siblings, 1 reply; 9+ messages in thread
From: cvs user @ 2004-10-28 13:38 UTC (permalink / raw)
Michael Slass wrote:
> Marcus Gustafsson <gaspode@lysator.liu.se> writes:
>
> >"cvs user" <emacs_user@hotmail.com> writes:
> >> Hello,
> >>
> >> in the past week or two, I have been getting this error from the
cvs
> >> gnu emacs:
> >>
> >> error: Lisp nesting exceeds max-lisp-eval-depth
> >>
> >> cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth
> >>
> >>
> >> --debug-init does not provide useful info, and make
maintainer-clean
> >> etc does not help. this seems to be not due to some specific part
of
> >> my .emacs file, but due to a combination of things that seem
difficult
> >> to identify.
> >>
> >> anyone seen such a problem?
> >
> >Yeah, I get the same error every time I try to reply to a mail while
> >being offline. I have no clue to what it can be though.
> >
> >/Marcus
>
>
> The sleaziest and easiest work-around for this is to set
> max-lisp-eval-depth to a higher number near the top of your .emacs
>
> I set mine to 300, and I haven't seen this error since.
>
> --
> Mike Slass
this doesn't help, unfortunately... I get an error message about some
other variable that's too small, and increasing that one does not help.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: error: Lisp nesting exceeds max-lisp-eval-depth
2004-10-28 13:38 ` cvs user
@ 2004-10-29 18:38 ` Michael Slass
2004-11-11 13:14 ` cvs user
0 siblings, 1 reply; 9+ messages in thread
From: Michael Slass @ 2004-10-29 18:38 UTC (permalink / raw)
"cvs user" <emacs_user@hotmail.com> writes:
>
>this doesn't help, unfortunately... I get an error message about some
>other variable that's too small, and increasing that one does not help.
>
Please send the full backtrace, or error message you get.
--
Mike Slass
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: error: Lisp nesting exceeds max-lisp-eval-depth
2004-10-29 18:38 ` Michael Slass
@ 2004-11-11 13:14 ` cvs user
2004-11-11 15:06 ` Pascal Bourguignon
0 siblings, 1 reply; 9+ messages in thread
From: cvs user @ 2004-11-11 13:14 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: error: Lisp nesting exceeds max-lisp-eval-depth
2004-11-11 13:14 ` cvs user
@ 2004-11-11 15:06 ` Pascal Bourguignon
2004-11-12 3:11 ` cvs user
0 siblings, 1 reply; 9+ messages in thread
From: Pascal Bourguignon @ 2004-11-11 15:06 UTC (permalink / raw)
"cvs user" <emacs_user@hotmail.com> writes:
> 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...
And setting debug-on-error and/or debug-on-quit?
(setq debug-on-error t)
==> break in the debugger every time an error messages would be displayed.
(setq debug-on-quit t)
==> break in the debugger every time you type C-g.
(unless you're already in the debugger, with a *Backtrace* window open).
--
__Pascal Bourguignon__
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: error: Lisp nesting exceeds max-lisp-eval-depth
2004-11-11 15:06 ` Pascal Bourguignon
@ 2004-11-12 3:11 ` cvs user
0 siblings, 0 replies; 9+ messages in thread
From: cvs user @ 2004-11-12 3:11 UTC (permalink / raw)
so if I comment out the (eshell) line, start emacs, set debug on error
and debug on quit, and then start eshell, I still get the same error
message, but no traceback. try it...
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-11-12 3:11 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 2:26 error: Lisp nesting exceeds max-lisp-eval-depth cvs user
2004-10-28 4:22 ` Marcus Gustafsson
2004-10-28 5:49 ` Michael Slass
2004-10-28 13:38 ` cvs user
2004-10-29 18:38 ` Michael Slass
2004-11-11 13:14 ` cvs user
2004-11-11 15:06 ` Pascal Bourguignon
2004-11-12 3:11 ` cvs user
-- strict thread matches above, loose matches on Subject: below --
2004-10-28 2:26 cvs user
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.