From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Isearch in dired Date: Sat, 08 Nov 2008 04:56:52 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1226138411 16396 80.91.229.12 (8 Nov 2008 10:00:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2008 10:00:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 08 11:01:13 2008 connect(): Connection refused 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 1Kykcz-0003md-Hn for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 11:01:13 +0100 Original-Received: from localhost ([127.0.0.1]:40907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kykbs-0002b3-9N for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 05:00:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kykbl-0002ZO-CZ for emacs-devel@gnu.org; Sat, 08 Nov 2008 04:59:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kykbk-0002YH-HN for emacs-devel@gnu.org; Sat, 08 Nov 2008 04:59:56 -0500 Original-Received: from [199.232.76.173] (port=52039 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kykbk-0002Y4-Cf for emacs-devel@gnu.org; Sat, 08 Nov 2008 04:59:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49091) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kykbk-00010Z-1j for emacs-devel@gnu.org; Sat, 08 Nov 2008 04:59:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KykYm-00078q-OL; Sat, 08 Nov 2008 04:56:52 -0500 X-detected-operating-system: by monty-python.gnu.org: GNU/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:105456 Archived-At: It would be useful for isearch in a dired buffer to match only file names by default. I think this would be a good feature -- if we can come up with a natural way to request ordinary search of the entire buffer. Can anyone think of one?