From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: dev-tsdh-* themes Date: Fri, 07 Jan 2011 11:35:11 +0100 Message-ID: <87r5cp6ly8.fsf@member.fsf.org> References: <83k4ihkpw3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294396533 7597 80.91.229.12 (7 Jan 2011 10:35:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2011 10:35:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 07 11:35:29 2011 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.69) (envelope-from ) id 1Pb9fJ-0001Pf-EH for ged-emacs-devel@m.gmane.org; Fri, 07 Jan 2011 11:35:25 +0100 Original-Received: from localhost ([127.0.0.1]:43533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pb9fI-0000uv-KI for ged-emacs-devel@m.gmane.org; Fri, 07 Jan 2011 05:35:24 -0500 Original-Received: from [140.186.70.92] (port=49255 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pb9f9-0000uj-Qk for emacs-devel@gnu.org; Fri, 07 Jan 2011 05:35:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pb9f8-0001Ej-Rg for emacs-devel@gnu.org; Fri, 07 Jan 2011 05:35:15 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:3465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pb9f7-0001EN-BL; Fri, 07 Jan 2011 05:35:13 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 583BB78017A9; Fri, 7 Jan 2011 11:35:12 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31331-05-8; Fri, 7 Jan 2011 11:35:11 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id A9F7B78016AE; Fri, 7 Jan 2011 11:35:11 +0100 (CET) In-Reply-To: <83k4ihkpw3.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 07 Jan 2011 11:46:20 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by eggs.gnu.org: GNU/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:134351 Archived-At: Eli Zaretskii writes: Hi Eli, > revno: 102768 > committer: Tassilo Horn > branch nick: trunk > timestamp: Thu 2011-01-06 08:35:47 +0100 > message: > * themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme. > * themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme. > added: > etc/themes/dev-tsdh-dark-theme.el > etc/themes/dev-tsdh-light-theme.el > modified: > etc/ChangeLog > > introduced 2 files whose names clash on 8+3 filesystems. Can they be > renamed by dropping the "dev-" prefix, i.e. to tsdh-dark-theme.el and > tsdh-light-theme.el, respectively? The idea was to ship some themes by emacs contributors, so I suggested to prefix them with "dev-". However, the theme names don't need to match the file names, so I'm going to rename them as you suggested. Thanks, Tassilo