From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Redefine the `special-mode-map' Date: Fri, 9 Jan 2015 15:53:29 +0100 Message-ID: References: <87a91sau6i.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1420815599 16136 80.91.229.3 (9 Jan 2015 14:59:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2015 14:59:59 +0000 (UTC) Cc: help-gnu-emacs To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 09 15:59:54 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Y9awa-0008GP-QC for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 15:53:44 +0100 Original-Received: from localhost ([::1]:50953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9awa-0004Pr-58 for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2015 09:53:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9awN-0004Oh-4M for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 09:53:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9awM-0000Yz-9G for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 09:53:31 -0500 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:60789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9awM-0000Xb-1q for help-gnu-emacs@gnu.org; Fri, 09 Jan 2015 09:53:30 -0500 Original-Received: by mail-la0-f47.google.com with SMTP id hz20so14846605lab.6 for ; Fri, 09 Jan 2015 06:53:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Fypr31yPgYR/JDPZf+kXbyxGgdb1j49cnoxNNaAAEoQ=; b=hyn2u9HIucY6FpRExqVc0b5exZHYww4F4yiuYhmfF71AG1zPFHD4BDvh1n+mZH5Gls uXesFtfgKzQ0pxLPDN17iN8XrBu1EhC7nKj9Mp/oH17Gw8cBhneoirfZdepcM75ppRsc 9/WVH6A/T0LJDApMeW1VYbgegNXZMfoyqsPc8CR0OiU6KzYGourClpgAAR693/j2sDuo 8vCwb4aORIZOHLHfV0i6spsxzV7Cpnaw2wGOtz1sziWMSQNPiAYumpHvaa0m6lmLulx0 /wNK+fAUPVNo2bbr6QIlmB5wHdh2P0A+S2lB7Z29QGqXKG40sGlqlDnbKzRmuLjSZ2O+ UBRw== X-Received: by 10.112.91.43 with SMTP id cb11mr21800873lbb.63.1420815209275; Fri, 09 Jan 2015 06:53:29 -0800 (PST) Original-Received: by 10.112.123.235 with HTTP; Fri, 9 Jan 2015 06:53:29 -0800 (PST) In-Reply-To: <87a91sau6i.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101965 Archived-At: > > But do not set `special-mode-map' to another value. > =E2=80=8B Why not? Could you expand? Previously I've been doing the same with other keymaps. For instance, I redefined the `undo-tree-map' in the same manner and it takes effect just fine. This problem only shows up with standard keymaps, i.e. I see the problem not only with `special-mode-map', but with `button-buffer-map', `tabulated-list-map', and etc. What would be the reason for that and what is the difference from `undo-tree-map'?=E2=80=8B