emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that d


From: Nicolas Richard
Subject: [O] bug#17724: 24.4.50; regression: error "`recenter'ing a window that does not display current-buffer." when opening org-mode file
Date: Mon, 09 Jun 2014 22:53:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux)

Bastien <address@hidden> writes:

> Glenn Morris <address@hidden> writes:
>
>> Eli Zaretskii wrote:
>>
>>> Bastien, could you please look into this?
>>
>> This is like forwarding every Emacs bug to Stefan.
>>
>> I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"),
>> then simply posting a reply in the normal way. It will then go to the
>> emacs-orgmode mailing list (which is where Org bugs are supposed to go).
>>
>> (I reassigned it before sending this reply.)
>
> Thanks to both of you, I'll look into this next week.

FWIW, there was a call to recenter which was removed recently (less than
four weeks ago -- see
http://permalink.gmane.org/gmane.emacs.orgmode/86259) from org-overview.
I guess that should fix the reported bug but it's hard to tell without a
backtrace.

There's another one in org-fix-ellipsis-at-bol which might be related
(at least it has bitten me) :

(defsubst org-fix-ellipsis-at-bol ()
  (save-excursion (goto-char (window-start)) (recenter 0)))

(I have no idea how this is supposed to fix "ellipsis at bol".)

-- 
Nico.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]