From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63225 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: M-g in dired Date: Fri, 19 May 2006 20:53:47 +0200 Organization: disorganized Message-ID: <87mzddc0ck.fsf@robotron.kosmorama> References: <446C7B73.60907@earthlink.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148065682 2057 80.91.229.2 (19 May 2006 19:08:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 May 2006 19:08:02 +0000 (UTC) Cc: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 19 21:07:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FhAK6-0004Hw-RN for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 21:07:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FhAK6-0001Ek-9l for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 15:07:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FhAJt-0001E7-Hl for emacs-devel@gnu.org; Fri, 19 May 2006 15:07:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FhAJt-0001Dn-89 for emacs-devel@gnu.org; Fri, 19 May 2006 15:07:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FhAJt-0001Dj-0H for emacs-devel@gnu.org; Fri, 19 May 2006 15:07:29 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FhANG-0004dB-79 for emacs-devel@gnu.org; Fri, 19 May 2006 15:10:58 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FhAJc-0004B3-G5 for emacs-devel@gnu.org; Fri, 19 May 2006 21:07:12 +0200 Original-Received: from e178013202.adsl.alicedsl.de ([85.178.13.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 21:07:12 +0200 Original-Received: from david.hansen by e178013202.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 21:07:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178013202.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:kt7krsIVVkApZKVIH+7zitGtVUU= 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:54834 gmane.emacs.gnus.general:63225 Archived-At: On Thu, 18 May 2006 22:04:57 -0400 Richard Stallman wrote: > In most contexts M-g is a prefix key, but in dired it is bound to > dired-goto-file. I often run the command compile while visiting a > dired buffer, but cannot jump to errors with M-g M-n as usual. > > This binding is a leftover from a time when M-g had a different global > meaning. We should get rid of this binding, and move the command to > another key. BTW gnus uses M-g too in summary and group buffers. David