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: Understanding the cause of a bug causing *all* bindings to be wiped out Date: Mon, 11 Jul 2016 10:10:05 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1468251131 16439 80.91.229.3 (11 Jul 2016 15:32:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2016 15:32:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 11 17:32:01 2016 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 1bMdBf-00036s-Qe for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2016 17:31:59 +0200 Original-Received: from localhost ([::1]:34314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMdBb-0004QN-P8 for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2016 11:31:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMdB4-0004QE-BU for emacs-devel@gnu.org; Mon, 11 Jul 2016 11:31:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMdB1-0002RS-3L for emacs-devel@gnu.org; Mon, 11 Jul 2016 11:31:22 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:19566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMdB0-0002RA-P9 for emacs-devel@gnu.org; Mon, 11 Jul 2016 11:31:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0DCEQA731xV/3mcpUVcgxCEAoVVu0CHUQKBPToSAQEBAQEBAYEKQQWDXQEBAwF5BQsLDScSFBgxiDcIzyMBAQgCIIs6hQUHhC0FpXWPDyOEFCKCeAEBAQ X-IPAS-Result: A0DCEQA731xV/3mcpUVcgxCEAoVVu0CHUQKBPToSAQEBAQEBAYEKQQWDXQEBAwF5BQsLDScSFBgxiDcIzyMBAQgCIIs6hQUHhC0FpXWPDyOEFCKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="247485326" Original-Received: from unknown (HELO pastel.home) ([69.165.156.121]) by ironport2-out.teksavvy.com with ESMTP; 11 Jul 2016 10:36:49 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0B6A3643C1; Mon, 11 Jul 2016 10:10:05 -0400 (EDT) In-Reply-To: (Kaushal Modi's message of "Mon, 11 Jul 2016 14:00:53 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:205551 Archived-At: > If it is unbound, it is unbound in both high-priority and global maps, > right? The overriding-local-map if non-nil disables all other maps. And in Emacs<24.4, the same holds for overriding-terminal-local-map. Could it be you're using a package written for Emacs>=24.4 which sets a sparse keymap in overriding-terminal-local-map to just override a few key bindings, but you use it with Emacs<24.4 where that ends up disabling all other bindings? Stefan