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

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

Re: non word abbrevs


From: Stefan Monnier
Subject: Re: non word abbrevs
Date: Sun, 31 Oct 2021 15:04:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean-Christophe Helary [2021-10-31 14:45:04] wrote:
> I'm trying to create abbrevs that do this
>
> -> →
> <- ← 
>
> etc.
>
> but Emacs won't allow that because the abbrevs are not "word constituents".

You need to change the `:regexp` on your abbrev table.
See `define-abbrev-table`.


        Stefan




reply via email to

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