unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Lisp nesting exceeds max-lisp-eval-depth
@ 2004-05-27  7:22 Magnus Ljung
  0 siblings, 0 replies; only message in thread
From: Magnus Ljung @ 2004-05-27  7:22 UTC (permalink / raw)


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\b=8c3	#=85\x14

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-27  7:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-27  7:22 Lisp nesting exceeds max-lisp-eval-depth Magnus Ljung

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).