From: akrl <akrl@sdf.org>
To: help-gnu-emacs@gnu.org
Subject: question about buffer mechanism
Date: Sun, 19 Aug 2018 19:04:37 +0000 [thread overview]
Message-ID: <xjftvnqrxdm.fsf@sdf.org> (raw)
Hi all,
The question is the following:
Say I have this function:
(defun my-open-at-point (&rest _)
(interactive)
(org-open-at-point)
(print (current-buffer)))
When I call it on an org link the link at point is opened and when
my-open-at-point has finished the current buffer is the one pointed by
the link.
What I cannot understand is why the buffer that is printed is still the
original one containing the link.
I would expect to see already there the buffer changed to the new one.
I miss also where and how is then set the new buffer.
I'm probably missing something really basic here.
Bests
Andrea
--
akrl@sdf.org
next reply other threads:[~2018-08-19 19:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-19 19:04 akrl [this message]
2018-08-19 20:34 ` question about buffer mechanism Stefan Monnier
[not found] ` <mailman.5302.1534710880.1292.help-gnu-emacs@gnu.org>
2018-08-19 22:04 ` akrl
2018-08-19 22:55 ` Stefan Monnier
[not found] ` <mailman.5308.1534719353.1292.help-gnu-emacs@gnu.org>
2018-08-23 8:49 ` akrl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xjftvnqrxdm.fsf@sdf.org \
--to=akrl@sdf.org \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).