From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Refreshing Info nodes Date: Tue, 15 Jun 2010 06:00:35 +0300 Message-ID: <83wru1huek.fsf@gnu.org> References: <87631mkeic.fsf@gmail.com> <87hbl54oi0.fsf@mail.jurta.org> <87r5k9clxh.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1276570897 25844 80.91.229.12 (15 Jun 2010 03:01:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 03:01:37 +0000 (UTC) Cc: deniz.a.m.dogan@gmail.com, wojciech.meyer@googlemail.com, monnier@iro.umontreal.ca, joakim@verona.se, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 15 05:01:34 2010 connect(): No such file or directory 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 1OOMP7-0006Nv-V6 for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 05:01:34 +0200 Original-Received: from localhost ([127.0.0.1]:55950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOMP7-0000Qg-HC for ged-emacs-devel@m.gmane.org; Mon, 14 Jun 2010 23:01:33 -0400 Original-Received: from [140.186.70.92] (port=59989 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOMP1-0000QX-Gi for emacs-devel@gnu.org; Mon, 14 Jun 2010 23:01:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOMP0-0000Gw-5v for emacs-devel@gnu.org; Mon, 14 Jun 2010 23:01:27 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50992) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOMOz-0000Gh-VY for emacs-devel@gnu.org; Mon, 14 Jun 2010 23:01:26 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L4100800CCO5B00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 15 Jun 2010 06:00:33 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.88.125]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L410022KCCW8NL0@a-mtaout22.012.net.il>; Tue, 15 Jun 2010 06:00:33 +0300 (IDT) In-reply-to: <87r5k9clxh.fsf@mail.jurta.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:125941 Archived-At: > From: Juri Linkov > Date: Tue, 15 Jun 2010 00:59:34 +0300 > Cc: emacs-devel@gnu.org, Wojciech Meyer , > Stefan Monnier , > Deniz Dogan > > > I find the inconsistency of "g" to be rather annoying. > > We have a prefix map M-g specially for "goto" commands. > Maybe `M-g n' should be bound to `Info-goto-node'. > Or like in Dired, bind it to `j'. Please don't. The current binding of `g' in Info was there since day one, and is also supported by the stand-alone Info reader. Any veteran user of Info will have it wired into their finger memory. Please don't remap it to anything else. (I agree that there should be a way to revert-buffer in Info node.)