From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Suggestion: Mapping of M-g should be goto-line Date: Sat, 27 Mar 2004 20:36:28 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040326112721.7B8C.JMBARRANQUERO@wke.es> <20040327000752.GC26429@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080444908 15818 80.91.224.253 (28 Mar 2004 03:35:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Mar 2004 03:35:08 +0000 (UTC) Cc: jmbarranquero@wke.es, storm@cua.dk, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 28 05:35:02 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7R4g-00049W-00 for ; Sun, 28 Mar 2004 05:35:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7R4f-0005Rt-00 for ; Sun, 28 Mar 2004 05:35:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7QzO-00060R-38 for emacs-devel@quimby.gnus.org; Sat, 27 Mar 2004 22:29:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B7QrN-0003e6-Cy for emacs-devel@gnu.org; Sat, 27 Mar 2004 22:21:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B7QnA-0002Ti-Ks for emacs-devel@gnu.org; Sat, 27 Mar 2004 22:17:35 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7PIx-00047c-CW for emacs-devel@gnu.org; Sat, 27 Mar 2004 20:41:39 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1B7PDw-0001xB-My; Sat, 27 Mar 2004 20:36:28 -0500 Original-To: Miles Bader In-reply-to: <20040327000752.GC26429@fencepost> (message from Miles Bader on Fri, 26 Mar 2004 19:07:52 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21010 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21010 [I've always wished for a level of indirection _built into keymaps_ -- e.g. standard global bindings could be named, and then locally overridden by name in modes.] We have a feature like this now: a keymap can redirect one command to another.