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

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

Re: Key-binding without minor mode!


From: Stefan Monnier
Subject: Re: Key-binding without minor mode!
Date: Thu, 11 Sep 2014 10:31:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> This problem seems to be this. If I define keys as follows:
> (define-key pabbrev-mode-map [tab] 'pabbrev-expand-maybe)

If you don't want to distinguish between [tab] and "\t", then use "\t",
which will cover both.


        Stefan



reply via email to

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