From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#17746: bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message Date: Fri, 13 Jun 2014 17:29:57 +0200 Message-ID: <8761k46d56.fsf__29707.9687392854$1402673524$gmane$org@bzg.ath.cx> References: <837g4o1x3r.fsf@gnu.org> <87r42vlavi.fsf@geodiff-mac3.ulb.ac.be> <87ha3rxx79.fsf@bzg.ath.cx> <87ppifudvd.fsf@tanger.home> <878up24k6j.fsf@yahoo.fr> <878up2ec7z.fsf@tanger.home> <874mzqeaug.fsf__22767.2755755068$1402565401$gmane$org@tanger.home> <87lht2l9vo.fsf__32258.4286136136$1402567739$gmane$org@bzg.ath.cx> <87ioo56k5h.fsf@geodiff-mac3.ulb.ac.be> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvTRc-0007Pi-NU for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 11:31:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvTRW-0001Al-W1 for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 11:31:08 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ioo56k5h.fsf@geodiff-mac3.ulb.ac.be> (Nicolas Richard's message of "Fri, 13 Jun 2014 14:58:34 +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: Nicolas Richard Cc: Daimrod , 17746@debbugs.gnu.org, David Griffiths Nicolas Richard writes: > Perhaps this isn't the right place to ask, but I wonder how > (save-excursion (set-window-start (selected-window) (window-start))) > isn't a noop. Perhaps it is a noop -- The purpose of `org-fix-ellipsis-at-bol' is to remove the ellipsis overlay that outline-mode may leave when navigating through folded regions. At least this was the purpose of the original version, and using recenter did the job. I'll try to reproduce the original bug, see if the new version of `org-fix-ellipsis-at-bol' does the job and if not, why. -- Bastien