bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#28527: unexpected behaviour of char-after if argument is marker that


From: Eli Zaretskii
Subject: bug#28527: unexpected behaviour of char-after if argument is marker that don't point to the current buffer
Date: Wed, 20 Sep 2017 18:51:27 +0300

> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
>       HTML_MESSAGE,RP_MATCHES_RCVD,T_DKIM_INVALID autolearn=disabled 
> version=3.3.2
> Resent-From: Fritz Stelzer <brotzeitmacher@gmail.com>
> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
> Resent-CC: bug-gnu-emacs@gnu.org
> Resent-Sender: help-debbugs@gnu.org
> From: Fritz Stelzer <brotzeitmacher@gmail.com>
> Date: Wed, 20 Sep 2017 15:29:07 +0200
> 
> When the argument for char-after is a marker, the function gets bytepos from 
> the buffer the marker is pointing
> to by calling marker_byte_position. But then pos_byte is compared to 
> BEGV_BYTE and ZV_BYTE that use the
> current buffer. At the end of the function, pos_byte is passed to FETCH_CHAR, 
> which also operates on the
> current buffer.

This is according to the documentation, which explicitly says the
position is looked up in the current buffer.  So this sounds like an
intentional and documented behavior.





reply via email to

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