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

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

Re: Determining existence of text following point


From: Skip Montanaro
Subject: Re: Determining existence of text following point
Date: Mon, 17 May 2021 17:02:07 -0500

> Is there a way to figure out whether
> there exist any characters on line
> after point.

Maybe

(looking-at-p ".")

?

Full details on regular expressions searching here

https://www.gnu.org/software/emacs/manual/html_node/elisp/Regexp-Search.html

Skip


reply via email to

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