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

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

Lisp nesting exceeds max-lisp-eval-depth


From: Magnus Ljung
Subject: Lisp nesting exceeds max-lisp-eval-depth
Date: Thu, 27 May 2004 09:22:40 +0200

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)
 of 2004-03-10 on NYAUMO
configured using `configure --with-gcc (3.2)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  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: SVE
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

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

I pressed C-x C-s to save a buffer I had been working on and I gor
this error. The buffer contained a Java file and I have recently
installed JDE so I'm not sure if that is causing the problem. However,
my backtrace for this error seems to indicate that the problem has to
do with version control:

Backtrace:
Debugger entered--Lisp error: (error "Lisp nesting exceeds
max-lisp-eval-depth")
  (file-readable-p (expand-file-name "CVS/Entries" (file-name-directory f)))
  (if (file-readable-p (expand-file-name "CVS/Entries" ...)) (progn (require
...) (vc-cvs-registered f)))
  (when (file-readable-p (expand-file-name "CVS/Entries" ...)) (require
(quote vc-cvs)) (vc-cvs-registered f))
 
vc-cvs-registered("~/proj/nobill3/Product/Nobill_GPRS_Control/Development/sr
c/se/symsoft/nobill/gprscontrol/adm/server/entities/GprsControlApnProfileBea
n.java")
  (progn (require (quote vc-cvs)) (vc-cvs-registered f))
  (if (file-readable-p (expand-file-name "CVS/Entries" ...)) (progn (require
...) (vc-cvs-registered f)))
  (when (file-readable-p (expand-file-name "CVS/Entries" ...)) (require
(quote vc-cvs)) (vc-cvs-registered f))
 
vc-cvs-registered("~/proj/nobill3/Product/Nobill_GPRS_Control/Development/sr
c/se/symsoft/nobill/gprscontrol/adm/server/entities/GprsControlApnProfileBea
n.java")
  (progn (require (quote vc-cvs)) (vc-cvs-registered f))
  (if (file-readable-p (expand-file-name "CVS/Entries" ...)) (progn (require
...) (vc-cvs-registered f)))
  (when (file-readable-p (expand-file-name "CVS/Entries" ...)) (require
(quote vc-cvs)) (vc-cvs-registered f))

  [ Many more of these deleted ]

  (when (file-readable-p (expand-file-name "CVS/Entries" ...)) (require
(quote vc-cvs)) (vc-cvs-registered f))
 
vc-cvs-registered("~/proj/nobill3/Product/Nobill_GPRS_Control/Development/sr
c/se/symsoft/nobill/gprscontrol/adm/server/entities/GprsControlApnProfileBea
n.java")
  apply(vc-cvs-registered
"~/proj/nobill3/Product/Nobill_GPRS_Control/Development/src/se/symsoft/nobil
l/gprscontrol/adm/server/entities/GprsControlApnProfileBean.java")
  vc-call-backend(CVS registered
"~/proj/nobill3/Product/Nobill_GPRS_Control/Development/src/se/symsoft/nobil
l/gprscontrol/adm/server/entities/GprsControlApnProfileBean.java")
  #[(b) "=8c2=8c3      #=85





reply via email to

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