emacs-devel
[Top][All Lists]
Advanced

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

Re: Searching for line beginning


From: Eli Zaretskii
Subject: Re: Searching for line beginning
Date: Wed, 17 Aug 2022 14:48:30 +0300

> From: Richard Stallman <rms@gnu.org>
> Cc: larsi@gnus.org, contovob@tcd.ie, emacs-devel@gnu.org
> Date: Tue, 16 Aug 2022 22:49:26 -0400
> 
>   > > If we want to fix this, I think we should just introduce two new
>   > > functions for "real" bol/eol, because this is already awkward enough.
> 
>   > I won't object.
> 
> What would these new functions do?  How would they be different from
> bolp and eolp?

bolp and eolp don't _search_ for next/previous newline, they just
report if point already _is_ at or before a newline.

The intent is to have a function similar to line-beginning-position,
but without the stuff that accounts for fields.



reply via email to

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