From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: grep(-find)? wish Date: Sun, 8 Jul 2007 18:46:59 +0300 Message-ID: <200707081846.59684.pogonyshev@gmx.net> References: <200707081822.59866.pogonyshev@gmx.net> 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 1183908754 10274 80.91.229.12 (8 Jul 2007 15:32:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Jul 2007 15:32:34 +0000 (UTC) Cc: Andreas Schwab To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 08 17:32:33 2007 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 1I7YkT-0003T0-4s for ged-emacs-devel@m.gmane.org; Sun, 08 Jul 2007 17:32:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7YkS-00054f-Mr for ged-emacs-devel@m.gmane.org; Sun, 08 Jul 2007 11:32:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I7YkO-00053f-Kd for emacs-devel@gnu.org; Sun, 08 Jul 2007 11:32:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I7YkM-00053Q-FK for emacs-devel@gnu.org; Sun, 08 Jul 2007 11:32:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7YkM-00053N-92 for emacs-devel@gnu.org; Sun, 08 Jul 2007 11:32:26 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I7YkL-0007Iv-Lj for emacs-devel@gnu.org; Sun, 08 Jul 2007 11:32:26 -0400 Original-Received: (qmail invoked by alias); 08 Jul 2007 15:32:24 -0000 Original-Received: from unknown (EHLO [80.94.230.99]) [80.94.230.99] by mail.gmx.net (mp025) with SMTP; 08 Jul 2007 17:32:24 +0200 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX1+LGyZgB4eLw+QN7DzckecjtDqaqD5HCXp8Kh+YZi AF1O4CU7THY59+ User-Agent: KMail/1.7.2 In-Reply-To: Content-Disposition: inline X-Y-GMX-Trusted: 0 X-detected-kernel: 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:74468 Archived-At: Andreas Schwab wrote: > Paul Pogonyshev writes: > > > It would be great if it was possible to do `grep XXX * -l' and then > > use C-x ` to browse through matching files. > > find-grep-dired is an interactive autoloaded Lisp function in `find-dired'. > (find-grep-dired DIR REGEXP) > > [...] Thanks. It would still be useful to quickly switch between find occurences/ find files with occurences with simple `-l' in command line. For instance, if you have a 50-characters complicated regexp, which is cumbersome to write in two places. Paul