From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "cvs user" Newsgroups: gmane.emacs.help Subject: Re: error: Lisp nesting exceeds max-lisp-eval-depth Date: 11 Nov 2004 05:14:12 -0800 Organization: http://groups.google.com Message-ID: <1100178852.466516.195420@c13g2000cwb.googlegroups.com> References: <1098930411.505248.12160@z14g2000cwz.googlegroups.com> <87pt33jwtv.fsf@cluster.outherlimits.org> <1098970721.939780.64960@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1100179030 16873 80.91.229.6 (11 Nov 2004 13:17:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 13:17:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 11 14:17:00 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CSEot-0005jo-00 for ; Thu, 11 Nov 2004 14:16:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSExN-0006Fq-L8 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2004 08:25:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed.tiscali.ch!tiscali!newsfeed1.ip.tiscali.net!proxad.net!216.239.36.134.MISMATCH!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 52 Original-NNTP-Posting-Host: 65.96.65.192 Original-X-Trace: posting.google.com 1100178857 15670 127.0.0.1 (11 Nov 2004 13:14:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 11 Nov 2004 13:14:17 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=65.96.65.192; posting-account=O-yeAQ0AAAAbSWShgRRD7bQ8CmQtWTXC Original-Xref: shelby.stanford.edu gnu.emacs.help:126502 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21894 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21894 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