From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: propose: dired-isearch.el --- isearch in Dired Date: Mon, 13 Aug 2007 15:09:54 +0200 Message-ID: <7dbe73ed0708130609k1fee9a10jb5726adb40aa89b2@mail.gmail.com> References: <87y7ggicuz.fsf@jurta.org> <1186996468.6765.12.camel@champfer> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187010609 5126 80.91.229.12 (13 Aug 2007 13:10:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 13:10:09 +0000 (UTC) Cc: mathias@mnet-mail.de, Juri Linkov , William Xu , Drew Adams , emacs-devel@gnu.org To: "Andreas Schwab" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 13 15:10:06 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 1IKZgJ-0000c3-UZ for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 15:10:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKZgJ-0007Oz-84 for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 09:10:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKZgD-0007Mh-GI for emacs-devel@gnu.org; Mon, 13 Aug 2007 09:09:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKZgC-0007Ls-R2 for emacs-devel@gnu.org; Mon, 13 Aug 2007 09:09:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKZgC-0007Lh-Ge for emacs-devel@gnu.org; Mon, 13 Aug 2007 09:09:56 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKZgB-0003OH-VJ for emacs-devel@gnu.org; Mon, 13 Aug 2007 09:09:56 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so1073964rvf for ; Mon, 13 Aug 2007 06:09:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CX2iUH1HShFY6lpgzVjqtyOXMFOHoEQnt04caKR5Cba1RCg3lD47ice3u2eTTTQiWdcbfnHCRGbhNCVxRrvJaBezqILmthamFR/cNHbiXAN8EiA31zOkfh/d4tzz4iM/RZRTcf++5Bhe2AFbqPPk4Zvhbd9nMjNe0YrwfwAPXBw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NzWV+tD/fq4cpsLJstjiBiaxSrCpqOClaUWV3fYPtBUEyHGoVIbcFGYroYhodRzVqNDWH3QPq3xSPWswMg3O/klN74UsBdXKQ+UmE0G6jlwRvAr5Hxbo1wWiSSJMmctjIJk+6f7D/rDMx2tCBGoxBJbefylOfBpabGgAncDN9Xk= Original-Received: by 10.141.164.10 with SMTP id r10mr2520051rvo.1187010594320; Mon, 13 Aug 2007 06:09:54 -0700 (PDT) Original-Received: by 10.141.172.10 with HTTP; Mon, 13 Aug 2007 06:09:54 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) 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:76457 Archived-At: > > What about a special prefix (e.g. C-u) to let C-s search > > filenames only. > > C-s runs the command isearch-forward > [...] > With a prefix argument, do an incremental regular expression search instead. How about a numeric prefix argument then?