mainespresso-mode - Support: sr #106926, espresso--beginning-of-macro: Lisp...

 
 

sr #106926: espresso--beginning-of-macro: Lisp nesting exceeds `max-lisp-eval-depth'

Submitter:  Seth Mason <sethmason>
Submitted:  Wed 08 Jul 2009 06:46:00 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 16 Jul 2009 10:35:07 PM UTC, comment #2: 

Works great! 

I'd say mark it as closed.  Thanks!

Seth Mason <sethmason>
Thu 16 Jul 2009 03:01:32 AM UTC, comment #1: 

Fixed in SVN. Care to give it a shot?

Daniel Colascione <quotemstr>
Group administrator
Wed 08 Jul 2009 06:46:00 PM UTC, original submission:  

Given the following code:


dojo.provide ('foo.bar');

dojo.declare ('foo.bar',null, {
    foo: function () {
        console.log("o hai");
    },
    bar: function () {
        console.log ('xxx');
    },
    whoo: function () {
        console.log("whoo");
    }
});


I get the following error when I try to navigate through the defuns (via C-M-e)


espresso--beginning-of-macro: Lisp nesting exceeds `max-lisp-eval-depth'


Emacs:


GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) of 2009-03-20 on nannyberry, modified by Debian


Espresso version 9

I tried changing my max-lisp-eval-depth but that caused a whole slew of other errors.  Apologies that my lisp-fu is not up to snuff to fixing this myself.

Seth Mason <sethmason>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by quotemstr (Posted a comment)
  • -email is unavailable- added by sethmason (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code