From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Levin Newsgroups: gmane.emacs.devel Subject: Re: propose: dired-isearch.el --- isearch in Dired Date: Wed, 8 Aug 2007 11:47:00 +0800 Message-ID: <200708081147.02478.zslevin@gmail.com> References: <874pjaiv45.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="gb18030" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186544887 26393 80.91.229.12 (8 Aug 2007 03:48:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2007 03:48:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 08 05:48:04 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 1IIcWe-0006M7-Ka for ged-emacs-devel@m.gmane.org; Wed, 08 Aug 2007 05:48:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIcWd-0001uA-Ui for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2007 23:47:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIcWa-0001u2-Uv for emacs-devel@gnu.org; Tue, 07 Aug 2007 23:47:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIcWZ-0001tk-GP for emacs-devel@gnu.org; Tue, 07 Aug 2007 23:47:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIcWZ-0001tg-BD for emacs-devel@gnu.org; Tue, 07 Aug 2007 23:47:55 -0400 Original-Received: from qb-out-0506.google.com ([72.14.204.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIcWY-0001nB-TK for emacs-devel@gnu.org; Tue, 07 Aug 2007 23:47:55 -0400 Original-Received: by qb-out-0506.google.com with SMTP id e6so34900qbe for ; Tue, 07 Aug 2007 20:47:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=sa0R6BLT8jq+LW+uini3F9HOWPz870OdOF1R/YQ/qrwkOWIeVEQZhH7CY+pf3sSdr25BuEOmeFyhqpXkEOeED0YNduQq2OJp4ci7huGn069xdJP0hX0SZS6fpDixs8hHsBuIuGsLU9CjH+FVA4m/H7xTS2GPTjcPJ9SnNNh43CY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=kxA9egW5ZF7TXiYRON61D8bauBMOJ8n+4rpzQNvyeuVCNLd2Ldt6U9hZXQiaMfGqxNECMzcO/+dBxEPeXJVkYR1kvJlWbI6rczV7bSI2clDCMvlZN9Tp9t9CFFftBVb4ItXoaIEhDTWVmOYEiqqH/WXCHWyQgwDLtfD/QNJXT0I= Original-Received: by 10.141.71.19 with SMTP id y19mr336758rvk.1186544873809; Tue, 07 Aug 2007 20:47:53 -0700 (PDT) Original-Received: from levcom ( [61.234.125.31]) by mx.google.com with ESMTPS id k19sm276490rvb.2007.08.07.20.47.49 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2007 20:47:52 -0700 (PDT) User-Agent: KMail/1.9.7 In-Reply-To: <874pjaiv45.fsf@gmail.com> 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:76176 Archived-At: William Xu Wrote: > A simple but quite useful extension, which does isearch in Dired but > match only at filenames. > > I suggest adding this to emacs cvs. This is very useful. There's one bug I encounter: use `M-C-s' `^m' to do a regexp search for file starting with "m", when I type `^', emacs freeze, and I have to quit with C-g. Levin