all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: Rasmus <rasmus@gmx.us>
Cc: Emacs development discussions <emacs-devel@gnu.org>,
	schulte.eric@gmail.com, e.fraga@ucl.ac.uk
Subject: Re: [BUG] Marker points into wrong buffer
Date: Tue, 12 Nov 2013 10:07:06 +0400	[thread overview]
Message-ID: <5281C58A.3040501@yandex.ru> (raw)
In-Reply-To: <87eh6mcx3i.fsf@pank.iue.private>

On 11/12/2013 03:55 AM, Rasmus wrote:

> This is a follow-up to Eric F's previous bug-report about getting
> "Marker points into wrong buffer" when having Babel #+CALL statements
> in Emacs Org-mode.  Here's (one of) the previous messages about the
> issue:
>
>       http://permalink.gmane.org/gmane.emacs.orgmode/77515

Could you please create a bug report at http://debbugs.gnu.org,
with a clean recipe to reproduce, staring from 'emacs -Q'?

In general, using the marker in buffer A to set position in
buffer B is (IMHO) suspicious/error-prone practice, and 2013-08-29
change was designed to handle such (possible) errors. If you're
sure that you absolutely need this, you can use

(goto-char (marker-position M))

Dmitry




  parent reply	other threads:[~2013-11-12  6:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-11 23:55 [BUG] Marker points into wrong buffer Rasmus
2013-11-12  1:44 ` [BUG][PATCH] " Rasmus
2013-11-12 10:41   ` Eric S Fraga
2013-11-12 16:57   ` Eric S Fraga
2013-11-12 21:06   ` Achim Gratz
2013-11-12 21:48     ` Bastien
2013-11-13 18:28       ` Achim Gratz
2013-11-12 22:14     ` Rasmus
2013-11-12  6:07 ` Dmitry Antipov [this message]
2013-11-12 19:49 ` [BUG] " Achim Gratz

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5281C58A.3040501@yandex.ru \
    --to=dmantipov@yandex.ru \
    --cc=e.fraga@ucl.ac.uk \
    --cc=emacs-devel@gnu.org \
    --cc=rasmus@gmx.us \
    --cc=schulte.eric@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.