From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: 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 Message-ID: <878up5erdw.fsf@geodiff-mac3.ulb.ac.be> References: <87bnu4ww4i.fsf@boo.workgroup> <83r4303cuc.fsf@gnu.org> <87singtukm.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu6Z2-0005Mc-9m for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 16:53:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wu6Yx-0007sy-9f for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 16:53:08 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87singtukm.fsf@bzg.ath.cx> (Bastien's message of "Sat, 07 Jun 2014 20:59:05 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Glenn Morris , 17724@debbugs.gnu.org, Gregor Zattler Bastien writes: > Glenn Morris 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.