From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?GB2312?B?y/jXodfT?= Newsgroups: gmane.emacs.help Subject: Filesets question Date: Tue, 2 Dec 2008 20:03:32 -0800 (PST) Organization: http://groups.google.com Message-ID: <97af65b9-f0c0-44ac-9fd9-c93ac920e2c2@i18g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228282089 616 80.91.229.12 (3 Dec 2008 05:28:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2008 05:28:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 03 06:29:14 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L7kIS-0006fp-GE for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2008 06:29:12 +0100 Original-Received: from localhost ([127.0.0.1]:57454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7kHI-0002qy-31 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2008 00:28:00 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i18g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 123.121.230.123 Original-X-Trace: posting.google.com 1228277012 21775 127.0.0.1 (3 Dec 2008 04:03:32 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 3 Dec 2008 04:03:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i18g2000prf.googlegroups.com; posting-host=123.121.230.123; posting-account=VidhwQoAAAClDZCDm61050TEZVFYPse- User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165006 X-Mailman-Approved-At: Wed, 03 Dec 2008 00:26:59 -0500 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:60332 Archived-At: Hi, I'm having an issue with filesets: I can create a "pattern" type fileset that works fine, but the moment I change the type to "directory tree" (what I actually want), it tells me the fileset does not exist. So far as I know, the settings for pattern vs directory tree should be exactly the same: a directory name to act as root, and a regex to find files. But when I use the "pattern" type, it finds all the appropriate files under the root directory, and when I use the "directory tree" type, it finds nothing at all. I've tried editing the settings via the customize buffer and directly in .emacs, and the results are the same. Can someone please take a look at this and tell me what I'm doing wrong? All I want is a fileset containing all .py files in "myrootdir" and below. '(filesets-data (quote (("pr" (:tree "~/dev/myrootdir" "^.+\\.py $"))))) Thanks! Eric