From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mlathe Newsgroups: gmane.emacs.help Subject: Finding files with tags Date: Fri, 10 Mar 2006 17:35:53 -0800 (PST) Message-ID: <3350075.post@talk.nabble.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142040982 26870 80.91.229.2 (11 Mar 2006 01:36:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Mar 2006 01:36:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 11 02:36:20 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FHt1m-000535-UH for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Mar 2006 02:36:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHt1l-00048k-Sx for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Mar 2006 20:36:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FHt1Q-00046C-LN for help-gnu-emacs@gnu.org; Fri, 10 Mar 2006 20:35:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FHt1Q-000455-5k for Help-gnu-emacs@gnu.org; Fri, 10 Mar 2006 20:35:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHt1P-00044i-Vb for Help-gnu-emacs@gnu.org; Fri, 10 Mar 2006 20:35:56 -0500 Original-Received: from [72.21.53.35] (helo=talk.nabble.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FHt4p-00048D-FS for Help-gnu-emacs@gnu.org; Fri, 10 Mar 2006 20:39:27 -0500 Original-Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FHt1N-0001Bu-0X for Help-gnu-emacs@gnu.org; Fri, 10 Mar 2006 17:35:53 -0800 Original-To: Help-gnu-emacs@gnu.org X-Nabble-Sender: mlathe@gmail.com X-Nabble-From: mlathe X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33708 Archived-At: Is it possible get a listing of all the filenames that match a grep on TAGS? Ideally you wouldn't need to cycle through the list but rather you would simply get a listing in a buffer similar to dired or grep-find (no sure about the exact term) that actually open the buffer. Currently i use an index that i created using find, and some various tools i wrote to do greps on that list. However i need to do this in the emacs shell, then copy it into the find-file. Its not exactly ideal. Thanks for any info --matthias -- View this message in context: http://www.nabble.com/Finding-files-with-tags-t1262543.html#a3350075 Sent from the Emacs - Help forum at Nabble.com.