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

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

Re: about global-set-key


From: Stefan Monnier
Subject: Re: about global-set-key
Date: Sat, 01 Sep 2012 09:19:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> I tried this with skeleton, and got similar problems.  I cannot trigger the
> abbrev with _ character even it do listed in the abbrev list.

_ is not a char with word-syntax, so you'll need to use an abbrev-table
where you've provided a :regexp argument that explains which chars can
be considered.


        Stefan


reply via email to

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