Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-08 Thread Eric S Fraga
Bastien writes: > Hi Eric, > > Eric S Fraga writes: > >>> If you're certain you're loading Org correctly, please try the >>> attached patch and just tell me if the error disappears. >> >> The patch works! > > I'm still resisting applying this patch, because I don't understand why > the infinite

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-08 Thread Bastien
Hi Eric, Eric S Fraga writes: >> If you're certain you're loading Org correctly, please try the attached >> patch and just tell me if the error disappears. > > The patch works! I'm still resisting applying this patch, because I don't understand why the infinite recursion occurs. Can you help m

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-06 Thread Eric S Fraga
Bastien writes: > Hi Eric, Hello Bastien! [...] > You are using the exact same version of Gnus and Emacs than I do. > Unless you forgot to reload the correct (uncompiled?) version of > Org -- I barely dare suggesting this :) -- then this comes from > something in your configuration. Definite

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-06 Thread Bastien
Hi Eric, Eric Fraga writes: > unfortunately, I still have problems. I am using org completely up to > date (a few minutes ago). I do not turn orgstruct++-mode on > automatically at all any more but instead turn it on manually by > > M-x orgstruct++-mode RET > > once I'm in a Message buffer.

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-06 Thread Thorsten Jolitz
Eric Fraga writes: > unfortunately, I still have problems. I am using org completely up to > date (a few minutes ago). me too, I just posted on the gnus.user list ... -- cheers, Thorsten

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-06 Thread Eric Fraga
Bastien writes: > Hi Nicolas, > > Nicolas Goaziou writes: > >> ((adaptive-fill-function (quote nil)) (adaptive-fill-regexp (quote \(\([ > > [...] > > This looks good. > >> It's the same as the previous bug: when I try to debug >> `org-indent-line-function', the problem disappears. > > I pushed a

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-06 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > ((adaptive-fill-function (quote nil)) (adaptive-fill-regexp (quote \(\([ [...] This looks good. > It's the same as the previous bug: when I try to debug > `org-indent-line-function', the problem disappears. I pushed another fix: I now rely on the existin

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> Bastien writes: >> >>> I pushed a fix -- can you test and confirm? >> >> I get the following error every time I try to indent: >> >> "org-between-regexps-p: Variable binding depth exceeds >> max-specpdl-size" > > If you are in message-mode, pl

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: >> I get the following error every time I try to indent: > > In org-mode or in message-mode? I meant in Message mode. >> "org-between-regexps-p: Variable binding depth exceeds >> max-specpdl-size" > > Does (setq max-specpdl-size 1) help in any

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Bastien
Nicolas Goaziou writes: > Bastien writes: > >> I pushed a fix -- can you test and confirm? > > I get the following error every time I try to indent: > > "org-between-regexps-p: Variable binding depth exceeds > max-specpdl-size" If you are in message-mode, please also provide the value of `o

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: >> I pushed a fix -- can you test and confirm? > > I get the following error every time I try to indent: In org-mode or in message-mode? > "org-between-regexps-p: Variable binding depth exceeds > max-specpdl-size" Does (setq max-specpdl-size 1) help

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Nicolas Goaziou
Hello, Bastien writes: > I pushed a fix -- can you test and confirm? I get the following error every time I try to indent: "org-between-regexps-p: Variable binding depth exceeds max-specpdl-size" Regards, -- Nicolas Goaziou

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-05 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: >>> Further, with orgstuct++-mode, trying to add a new line (i.e. my >>> response), I get the following error message: >>> >>> , >>> | org-indent-line-function: Lisp nesting exceeds `max-lisp-eval-depth' [3 >>> times] >>> ` > > I confirm the problem w

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> No, it happens with `message-mode-hook'. Here is the relevant part of my >> configuration: > > I can't reproduce this with a bare emacs-24.0.94 -Q (this is the oldest > Emacs I can test with.) > > Can you detail the steps to reproduce? I cannot r

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Bastien
Nicolas Goaziou writes: > No, it happens with `message-mode-hook'. Here is the relevant part of my > configuration: I can't reproduce this with a bare emacs-24.0.94 -Q (this is the oldest Emacs I can test with.) Can you detail the steps to reproduce? Sorry this is boring, but I don't want to

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > > I can reproduce the problem with > > (add-hook 'message-setup-hook 'turn-on-orgstruct++) > > I cannot reproduce it with > > (add-hook 'message-mode-hook 'turn-on-orgstruct++) > > Can you confirm this is the same for you? No, it happens

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I confirm the problem with latest Org (Org-mode version 7.8.09 > (release_7.8.09-483-g01d83d)) and GNU Emacs 24.0.95.1. > > I also use orgstruct++-mode. I can reproduce the problem with (add-hook 'message-setup-hook 'turn-on-orgstruct++) I cannot repro

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Nicolas Goaziou
Hello, > Eric Fraga writes: >> Further, with orgstuct++-mode, trying to add a new line (i.e. my >> response), I get the following error message: >> >> , >> | org-indent-line-function: Lisp nesting exceeds `max-lisp-eval-depth' [3 >> times] >> ` I confirm the problem with latest Org (O

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Bastien
Hi Eric, Eric Fraga writes: > Ummm, doesn't work well for me at all. If I try to fill your main > paragraph above, the whole quoted text is filled into one > mess. Without orgstuct++-mode, it works. > > Further, with orgstuct++-mode, trying to add a new line (i.e. my > response), I get the fol

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-03 Thread Eric Fraga
Bastien writes: > Hi Christopher, > > I've now fixed orgstuct++-mode so that you can turn it on and off > safely. Some Org filling functions fall back on the major-mode > filling functions through a new defmacro. > > Please test and report any problem. > > Thanks! Ummm, doesn't work well for me

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-01 Thread Bastien
Hi Christopher, I've now fixed orgstuct++-mode so that you can turn it on and off safely. Some Org filling functions fall back on the major-mode filling functions through a new defmacro. Please test and report any problem. Thanks! -- Bastien

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-29 Thread Christopher Schmidt
Christopher Schmidt writes: > There is still one major issue, though. Consider this text: > > , > | >> rms > | >> foo > | >> > | >> org-mode > ` > > Place the point somewhere in the first or second line and do a M-q. > Vanilla message-mode correctly recognises the paragraph prefi

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-29 Thread Christopher Schmidt
Bastien writes: > This should be fixed now in master. Thank you so much for fixing this. There is still one major issue, though. Consider this text: , | >> rms | >> foo | >> | >> org-mode ` Place the point somewhere in the first or second line and do a M-q. Vanilla message-mo

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-29 Thread Bastien
Hi Eric, Eric Fraga writes: > (add-hook 'message-setup-hook 'turn-on-orgstruct++) Try this instead, as advertized in the manual: (add-hook 'message-mode-hook 'turn-on-orgstruct++) HTH, -- Bastien

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-28 Thread Eric Fraga
Eric Fraga writes: [...] > Bastian, > > Filling seems to work much better now but I don't know whether any of > this is org or gnus. Actually, I just noticed from my modeline that OrgTbl is active. However, I have searched everything in my configuration and cannot see where I turn this on!

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-28 Thread Eric Fraga
Bastien writes: > Hi Eric, > > Eric Fraga writes: > >> Thanks for this. This behaviour has annoyed me for years now. > > Me too... > >> I've >> never gotten around to figuring out why I got this behaviour because I >> get caught up with writing the email and forget by the time I finish... >>

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-26 Thread Bastien
Hi Eric, Eric Fraga writes: > Thanks for this. This behaviour has annoyed me for years now. Me too... > I've > never gotten around to figuring out why I got this behaviour because I > get caught up with writing the email and forget by the time I finish... > > I hope somebody can indeed fix

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-25 Thread Eric Fraga
Christopher Schmidt writes: > Hi gurus, > > I have a problem with Org-mode version 7.8.03 > (release_7.8.03.351.g47eb3) on GNU Emacs 24.0.94.1 > (x86_64-unknown-linux-gnu, GTK+ Version 2.24.9) of 2012-03-08. > > (info "(org)Orgstruct mode") says that one is allowed to use orgtbl-mode > in message

[O] orgstuct++ does not lurk silently in the shadow

2012-03-08 Thread Christopher Schmidt
Hi gurus, I have a problem with Org-mode version 7.8.03 (release_7.8.03.351.g47eb3) on GNU Emacs 24.0.94.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.9) of 2012-03-08. (info "(org)Orgstruct mode") says that one is allowed to use orgtbl-mode in message-mode. Unfortunately this does not work as