From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Isearch in dired Date: Sat, 08 Nov 2008 09:10:07 -0500 Message-ID: <87skq2xq9s.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226153418 27022 80.91.229.12 (8 Nov 2008 14:10:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2008 14:10:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 08 15:11:21 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 1KyoX3-0008HV-2T for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 15:11:21 +0100 Original-Received: from localhost ([127.0.0.1]:51577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyoVu-0007W6-4W for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 09:10:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyoVp-0007Vr-KI for emacs-devel@gnu.org; Sat, 08 Nov 2008 09:10:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyoVm-0007Vb-Vd for emacs-devel@gnu.org; Sat, 08 Nov 2008 09:10:04 -0500 Original-Received: from [199.232.76.173] (port=47381 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyoVm-0007VY-QS for emacs-devel@gnu.org; Sat, 08 Nov 2008 09:10:02 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:46654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KyoVj-0000AN-UU; Sat, 08 Nov 2008 09:10:00 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 4567557E195; Sat, 8 Nov 2008 09:10:07 -0500 (EST) In-Reply-To: (Richard M. Stallman's message of "Sat, 08 Nov 2008 04:56:52 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105464 Archived-At: "Richard M. Stallman" writes: > 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. Emacs 23 has the M-s f C-s (dired-isearch-filenames) command which does just that, and the variable dired-isearch-filename which can be changed to non-nil to make C-s do the same as M-s f C-s.