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: emacs user
Subject: Re: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"
Date: Thu, 11 Nov 2004 10:54:23 -0500



From: Stefan <address@hidden>
To: "emacs user" <address@hidden>
CC: address@hidden
Subject: Re: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"
Date: Thu, 11 Nov 2004 10:16:51 -0500

> 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

thanks for this, although grepping and looking through the code I couldnt find something like this.
EU

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963





reply via email to

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