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

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

Re: How to detect end of buffer? [was: Deleting a word using keybinding]


From: Stefan Monnier
Subject: Re: How to detect end of buffer? [was: Deleting a word using keybinding]
Date: Fri, 16 Oct 2020 00:12:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> That regexp recognizes only ASCII letters.  If you want any letters
> supported by the current locale, use [[:alnum:]].

Actually, Emacs's character classes aren't quite like POSIX's: they
don't pay attention to the locale (at least, by and large).


        Stefan




reply via email to

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