Re: [O] Bug due to org-startup-indented

2011-12-23 Thread Bastien
Jambunathan K writes: >> This should be reproducible in windows using the same emacs-version >> though. So I'll make sure to send a mail to emacs-devel. > > Don't bother about attaching gdb etc and Don't use emacs-devel. > > I suggest that you file a bug report - M-x report-emacs-bug RET - with a

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Jambunathan K
> This should be reproducible in windows using the same emacs-version > though. So I'll make sure to send a mail to emacs-devel. Don't bother about attaching gdb etc and Don't use emacs-devel. I suggest that you file a bug report - M-x report-emacs-bug RET - with a simple reproducible recipe. Re

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Gustav Wikström
Emacs crashes. It prompts with a question to attach gdb to debug. Not much more, sorry to say. I'm not used to gdb though, so getting a trace for the error was to big a task a.t.m. This should be reproducible in windows using the same emacs-version though. So I'll make sure to send a mail to emacs

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Nick Dokos
Nicolas Goaziou wrote: > Gustav Wikström writes: > > > Yes, unfortunately it also breaks with "-q". Using "toggle-debug-on-error" > > does not work since emacs fails. It's not reporting any error before this > > failure. > > > > I've tried to debug what happens with "debug-on-entry" when callin

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Nicolas Goaziou
Gustav Wikström writes: > Yes, unfortunately it also breaks with "-q". Using "toggle-debug-on-error" > does not work since emacs fails. It's not reporting any error before this > failure. > > I've tried to debug what happens with "debug-on-entry" when calling > "org-cycle". What I find is that af

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Gustav Wikström
Yes, unfortunately it also breaks with "-q". Using "toggle-debug-on-error" does not work since emacs fails. It's not reporting any error before this failure. I've tried to debug what happens with "debug-on-entry" when calling "org-cycle". What I find is that after a call to "overlay-put" the progr

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Nicolas Goaziou
Hello, Gustav Wikström writes: > When org-startup-indented is set to true I get a fatal error when using > 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the same > heading in the indirect-buffer. > > This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on windows.

[O] Bug due to org-startup-indented

2011-12-22 Thread Gustav Wikström
Hi! When org-startup-indented is set to true I get a fatal error when using 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the same heading in the indirect-buffer. This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on windows. The following commands should reprod