From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: 8+3 file-name clashes Date: Sat, 08 Dec 2007 18:26:21 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1197131202 32638 80.91.229.12 (8 Dec 2007 16:26:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Dec 2007 16:26:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kentaro Ohkouchi , "Mark A. Hershberger" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 08 17:26:50 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 1J12Vs-0008Pu-UX for ged-emacs-devel@m.gmane.org; Sat, 08 Dec 2007 17:26:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J12Vb-0006RN-PX for ged-emacs-devel@m.gmane.org; Sat, 08 Dec 2007 11:26:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J12VY-0006R2-Og for emacs-devel@gnu.org; Sat, 08 Dec 2007 11:26:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J12VW-0006Qd-Ra for emacs-devel@gnu.org; Sat, 08 Dec 2007 11:26:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J12VW-0006Qa-MA for emacs-devel@gnu.org; Sat, 08 Dec 2007 11:26:26 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J12VW-0004LQ-Dj for emacs-devel@gnu.org; Sat, 08 Dec 2007 11:26:26 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-115-66.inter.net.il [84.229.115.66]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IMX84940 (AUTH halo1); Sat, 8 Dec 2007 18:23:50 +0200 (IST) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:84879 Archived-At: Some of the files installed lately clash in the 8+3 file-name space. The relevant parts of `doschk' output are shown below. Can we solve this by renaming the offending files? The following resolve to the same DOS file names: ... DOCBOOK-.RNC : ./etc/schema/docbook-dyntbl.rnc ./etc/schema/docbook-soextbl.rnc ... MACEMACS.PNG : ./etc/images/icons/macemacs_16.png ./etc/images/icons/macemacs_24.png ./etc/images/icons/macemacs_256.png ./etc/images/icons/macemacs_32.png ./etc/images/icons/macemacs_48.png ./etc/images/icons/macemacs_512.png ... XHTML-BA.RNC : ./etc/schema/xhtml-base.rnc ./etc/schema/xhtml-basic-form.rnc ./etc/schema/xhtml-basic-table.rnc XHTML-LI.RNC : ./etc/schema/xhtml-link.rnc ./etc/schema/xhtml-list.rnc XHTML-ST.RNC : ./etc/schema/xhtml-struct.rnc ./etc/schema/xhtml-style.rnc XHTML-TA.RNC : ./etc/schema/xhtml-table.rnc ./etc/schema/xhtml-target.rnc