From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: `Q' in Dired - be able to skip the rest of one file and move onto the next Date: Thu, 3 Jan 2008 08:18:01 -0800 Message-ID: References: <200801031556.m03Futhn018234@jane.dms.auburn.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199377249 15480 80.91.229.12 (3 Jan 2008 16:20:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2008 16:20:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Luc Teirlinck" , Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 03 17:21:08 2008 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.50) id 1JASod-0006IW-J9 for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 17:21:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JASoH-0007VC-1y for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 11:20:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JASnZ-0006eu-VR for emacs-devel@gnu.org; Thu, 03 Jan 2008 11:20:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JASnX-0006bu-QV for emacs-devel@gnu.org; Thu, 03 Jan 2008 11:20:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JASnX-0006bG-Bo for emacs-devel@gnu.org; Thu, 03 Jan 2008 11:19:59 -0500 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JASnT-0006sJ-EL; Thu, 03 Jan 2008 11:19:55 -0500 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m03GJaOo018748; Thu, 3 Jan 2008 10:19:36 -0600 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m03Ee6js022874; Thu, 3 Jan 2008 09:19:35 -0700 Original-Received: from 141.144.89.87 by acsmt351.oracle.com with ESMTP id 3475348201199377080; Thu, 03 Jan 2008 08:18:00 -0800 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200801031556.m03Futhn018234@jane.dms.auburn.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: 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:85998 Archived-At: > I agree it would be good to have a way to skip to the start of the > next file. > > There is such a way right now: > > M-> M-, > > More than good enough for me. You're right, but I'm not sure it would occur to most people. Maybe it's a tip worth documenting in the case of `Q' and `A'? Even so, it might not be bad to provide a key to skip to the next file without exiting query-replace.