From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Magnus Ljung" Newsgroups: gmane.emacs.bugs Subject: Lisp nesting exceeds max-lisp-eval-depth Date: Thu, 27 May 2004 09:22:40 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200405270722.i4R7MdY29310@my.symsoft.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1085681962 4586 80.91.224.253 (27 May 2004 18:19:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 18:19:22 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 27 20:19:08 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTPT8-0004yl-00 for ; Thu, 27 May 2004 20:19:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTHPI-0006cZ-17 for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 May 2004 05:42:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTFIr-00028w-TG for bug-gnu-emacs@gnu.org; Thu, 27 May 2004 03:27:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTFE4-0000rE-VH for bug-gnu-emacs@gnu.org; Thu, 27 May 2004 03:23:24 -0400 Original-Received: from [195.84.167.2] (helo=my.symsoft.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTFE4-0000ot-1N for bug-gnu-emacs@gnu.org; Thu, 27 May 2004 03:22:52 -0400 Original-Received: from ELIN (elin.pc.symsoft.se [192.168.11.40]) by my.symsoft.se (8.11.6+Sun/8.12.8) with ESMTP id i4R7MdY29310 for ; Thu, 27 May 2004 09:22:44 +0200 (MEST) Original-To: X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcRDu2UYyj9A97ubQMqBWo4AuSYD+w== X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8051 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8051 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)) =20 vc-cvs-registered("~/proj/nobill3/Product/Nobill_GPRS_Control/Development= /sr c/se/symsoft/nobill/gprscontrol/adm/server/entities/GprsControlApnProfile= Bea 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)) =20 vc-cvs-registered("~/proj/nobill3/Product/Nobill_GPRS_Control/Development= /sr c/se/symsoft/nobill/gprscontrol/adm/server/entities/GprsControlApnProfile= Bea 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)) =20 vc-cvs-registered("~/proj/nobill3/Product/Nobill_GPRS_Control/Development= /sr c/se/symsoft/nobill/gprscontrol/adm/server/entities/GprsControlApnProfile= Bea n.java") apply(vc-cvs-registered "~/proj/nobill3/Product/Nobill_GPRS_Control/Development/src/se/symsoft/no= bil l/gprscontrol/adm/server/entities/GprsControlApnProfileBean.java") vc-call-backend(CVS registered "~/proj/nobill3/Product/Nobill_GPRS_Control/Development/src/se/symsoft/no= bil l/gprscontrol/adm/server/entities/GprsControlApnProfileBean.java") #[(b) "=3D8c2=08=3D8c3 #=3D85=14