all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "cvs user" <emacs_user@hotmail.com>
Subject: Re: error: Lisp nesting exceeds max-lisp-eval-depth
Date: 11 Nov 2004 05:14:12 -0800	[thread overview]
Message-ID: <1100178852.466516.195420@c13g2000cwb.googlegroups.com> (raw)
In-Reply-To: <m3k6t9jrnz.fsf@eric.rossnet.com>

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

  reply	other threads:[~2004-11-11 13:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-28  2:26 error: Lisp nesting exceeds max-lisp-eval-depth cvs user
2004-10-28  4:22 ` Marcus Gustafsson
2004-10-28  5:49   ` Michael Slass
2004-10-28 13:38     ` cvs user
2004-10-29 18:38       ` Michael Slass
2004-11-11 13:14         ` cvs user [this message]
2004-11-11 15:06           ` Pascal Bourguignon
2004-11-12  3:11             ` cvs user
  -- strict thread matches above, loose matches on Subject: below --
2004-10-28  2:26 cvs user

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1100178852.466516.195420@c13g2000cwb.googlegroups.com \
    --to=emacs_user@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.