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: File-name clashes in lisp/url/ directory Date: Sat, 19 Feb 2005 13:33:17 +0200 Message-ID: <01c51676$Blat.v2.4$f46d8f60@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1108812992 18455 80.91.229.2 (19 Feb 2005 11:36:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2005 11:36:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 19 12:36:32 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D2SuQ-0000VR-Lt for ged-emacs-devel@m.gmane.org; Sat, 19 Feb 2005 12:36:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2TAx-0002nL-PG for ged-emacs-devel@m.gmane.org; Sat, 19 Feb 2005 06:53:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D2T94-0002hB-1v for emacs-devel@gnu.org; Sat, 19 Feb 2005 06:51:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D2T8z-0002g4-Do for emacs-devel@gnu.org; Sat, 19 Feb 2005 06:51:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2T8x-0002fw-5V for emacs-devel@gnu.org; Sat, 19 Feb 2005 06:51:27 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D2SsS-00034p-7c for emacs-devel@gnu.org; Sat, 19 Feb 2005 06:34:24 -0500 Original-Received: from zaretski (pns03-208-119.inter.net.il [80.230.208.119]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DUD58291 (AUTH halo1); Sat, 19 Feb 2005 13:34:22 +0200 (IST) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33626 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33626 The names of the files url-http.el and url-https.el (and the corresponding *.elc files) clash on 8+3 filesystems. Given the fact that url-https.el is very short, is it acceptable to merge its contents into url-http.el, and then remove url-https.el from the repository?