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

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

Re: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"


From: Stefan
Subject: Re: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"
Date: Thu, 11 Nov 2004 10:16:51 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

> During the past few weeks, I have been getting an error message from
> the latest version of the cvs gnu emacs:

> "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"

Could it be that X-Symbol does something like

(if (not (featurep 'xemacs))
    (defalias 'map-keymap 'cl-map-keymap))

??  If so, tell the author he should do

(if (not (fboundp 'map-keymap))
    (defalias 'map-keymap 'cl-map-keymap))


-- Stefan




reply via email to

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