Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-13 Thread Christopher Schmidt
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! Debugger entered--Lisp error: (error Lisp nesting exceeds `max-lisp-eval-depth') It looks like this is orgstruct-mode and

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-13 Thread Sebastien Vauban
Hi Christopher, Christopher Schmidt wrote: Sebastien Vauban writes: Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! Debugger entered--Lisp error: (error Lisp nesting exceeds max-lisp-eval-depth') It looks like this is orgstruct-mode and

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-13 Thread Christopher Schmidt
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: What's weird is that I applied the patch, and then did C-M-x with the cursor in the function. I did test composing an email, and it still did not work. I restarted Emacs to be really, really sure, and now it works!

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-13 Thread Sebastien Vauban
Hi Christopher, Christopher Schmidt wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: What's weird is that I applied the patch, and then did C-M-x with the cursor in the function. I did test composing an email, and it still did not work. I restarted Emacs to be really, really sure,

[O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Sebastien Vauban
Hello, Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! --8---cut here---start-8--- Debugger entered--Lisp error: (error Lisp nesting exceeds `max-lisp-eval-depth') yas--all-parents(text-mode) (lambda (mode)

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! Do you have the same error when you don't load yasnippets? It looks like this is a bad interaction between

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Sebastien Vauban
HI Bastien, Bastien wrote: Sebastien Vauban writes: Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! Do you have the same error when you don't load yasnippets? It looks like this is a bad interaction between yasnippets and orgstruct++-mode, not a

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: After testing: nope, it does not occur when YASnippet is not loaded. Now that John H. gave me some directions on using yasnippet, I'm ready to test further and to hunt your bug. Would you mind

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-12 Thread Sebastien Vauban
Bastien, Bastien wrote: Sebastien Vauban writes: After testing: nope, it does not occur when YASnippet is not loaded. Now that John H. gave me some directions on using yasnippet, I'm ready to test further and to hunt your bug. Would you mind sharing the minimal yas/org config I need to