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

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

Re: Editing .c with CVS I'm stuck with Lisp nesting exceeds max-lisp-eva


From: Andreas Schwab
Subject: Re: Editing .c with CVS I'm stuck with Lisp nesting exceeds max-lisp-eval-depth
Date: Sun, 20 Feb 2005 20:49:55 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux)

Michel Briand <michelbriand@free.fr> writes:

> Hello
>
> I'm stuck with an Emacs but. I run 21.4 on Lunar Linux.
> I can't save my buffer. Emacs complains about "Lisp nesting exceeds
> max-lisp-eval-depth". Each time I hit C-x C-s or the Save menu it yawns....

It appears that you have (re-)loaded loaddefs.el after vc-cvs.el was
already loaded, which has overwritten the definition of vc-cvs-registered
from vc-cvs with the dummy in loaddefs.  You can break the loop by
explicitly loading vc-cvs again with load-library.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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