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: Eli Zaretskii
Subject: bug#22763: 25.1.50; Feature Request -- A faster method to obtain line number at position.
Date: Thu, 20 May 2021 12:03:12 +0300

> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: Ben Levy <blevy@protonmail.com>,  22763@debbugs.gnu.org
> Date: Thu, 20 May 2021 09:27:34 +0200
> 
> >> 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.

Right you are; fixed.





reply via email to

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