From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vagn Johansen Newsgroups: gmane.emacs.help Subject: Re: Filesets - what am I doing wrong? Date: Thu, 31 Jan 2008 22:26:28 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201875868 11385 80.91.229.12 (1 Feb 2008 14:24:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2008 14:24:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 01 15:24:49 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 1JKwos-0000NV-EY for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Feb 2008 15:24:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKwoQ-0003wm-So for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Feb 2008 09:24:14 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!feeder.news-service.com!newsfeed1.uni2.dk!dfeeder1.cybercity.dk!dspool1.cybercity.dk!dreader1.cybercity.dk!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:dn7Rcb4+uCbtO1MgQUDxYAG56l4= Original-Lines: 32 Original-NNTP-Posting-Host: 85.81.86.122 Original-X-Trace: 1201814531 dreader1.cybercity.dk 89168 85.81.86.122:11205 Original-Xref: shelby.stanford.edu gnu.emacs.help:155767 X-Mailman-Approved-At: Fri, 01 Feb 2008 09:22:36 -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:51152 Archived-At: Daniel Bye writes: > Hi all, > > I have Emacs 22.1 (standard port build on FreeBSD/i386 7RC1). > > I'm trying to set up filesets. It works fine when I explicitly list > members of the fileset - files turn up correctly in the Filesets menu > and I can operate on them using M-x filesets-* commands. > > However, when I try to set up a directory-tree list set so the list > should grow dynamically as I add files to the project, things seem to > get away from me a bit - files appear correctly in the Filesets menu, > but when I try, for example, M-x filesets-openlhs-crm, Emacs > says "Filesets: lhs-crm does not exist" (I have no idea if it's > significant, but there are two spaces around the fileset name in the > minibuffer...) There is a bug in the :tree handling http://groups.google.com/group/comp.emacs/browse_frm/thread/be9b15ba4c15b019/787fb466f5db5f4d?lnk=st&q=tree+filesets+vagn#787fb466f5db5f4d > Here is the definition of the fileset from my .emacs (as auto-generated > by the easy config buffer): > > '(filesets-data (quote (("lhs-crm" (:tree "~/svn/lhs-crm/trunk" "^.+\\.\\(rb\\|yml\\|css\\|haml\\|sass\\|js\\|html\\)$"))))) > -- Vagn Johansen