From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: isearch-forward at end of entry Date: Mon, 18 Jan 2016 14:06:50 -0500 Message-ID: <87r3hevh9x.fsf@kyleam.com> References: <8737tva7ef.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLF8j-0002Lj-Ff for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 14:06:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLF8e-0000Vf-Da for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 14:06:57 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:58435 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLF8e-0000Va-A3 for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 14:06:52 -0500 In-Reply-To: (Michael Brand's message of "Mon, 18 Jan 2016 11:08:30 +0100") 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: Michael Brand Cc: Org Mode Hi Michael, Michael Brand writes: [...] >> I'm not able to reproduce this with the commit you mentioned or with the >> current master (531985d). Are you still seeing this issue? > > Yes. I retried with a few more, all with > > cd /git/org-mode > git checkout [...] > make cleanall info uncompiled > emacs -Q -L /git/org-mode/lisp > > on OS X "GNU Emacs 24.5.1 (x86_64-apple-darwin14.3.0, NS > apple-appkit-1347.57)" and on GNU/Linux "GNU Emacs 24.5.1 > (x86_64-unknown-linux-gnu, GTK+ Version 2.24.23)". They are all not > ok: > > - release_7.9.4-0-g107f921 > - release_8.0-0-g7248fb1 > - release_8.3.2-441-ga87dea > - release_8.3.3-444-g531985 > - release_8.3.3-465-g0f8c6b I was failing to produce this with an Emacs 25.0.50 build on GNU/Linux. I tried with Emacs 24.5.1, and I see the same issue as you. So presumably a commit in Emacs 25 fixes this, but I haven't looked into which commit this is. -- Kyle