From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: current-active-maps doesn't look at emulation-mode-map-alists, why? Date: Mon, 26 Dec 2016 20:50:50 -0500 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1482803501 1429 195.159.176.226 (27 Dec 2016 01:51:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 27 Dec 2016 01:51:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: Emacs developers To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 27 02:51:35 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cLgvO-000802-7z for ged-emacs-devel@m.gmane.org; Tue, 27 Dec 2016 02:51:34 +0100 Original-Received: from localhost ([::1]:52369 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLgvS-0006b5-WC for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2016 20:51:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLgul-0006ao-VD for emacs-devel@gnu.org; Mon, 26 Dec 2016 20:50:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLgui-0002la-Tp for emacs-devel@gnu.org; Mon, 26 Dec 2016 20:50:56 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:37779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLgui-0002l6-PN for emacs-devel@gnu.org; Mon, 26 Dec 2016 20:50:52 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id uBR1ooeT013449; Mon, 26 Dec 2016 20:50:51 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id C681BAE2A3; Mon, 26 Dec 2016 20:50:50 -0500 (EST) In-Reply-To: (Noam Postavsky's message of "Mon, 26 Dec 2016 15:50:59 -0500") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV5900=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5900> : inlines <5608> : streams <1726403> : uri <2347626> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:210827 Archived-At: >>> Any reason why current-active-maps doesn't return keymaps from >>> emulation-mode-map-alists? What makes you think it doesn't? Stefan