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: calc-undo keybinding Date: Wed, 19 Jan 2011 15:58:07 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295470700 10282 80.91.229.12 (19 Jan 2011 20:58:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 20:58:20 +0000 (UTC) Cc: Emacs developers To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 21:58:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pff6d-0004mk-9z for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 21:58:15 +0100 Original-Received: from localhost ([127.0.0.1]:53672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pff6c-0005tW-OP for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 15:58:14 -0500 Original-Received: from [140.186.70.92] (port=42700 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pff6X-0005t8-KQ for emacs-devel@gnu.org; Wed, 19 Jan 2011 15:58:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pff6W-0005x6-Rl for emacs-devel@gnu.org; Wed, 19 Jan 2011 15:58:09 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:14338 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pff6W-0005wh-P9 for emacs-devel@gnu.org; Wed, 19 Jan 2011 15:58:08 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArQGAOveNk1FpZLq/2dsb2JhbACWLo4ZdL9RhVAEhG+ONw X-IronPort-AV: E=Sophos;i="4.60,345,1291611600"; d="scan'208";a="88632171" Original-Received: from 69-165-146-234.dsl.teksavvy.com (HELO ceviche.home) ([69.165.146.234]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 19 Jan 2011 15:58:07 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 27C8866102; Wed, 19 Jan 2011 15:58:07 -0500 (EST) In-Reply-To: (joakim@verona.se's message of "Wed, 19 Jan 2011 16:58:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134777 Archived-At: > I like to bind the undo command to c-z. OK. > calc-ext.el rebinds all standard undo keys to calc-undo. OK. > Now, I can of course create my prefered binding in the mode hook, but is > that really the best way? None of the keymap remap commands seemed > suitable, but I'm happily corrected. I missed the part where you describe the problem. Is it that calc-ext.el rebinds all standard undo keys to calc-undo but doesn't rebind your C-z binding? Stefan