From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: calc-undo keybinding Date: Wed, 19 Jan 2011 16:58:52 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295452761 4641 80.91.229.12 (19 Jan 2011 15:59:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 15:59:21 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 16:59:15 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 1PfaRG-0000O0-Gr for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 16:59:14 +0100 Original-Received: from localhost ([127.0.0.1]:59988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfaRF-0004zD-FQ for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 10:59:13 -0500 Original-Received: from [140.186.70.92] (port=50031 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfaR5-0004xo-9p for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:59:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfaR3-0005t0-2Y for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:59:03 -0500 Original-Received: from iwfs.imcode.com ([82.115.149.64]:52901 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfaR2-0005pR-P1 for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:59:01 -0500 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id p0JFwq3N010893 for ; 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: GNU/Linux 2.4-2.6 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:134749 Archived-At: I like to bind the undo command to c-z. calc-ext.el rebinds all standard undo keys to calc-undo. 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. -- Joakim Verona