From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Key binding M-g should really be goto-line Date: Wed, 02 Mar 2005 00:49:29 +0100 Message-ID: <1109720969.656668.1814.nullmailer@Update.UU.SE> References: Reply-To: ams@kemisten.nu NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109722376 28233 80.91.229.2 (2 Mar 2005 00:12:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2005 00:12:56 +0000 (UTC) Cc: jari.aalto@cante.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 02 01:12:55 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6HTl-0005d5-Sn for ged-emacs-devel@m.gmane.org; Wed, 02 Mar 2005 01:12:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6HmQ-0003nv-DS for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2005 19:31:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6Hm5-0003eZ-7j for emacs-devel@gnu.org; Tue, 01 Mar 2005 19:31:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D6Hm2-0003cQ-VC for emacs-devel@gnu.org; Tue, 01 Mar 2005 19:31:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6Hg6-0001tD-IB for emacs-devel@gnu.org; Tue, 01 Mar 2005 19:25:26 -0500 Original-Received: from [130.238.4.153] (helo=pernis.its.uu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D6H7U-0007K1-N9 for emacs-devel@gnu.org; Tue, 01 Mar 2005 18:49:41 -0500 Original-Received: by pernis.its.uu.se (Postfix, from userid 205) id 95FE4242; Wed, 2 Mar 2005 00:49:39 +0100 (MEZ) Original-Received: from pernis.its.uu.se(127.0.0.1) by pernis.its.uu.se via virus-scan id s311; Wed, 2 Mar 05 00:49:30 +0100 Original-Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by pernis.its.uu.se (Postfix) with ESMTP id 48F9F1DB; Wed, 2 Mar 2005 00:49:30 +0100 (MEZ) Original-Received: from localhost (localhost [127.0.0.1]) by Psilocybe.Update.UU.SE (Postfix) with ESMTP id 2624338013; Wed, 2 Mar 2005 00:49:30 +0100 (CET) Original-Received: from Psilocybe.Update.UU.SE ([127.0.0.1]) by localhost (Psilocybe [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29018-01-6; Wed, 2 Mar 2005 00:49:29 +0100 (CET) Original-Received: from Update.UU.SE (Lem.Update.UU.SE [130.238.19.73]) by Psilocybe.Update.UU.SE (Postfix) with SMTP id 75BD238012; Wed, 2 Mar 2005 00:49:29 +0100 (CET) Original-Received: (nullmailer pid 1815 invoked by uid 30270); Tue, 01 Mar 2005 23:49:29 -0000 Original-To: jari.aalto@cante.net (Jari Aalto+mail.emacs) In-reply-to: (jari.aalto@cante.net) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:34018 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34018 Since Richard really wants facemenu-keymap as a keybinding, what about making a compromise? Bind goto-line to M-o, or bind facemenu-keymap to M-o and goto-line to M-g? Or maybe modify a existing keybinding so that C-u ... does goto-line (maybe M-g is a candidate for this?)? Or bind goto-line to something like C-x ~. FWIW, I fail to see why people want goto-line, I never used it, facemenu-keymap atleast has a potential use already, and in the future; whereas goto-line is just a crutch. And I fail to see the fetish people have over keybidnings, specially M-g. Cheers.