[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Nicolas Richard
Bastien writes: > Nicolas Richard writes: > >> Bastien writes: >>> PS: The change about throwing an error when recentering a window >>> that does not display the current buffer breaks ~37 tests in Org >>> master branch, even with this fix. I need to digg this further. >> >> For me, fixing also

[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Eli Zaretskii
> From: Stefan Monnier > Cc: Bastien , theonewiththeevill...@yahoo.fr, > 17...@debbugs.gnu.org, dogriffi...@gmail.com > Date: Wed, 11 Jun 2014 14:15:08 -0400 > > > Say thanks to Stefan for flagging all those bugs ;-) > > Now that I think about it, I should make `car' signal an error every > 100

[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Stefan Monnier
> Say thanks to Stefan for flagging all those bugs ;-) Now that I think about it, I should make `car' signal an error every 100th call, as well. Would flag many bugs (with some false positives, of course, but what's a few false positives among friends?)! Stefan

[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Eli Zaretskii
> From: Bastien > Date: Wed, 11 Jun 2014 17:50:02 +0200 > Cc: 17...@debbugs.gnu.org, David Griffiths > > PS: The change about throwing an error when recentering a window > that does not display the current buffer breaks ~37 tests in Org > master branch, even with this fix. I need to digg this f

[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Bastien
Nicolas Richard writes: > Bastien writes: >> PS: The change about throwing an error when recentering a window >> that does not display the current buffer breaks ~37 tests in Org >> master branch, even with this fix. I need to digg this further. > > For me, fixing also org-fix-ellipsis-at-bol ma

[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Nicolas Richard
Bastien writes: > PS: The change about throwing an error when recentering a window > that does not display the current buffer breaks ~37 tests in Org > master branch, even with this fix. I need to digg this further. For me, fixing also org-fix-ellipsis-at-bol made all tests run as expected. --

[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Bastien
Nicolas Richard writes: > David Griffiths writes: >> Debugger entered--Lisp error: (error "`recenter'ing a window that does >> not display current-buffer.") >> recenter((4)) >> org-overview() > > So that's a duplicate of #17724. It is fixed in org-mode (upstream) master > branch. The easy fix is