* Re: bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link
[not found] <87twh01tfu.fsf@secretsauce.net>
@ 2016-06-11 11:37 ` Rasmus
2018-02-27 0:10 ` Nicolas Goaziou
1 sibling, 0 replies; 4+ messages in thread
From: Rasmus @ 2016-06-11 11:37 UTC (permalink / raw)
Cc: emacs-orgmode
The following message is a courtesy copy of an article
that has been posted to gmane.emacs.bugs as well.
Hi Dima,
Thanks for the report.
Dima Kogan <dima@secretsauce.net> writes:
> =====================
> * aaaa
> bbbbb
>
> * cccc
> [[aaaa]]
> =====================
>
> With the point at the [[aaaa]] link, I can visit the aaaa heading with
> C-c C-o (org-open-at-point), and I can go back to where I was with the
> org-specific C-c & (org-mark-ring-goto). But I should also be able to go
> back with C-u C-SPC (effectively pop-to-mark-command), since that works
> for inside-the-same-buffer jumps in all other emacs context, including
> non-org ones. I suspect all we would need to do is to
> (push-mark-command) before we jump in (org-open-at-point). Is this
> simply forgotten, or was it omitted on purpose? If the former, I'll post
> a patch.
I think you are right; your description of behavior would be consistent.
Note that once I click C-c & at "* aaaa" and thus return to the link
"[[aaaa]]" I can pop the mark to go back to "* aaaa" but the reverse is
not possible.
A fix for this would be appreciated.
Thanks,
Rasmus
--
Send from my Emacs
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link
[not found] <87twh01tfu.fsf@secretsauce.net>
2016-06-11 11:37 ` bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link Rasmus
@ 2018-02-27 0:10 ` Nicolas Goaziou
2018-02-27 2:12 ` bug#23745: " Samuel Wales
2018-02-27 2:12 ` Samuel Wales
1 sibling, 2 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2018-02-27 0:10 UTC (permalink / raw)
To: Dima Kogan; +Cc: 23745-done
Hello,
Dima Kogan <dima@secretsauce.net> writes:
> Hi. Consider this org-mode file:
>
> =====================
> * aaaa
> bbbbb
>
> * cccc
> [[aaaa]]
> =====================
>
> With the point at the [[aaaa]] link, I can visit the aaaa heading with
> C-c C-o (org-open-at-point), and I can go back to where I was with the
> org-specific C-c & (org-mark-ring-goto). But I should also be able to go
> back with C-u C-SPC (effectively pop-to-mark-command), since that works
> for inside-the-same-buffer jumps in all other emacs context, including
> non-org ones. I suspect all we would need to do is to
> (push-mark-command) before we jump in (org-open-at-point). Is this
> simply forgotten, or was it omitted on purpose? If the former, I'll post
> a patch.
Fixed.
Now `org-mark-ring-push' also calls `push-mark'. Ultimately, I think the
latter should replace former, although navigation with Org dedicated
mark ring is still slightly easier (e.g., no distinction between global
and local rings).
Thank you.
Regards,
--
Nicolas Goaziou 0x80A93738
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#23745: bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link
2018-02-27 0:10 ` Nicolas Goaziou
2018-02-27 2:12 ` bug#23745: " Samuel Wales
@ 2018-02-27 2:12 ` Samuel Wales
1 sibling, 0 replies; 4+ messages in thread
From: Samuel Wales @ 2018-02-27 2:12 UTC (permalink / raw)
To: 23745, mail, dima; +Cc: 23745-done
quite useful to have this for reference in the org mailing list, as we
are discussing it.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#23745: bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link
2018-02-27 0:10 ` Nicolas Goaziou
@ 2018-02-27 2:12 ` Samuel Wales
2018-02-27 2:12 ` Samuel Wales
1 sibling, 0 replies; 4+ messages in thread
From: Samuel Wales @ 2018-02-27 2:12 UTC (permalink / raw)
To: 23745, mail, dima; +Cc: 23745-done
quite useful to have this for reference in the org mailing list, as we
are discussing it.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-27 2:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87twh01tfu.fsf@secretsauce.net>
2016-06-11 11:37 ` bug#23745: 25.0.94; Org: (pop-to-mark-command) doesn't work when using (org-open-at-point) to visit a same-file link Rasmus
2018-02-27 0:10 ` Nicolas Goaziou
2018-02-27 2:12 ` bug#23745: " Samuel Wales
2018-02-27 2:12 ` Samuel Wales
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).