From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: set-temporary-overlay-map seems poorly named Date: Sun, 22 Dec 2013 21:43:27 +0800 Message-ID: <87a9ftatmo.fsf@gnu.org> References: <87k3eysqni.fsf@gnu.org> <83ob4aa9th.fsf@gnu.org> <87sitl3ene.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387719821 968 80.91.229.3 (22 Dec 2013 13:43:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Dec 2013 13:43:41 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 22 14:43:47 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 1VujJq-0004JY-0B for ged-emacs-devel@m.gmane.org; Sun, 22 Dec 2013 14:43:46 +0100 Original-Received: from localhost ([::1]:57860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VujJp-0000V3-Lm for ged-emacs-devel@m.gmane.org; Sun, 22 Dec 2013 08:43:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VujJh-0000Uw-TB for emacs-devel@gnu.org; Sun, 22 Dec 2013 08:43:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VujJc-0000eO-HN for emacs-devel@gnu.org; Sun, 22 Dec 2013 08:43:37 -0500 Original-Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]:53646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VujJc-0000eG-9X; Sun, 22 Dec 2013 08:43:32 -0500 Original-Received: by mail-pb0-f47.google.com with SMTP id um1so4365302pbc.34 for ; Sun, 22 Dec 2013 05:43:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=4FYjqs/YW0XYA5AlSGrJ2izKAnv9Er6lVJse2bIu/uI=; b=m4l6s9mO+poDGE/BxnD0CRI8kLostxJ9T3hCX6vjLt4DJsXUH+seqLdgVwpQB8k1dN aytIuIPkDdXuSPx/4XVwZyZj/CLrZ0XuqSV5UEfv9qxAkkXt3ESeAP3r8m1dimoyp2Vz EKhmt1BEv8fhCoVNzs0TVdkExgsjJ6FbP3lROgrSkA2wh3FAeqEqJo0PdfslbcDfb7yz Xqc644kB0Gck0QsKEW93DywWPJMa+J+EM3tQLtmSp8PkvnvF0X7DUImV5wmMcQemxGax 3VR733aHM22c3R3P8DA0fzZu0tpTLpG6k2x3/79IsLK8+/p2BTNsiZnyA33jYw2IvlkG MywQ== X-Received: by 10.67.14.67 with SMTP id fe3mr20159362pad.134.1387719810711; Sun, 22 Dec 2013 05:43:30 -0800 (PST) Original-Received: from tsparkle ([155.69.2.31]) by mx.google.com with ESMTPSA id oc9sm27508574pbb.10.2013.12.22.05.43.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Dec 2013 05:43:30 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Sun, 22 Dec 2013 05:48:43 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::22f 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:166729 Archived-At: Stefan Monnier writes: >> 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.