From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: color-theme.el Date: Sun, 25 Aug 2002 18:56:53 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <2110-Sun25Aug2002185653+0300-eliz@is.elta.co.il> References: <20020824043224.GC20524@reactor-core.org> <200208250527.g7P5RSs12119@wijiji.santafe.edu> <874rdjf47i.fsf_-_@emacswiki.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030291052 2979 127.0.0.1 (25 Aug 2002 15:57:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 25 Aug 2002 15:57:32 +0000 (UTC) Cc: krooger@debian.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17izlb-0000lw-00 for ; Sun, 25 Aug 2002 17:57:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17j0Fz-0007Vh-00 for ; Sun, 25 Aug 2002 18:28:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17izmn-0005ZG-00; Sun, 25 Aug 2002 11:58:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17izkg-0005Ti-00 for emacs-devel@gnu.org; Sun, 25 Aug 2002 11:56:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17izkZ-0005Ry-00 for emacs-devel@gnu.org; Sun, 25 Aug 2002 11:56:34 -0400 Original-Received: from balder.inter.net.il ([192.114.186.15]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17izkZ-0005QL-00 for emacs-devel@gnu.org; Sun, 25 Aug 2002 11:56:27 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BRT89466; Sun, 25 Aug 2002 18:54:30 +0300 (IDT) Original-To: alex@emacswiki.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <874rdjf47i.fsf_-_@emacswiki.org> (message from Alex Schroeder on Sun, 25 Aug 2002 15:38:57 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6871 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6871 > From: Alex Schroeder > Date: Sun, 25 Aug 2002 15:38:57 +0200 > > ~/WWW/home/tuning $ ls -l ~/elisp/color-theme > total 635 > drwxrwxr-x 2 alex alex 4096 Aug 10 20:58 CVS > -rw-rw-r-- 1 alex alex 4195 Apr 30 00:32 color-theme-maker.el > -rw-rw-r-- 1 alex alex 634752 Aug 10 20:57 color-theme.el > -rw-rw-r-- 1 alex alex 569761 Aug 25 15:31 color-theme.elc > -rw-rw-r-- 1 alex alex 3097 Sep 1 2001 make-theme.el If this package is added to Emacs, please rename color-theme-maker.el to some name whose first 8 characters are different from "color-th", to avoid file-name clashes in the 8+3-restricted DOS filesystems (which Emacs still supports). TIA