emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* isearch-forward at end of entry
@ 2016-01-02 11:18 Michael Brand
  2016-01-18  3:33 ` Kyle Meyer
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Brand @ 2016-01-02 11:18 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]

Hi all

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?

Michael

[-- Attachment #2: Type: text/html, Size: 412 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: isearch-forward at end of entry
  2016-01-02 11:18 isearch-forward at end of entry Michael Brand
@ 2016-01-18  3:33 ` Kyle Meyer
  2016-01-18 10:08   ` Michael Brand
  0 siblings, 1 reply; 7+ messages in thread
From: Kyle Meyer @ 2016-01-18  3:33 UTC (permalink / raw)
  To: Michael Brand; +Cc: Org Mode

Michael Brand <michael.ch.brand@gmail.com> writes:

> Hi all
>
> 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?

-- 
Kyle

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: isearch-forward at end of entry
  2016-01-18  3:33 ` Kyle Meyer
@ 2016-01-18 10:08   ` Michael Brand
  2016-01-18 19:06     ` Kyle Meyer
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Brand @ 2016-01-18 10:08 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: Org Mode

Hi Kyle

On Mon, Jan 18, 2016 at 4:33 AM, Kyle Meyer <kyle@kyleam.com> wrote:
>
> Michael Brand <michael.ch.brand@gmail.com> 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: isearch-forward at end of entry
  2016-01-18 10:08   ` Michael Brand
@ 2016-01-18 19:06     ` Kyle Meyer
  2016-01-18 21:48       ` Michael Brand
  2016-01-18 22:01       ` Nicolas Goaziou
  0 siblings, 2 replies; 7+ messages in thread
From: Kyle Meyer @ 2016-01-18 19:06 UTC (permalink / raw)
  To: Michael Brand; +Cc: Org Mode

Hi Michael,

Michael Brand <michael.ch.brand@gmail.com> 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: isearch-forward at end of entry
  2016-01-18 19:06     ` Kyle Meyer
@ 2016-01-18 21:48       ` Michael Brand
  2016-01-18 22:01       ` Nicolas Goaziou
  1 sibling, 0 replies; 7+ messages in thread
From: Michael Brand @ 2016-01-18 21:48 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: Org Mode

Hi Kyle

On Mon, Jan 18, 2016 at 8:06 PM, Kyle Meyer <kyle@kyleam.com> wrote:
>
> 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.

Interesting. Thank you that you have clarified this.

Michael

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: isearch-forward at end of entry
  2016-01-18 19:06     ` Kyle Meyer
  2016-01-18 21:48       ` Michael Brand
@ 2016-01-18 22:01       ` Nicolas Goaziou
  2016-01-19  0:07         ` Kyle Meyer
  1 sibling, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2016-01-18 22:01 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: Michael Brand, Org Mode

Hello,

Kyle Meyer <kyle@kyleam.com> writes:

> 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.

Indeed, that was fixed in Emacs' commit 30f603836.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: isearch-forward at end of entry
  2016-01-18 22:01       ` Nicolas Goaziou
@ 2016-01-19  0:07         ` Kyle Meyer
  0 siblings, 0 replies; 7+ messages in thread
From: Kyle Meyer @ 2016-01-19  0:07 UTC (permalink / raw)
  To: Michael Brand; +Cc: Org Mode

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Kyle Meyer <kyle@kyleam.com> writes:
>
>> 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.
>
> Indeed, that was fixed in Emacs' commit 30f603836.

Good to know.  Thanks.

--
Kyle

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-19  0:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-02 11:18 isearch-forward at end of entry Michael Brand
2016-01-18  3:33 ` Kyle Meyer
2016-01-18 10:08   ` Michael Brand
2016-01-18 19:06     ` Kyle Meyer
2016-01-18 21:48       ` Michael Brand
2016-01-18 22:01       ` Nicolas Goaziou
2016-01-19  0:07         ` Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).