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

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

RE: RE: How to detect end of buffer? [was: Deleting a word using keybind


From: Drew Adams
Subject: RE: RE: How to detect end of buffer? [was: Deleting a word using keybinding]
Date: Thu, 15 Oct 2020 18:39:04 -0700 (PDT)

> It should be ok, because I am usihg the check to know if I am in the middle 
> of a word rather than at the beginning. I then just move to the beginning of 
> the word before killing the work. Otherwise I simply call (kill word).

Then it sounds like you don't need `looking-at' and you can just use 
`looking-at-p'.



reply via email to

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