From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Megyei Newsgroups: gmane.emacs.devel Subject: Re: propose: dired-isearch.el --- isearch in Dired Date: Mon, 13 Aug 2007 11:14:28 +0200 Message-ID: <1186996468.6765.12.camel@champfer> References: <87y7ggicuz.fsf@jurta.org> Reply-To: mathias@mnet-mail.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186996483 21716 80.91.229.12 (13 Aug 2007 09:14:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 09:14:43 +0000 (UTC) Cc: William Xu , Drew Adams , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 13 11:14:40 2007 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 1IKW0S-00022j-5x for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 11:14:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKW0R-0001tP-Do for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 05:14:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKW0N-0001tC-Mg for emacs-devel@gnu.org; Mon, 13 Aug 2007 05:14:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKW0M-0001t0-Sw for emacs-devel@gnu.org; Mon, 13 Aug 2007 05:14:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKW0M-0001sx-Pl for emacs-devel@gnu.org; Mon, 13 Aug 2007 05:14:30 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKW0M-0007Mx-FU for emacs-devel@gnu.org; Mon, 13 Aug 2007 05:14:30 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 2E915243B19; Mon, 13 Aug 2007 11:14:29 +0200 (CEST) Original-Received: from [192.168.178.50] (ppp-82-135-75-184.dynamic.mnet-online.de [82.135.75.184]) by mail.mnet-online.de (Postfix) with ESMTP id C625890C2A; Mon, 13 Aug 2007 11:14:28 +0200 (CEST) In-Reply-To: <87y7ggicuz.fsf@jurta.org> X-Mailer: Evolution 2.10.1 X-Detected-Kernel: 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:76441 Archived-At: On Mon, 2007-08-13 at 02:23 +0300, Juri Linkov wrote: > I need to search file names without hiding everything else. What about a special prefix (e.g. C-u) to let C-s search filenames only. Other numeric arguments would still start regular expression search. C-u has already special meaning in some cases. From C-h k C-u: For some commands, just C-u by itself serves as a flag which is different in effect from any particular numeric argument. These commands include . and M-x start-kbd-macro. Mathias