From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: File-name clashes in lisp/url/ directory Date: Sun, 20 Feb 2005 16:17:07 -0500 Message-ID: References: <01c51676$Blat.v2.4$f46d8f60@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108935733 29214 80.91.229.2 (20 Feb 2005 21:42:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2005 21:42:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 20 22:42:13 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D2yq3-0002qb-JS for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2005 22:42:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2z6s-0003cq-GZ for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2005 16:59:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D2z6j-0003cc-AH for emacs-devel@gnu.org; Sun, 20 Feb 2005 16:59:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D2z6i-0003cQ-Jt for emacs-devel@gnu.org; Sun, 20 Feb 2005 16:59:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2z0k-0001tT-0K for emacs-devel@gnu.org; Sun, 20 Feb 2005 16:53:06 -0500 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D2yRx-00030Z-Qf; Sun, 20 Feb 2005 16:17:10 -0500 Original-Received: from empanada.home ([67.68.218.40]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050220211709.MBNZ1621.simmts7-srv.bellnexxia.net@empanada.home>; Sun, 20 Feb 2005 16:17:09 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id CA0F040D3F1; Sun, 20 Feb 2005 16:17:08 -0500 (EST) Original-To: Eli Zaretskii In-Reply-To: <01c51676$Blat.v2.4$f46d8f60@zahav.net.il> (Eli Zaretskii's message of "Sat, 19 Feb 2005 13:33:17 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:33653 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33653 > 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? I see no reason not to, Stefan