From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: `Q' in Dired - be able to skip the rest of one file and move on to the next Date: Thu, 03 Jan 2008 04:50:32 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1199354344 1655 80.91.229.12 (3 Jan 2008 09:59:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2008 09:59:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 03 10:59:24 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 1JAMrE-0001gT-Fb for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 10:59:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAMqs-00022f-BH for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2008 04:59:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAMif-0005iV-WC for emacs-devel@gnu.org; Thu, 03 Jan 2008 04:50:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAMif-0005h9-5Q for emacs-devel@gnu.org; Thu, 03 Jan 2008 04:50:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAMif-0005gt-0Y for emacs-devel@gnu.org; Thu, 03 Jan 2008 04:50:33 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAMie-0000qB-Js for emacs-devel@gnu.org; Thu, 03 Jan 2008 04:50:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1JAMie-00008V-8O; Thu, 03 Jan 2008 04:50:32 -0500 In-reply-to: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85977 Archived-At: AFAICT, you must always visit each occurrence in one file before moving on to the next file. (Or else you can of course quit altogether, unmark the file you're through with, and then hit `Q' again.) I agree it would be good to have a way to skip to the start of the next file. A natural interface for this would be to unmark each file just before starting to search that file. Then, quitting the command and resuming it will skip that file.