emacs-devel
[Top][All Lists]
Advanced

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

Re: Enhancements to "minor-mode-map-alist" functionality.


From: Miles Bader
Subject: Re: Enhancements to "minor-mode-map-alist" functionality.
Date: 09 May 2002 10:07:25 +0900

"Stefan Monnier" <monnier+gnu/address@hidden> writes:
> - Using post-command-hook to bring your keymaps back to the head
>   of the minor-mode-map-alist.  This works fairly reliably.
>   It's not the most elegant solution, but it's OK and it's not as slow
>   as it seems

I think that adding to `post-command-hook' should _always_ be
discouraged (at least, the global binding) -- even if a single function
or two can be made quick, general purpose kludges like this have a way
of ending up being used for lots of things if you're not careful, and
that _will_ be slow.

-Miles
-- 
`The suburb is an obsolete and contradictory form of human settlement'



reply via email to

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