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

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

bug#22763: 25.1.50; Feature Request -- A faster method to obtain line nu


From: Andreas Schwab
Subject: bug#22763: 25.1.50; Feature Request -- A faster method to obtain line number at position.
Date: Thu, 20 May 2021 09:27:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

On Mai 20 2021, Eli Zaretskii wrote:

>> Date: Wed, 19 May 2021 23:55:27 +0000
>> From:  Ben Levy via "Bug reports for GNU Emacs,
>>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>> 
>> For this section in the line-number-at-pos code:
>> 
>> /* Check that POSITION is n the visible range of the buffer. */
>> if (pos < BEGV || pos > ZV)
>>   args_out_of_range (make_int (start), make_int (ZV));
>> 
>> Shouldn't the lower bound condition be pos < start instead of pos < BEGV?
>
> No, because 'start' is the _byte_ position,

But it should not be passed to args_out_of_range then.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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