From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Filesets question Date: Wed, 3 Dec 2008 05:51:39 -0800 Message-ID: <007801c9554e$460ee0c0$0200a8c0@us.oracle.com> References: <97af65b9-f0c0-44ac-9fd9-c93ac920e2c2@i18g2000prf.googlegroups.com> <0634b4f5-4799-47bf-911b-2396bad3f1cd@v5g2000prm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1228312345 27017 80.91.229.12 (3 Dec 2008 13:52:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2008 13:52:25 +0000 (UTC) To: "'???'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 03 14:53:29 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 1L7sAH-0001bV-9r for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2008 14:53:17 +0100 Original-Received: from localhost ([127.0.0.1]:53677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7s96-0002T2-Jr for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2008 08:52:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7s8l-0002Sc-3K for help-gnu-emacs@gnu.org; Wed, 03 Dec 2008 08:51:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7s8j-0002RC-N8 for help-gnu-emacs@gnu.org; Wed, 03 Dec 2008 08:51:42 -0500 Original-Received: from [199.232.76.173] (port=37082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7s8j-0002R2-KA for help-gnu-emacs@gnu.org; Wed, 03 Dec 2008 08:51:41 -0500 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:51492) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7s8j-0004D6-5E for help-gnu-emacs@gnu.org; Wed, 03 Dec 2008 08:51:41 -0500 Original-Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB3DqSf2014527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 3 Dec 2008 13:52:29 GMT Original-Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB3Dpt5v003217; Wed, 3 Dec 2008 13:51:56 GMT Original-Received: from dradamslap1 (/141.144.168.82) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 03 Dec 2008 05:51:33 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AclVGnqHrF/+0Z85QTuxN/uXAJB73AAMtfDw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 In-Reply-To: <0634b4f5-4799-47bf-911b-2396bad3f1cd@v5g2000prm.googlegroups.com> X-Source-IP: acsmt704.oracle.com [141.146.40.82] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A09020B.49368EE7.00B6:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:60337 Archived-At: > I've since solved the problem =96 more googling led me to filesets+.el > (which, now that I look at it, is your handiwork), and whatever was in > there solved the problem. But thank you very much for the detailed > explanation (and the patch!). I don't use menus at all, but it's > working as expected now, and I'll be taking a closer look at Icicles > and persistent completion. FYI, filesets+.el is exactly the "attached code" that has the fix that = Tom referred to as being an "interesting idea" but a different approach: > > =A0> The attached code might help you in fixing this > > > > =A0If I understand it right, this code tries to achieve something > > =A0slightly different in collecting all files under a directory > > =A0in one single fileset. Interesting idea. IOW, tree filesets as originally designed are intended to work only via = the menu. filesets+.el changes that. IMO, Emacs should at least clarify the filesets doc, so that users such = as you and I don't get the wrong idea about what tree filesets offer. That was = part of the bug report.