[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: command chains feature request
From: |
Stefan Monnier |
Subject: |
Re: command chains feature request |
Date: |
Wed, 31 Oct 2012 10:58:24 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
> Here is an example scenario: I have multiple minor-modes that bind to
> space key.
Part of the motivation behind post-self-insert-hook is specifically to
solve this problem.
electric-pair-mode, electric-layout-mode, and electric-indent-mode are
examples of minor modes which can more-or-less happily share keys.
Stefan