From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: Re: tree widget Date: Sat, 01 May 2004 13:56:33 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <40939071.2020904@wanadoo.fr> References: <19647567.1083254760687.JavaMail.www@wwinf0803> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083413236 20403 80.91.224.253 (1 May 2004 12:07:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 May 2004 12:07:16 +0000 (UTC) Cc: emacs-devel@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 01 14:07:08 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJtGu-0007u6-00 for ; Sat, 01 May 2004 14:07:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJtGm-0001vU-00 for ; Sat, 01 May 2004 14:07:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJtAG-0003FK-Bo for emacs-devel@quimby.gnus.org; Sat, 01 May 2004 08:00:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJt9c-0002rz-9w for emacs-devel@gnu.org; Sat, 01 May 2004 07:59:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJt90-0001tx-Lz for emacs-devel@gnu.org; Sat, 01 May 2004 07:59:31 -0400 Original-Received: from [193.252.22.21] (helo=mwinf1004.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJt5Z-0000Q7-QP; Sat, 01 May 2004 07:55:25 -0400 Original-Received: from wanadoo.fr (AGrenoble-102-1-3-60.w80-13.abo.wanadoo.fr [80.13.81.60]) by mwinf1004.wanadoo.fr (SMTP Server) with ESMTP id 24EA218001C9; Sat, 1 May 2004 13:55:13 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a) Gecko/20040429 X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22495 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22495 Richard Stallman wrote: > What about > > lisp/tree-widget/tree-widget.el > > for the code and > > lisp/tree-widget/default/ > lisp/tree-widget/theme1/ > lisp/tree-widget/theme2/ > > I don't want to add subdirectories of `lisp' that have > just a few files. That would lead to lots of small subdirectories. > I don't see why a subdirectory would be helpful here. OK, but where do you suggest to put the images themes subdirectories used by tree-widget? What about my proposal based on `data-directory': etc/tree-widget/default/ etc/tree-widget/theme1/ etc/tree-widget/theme2/