From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: set-temporary-overlay-map seems poorly named Date: Sun, 22 Dec 2013 20:27:15 -0500 Message-ID: References: <87k3eysqni.fsf@gnu.org> <83ob4aa9th.fsf@gnu.org> <87sitl3ene.fsf@gnu.org> <87a9ftatmo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387762051 24600 80.91.229.3 (23 Dec 2013 01:27:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 01:27:31 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 02:27:35 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VuuIw-0000kL-WF for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 02:27:35 +0100 Original-Received: from localhost ([::1]:59963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuuIw-0003C6-KY for ged-emacs-devel@m.gmane.org; Sun, 22 Dec 2013 20:27:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuuIn-0003By-Lx for emacs-devel@gnu.org; Sun, 22 Dec 2013 20:27:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuuIg-0003ab-CL for emacs-devel@gnu.org; Sun, 22 Dec 2013 20:27:25 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:44564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuuIg-0003Xl-0g; Sun, 22 Dec 2013 20:27:18 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBN1RELM021210; Sun, 22 Dec 2013 20:27:15 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id D0BDDAE25E; Sun, 22 Dec 2013 20:27:15 -0500 (EST) In-Reply-To: <87a9ftatmo.fsf@gnu.org> (Chong Yidong's message of "Sun, 22 Dec 2013 21:43:27 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4800=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4800> : inlines <347> : streams <1095413> : uri <1632494> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166749 Archived-At: >>> This might be confusing, since overriding-local-map takes precedence >>> over the temporary map. >> AFAIK it doesn't. > The docstring says: > Note that this does NOT take precedence over the "overriding" maps > `overriding-terminal-local-map' and `overriding-local-map' (or the > `keymap' text property). Unlike those maps, if no match for a key is > found in MAP, the normal key lookup sequence then continues. Thanks, I forgot to update the docstring when I fixed this problem. Stefan