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

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

Re: suppress insertion of SPC after SPC expands abbrev


From: Benjamin Rutt
Subject: Re: suppress insertion of SPC after SPC expands abbrev
Date: Wed, 23 Jun 2004 17:10:28 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Kevin Rodgers <ihs_4664@yahoo.com> writes:

> Why not bound SPC to something like:
>
> (defun expand-abbrev-or-self-insert ()
>    (interactive)
>    (or (expand-abbrev) (insert last-command-char)))

Thanks, that works nicely.
-- 
Benjamin Rutt


reply via email to

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