[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /srv/bzr/emacs/trunk r108127: New function set-temporary-overlay-map
From: |
Stefan Monnier |
Subject: |
Re: /srv/bzr/emacs/trunk r108127: New function set-temporary-overlay-map and macros (defvar|setq)-local. |
Date: |
Sun, 06 May 2012 11:45:13 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
>> FWIW, I do find `set-temporary-overlay-map'--which has nothing to do
>> with overlays--jarring.
> Stefan, did you mean "overriding"?
Contrary to overriding-local-map and overriding-terminal-local-map,
set-temporary-overlay-map installs a map which does not disable
other maps (i.e. as soon as overriding-local-map is non-nil, most maps
(other than the global-map) become inactive, but not so with
set-temporary-overlay-map).
Stefan