[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to detect end of buffer? [was: Deleting a word using keybinding]
From: |
Drew Adams |
Subject: |
How to detect end of buffer? [was: Deleting a word using keybinding] |
Date: |
Thu, 15 Oct 2020 14:46:25 -0700 (PDT) |
> > Is there a way to detect end of buffer?
>
> Function `eobp'
FYI, for asking Emacs itself:
`C-h d end buffer' or `C-h d buffer end'
finds `eobp' for you. That's command
`apropos-documentation'. It searches doc
strings for the words or regexp you give it.
(Actually, it doesn't find it with Emacs 26,
for some reason. But it does with Emacs 27.)
- How to detect end of buffer? [was: Deleting a word using keybinding],
Drew Adams <=