From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: isearch-forward at end of entry Date: Mon, 18 Jan 2016 11:08:30 +0100 Message-ID: References: <8737tva7ef.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL6jg-0007Id-1N for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 05:08:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aL6jf-00074A-1r for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 05:08:31 -0500 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:38049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL6je-000746-RB for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 05:08:30 -0500 Received: by mail-wm0-x22d.google.com with SMTP id b14so114429538wmb.1 for ; Mon, 18 Jan 2016 02:08:30 -0800 (PST) In-Reply-To: <8737tva7ef.fsf@kyleam.com> 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: Kyle Meyer Cc: Org Mode Hi Kyle On Mon, Jan 18, 2016 at 4:33 AM, Kyle Meyer wrote: > > Michael Brand writes: > >> With today's release_8.3.2-441-ga87dea3 on Emacs 24.5 and this org >> file >> >> -------------------- >> * d >> - e >> - f >> * g >> -------------------- >> >> when d is folded: After "M-< C-s f RET" the entry d is folded but I >> expect it to remain unfolded like after "M-< C-s e RET". Am I doing >> something wrong? > > 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 Michael