emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Marker points into wrong buffer


From: Dmitry Antipov
Subject: Re: [BUG] Marker points into wrong buffer
Date: Tue, 12 Nov 2013 10:07:06 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]