From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: tidying the etc/ directory Date: Mon, 20 Aug 2007 03:48:21 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187595886 16329 80.91.229.12 (20 Aug 2007 07:44:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2007 07:44:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 09:44:43 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IN1wI-0002o2-Mo for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 09:44:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IN1wJ-0005cf-3r for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 03:44:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IN1vy-0005Vq-OV for emacs-devel@gnu.org; Mon, 20 Aug 2007 03:44:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IN1vy-0005VW-6O for emacs-devel@gnu.org; Mon, 20 Aug 2007 03:44:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IN1vy-0005VQ-0G for emacs-devel@gnu.org; Mon, 20 Aug 2007 03:44:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IN1vw-00019J-Qn for emacs-devel@gnu.org; Mon, 20 Aug 2007 03:44:20 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IN1zp-0007hA-88; Mon, 20 Aug 2007 03:48:21 -0400 X-Spook: government sniper Leitrim MD5 MD4 David John Oates X-Ran: u@n_~%XQ0PIp.DD.DtXXc8>_tuu$7lusHN?Yc@ZP1m-*:}qK\<"}eg>o]UQ/U{~bBXr)ty X-Hue: black X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76812 Archived-At: I think the etc/ directory is a bit of a mess, and I'd like to propose the following reorganization (together with the associated code changes, which are very minor): 1. mkdir tutorials mv TUTORIAL* tutorials/ Edit startup.el and tutorial.el. 2. mkdir refcards mv *.ps *.eps *.tex refcards/ # except ps-prin*.ps Either change or move most of etc/Makefile. Change refs in man/faq.texi. 3. mv *.pbm *.xpm images/ Tiny change in src/image.c, change READMEs. 4. mv tree-widget images/ No code changes AFAICS, since tree-widget.el already looks here too.