From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: File-name clashes in recently committed files Date: Sat, 03 May 2008 15:26:59 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209842892 17307 80.91.229.12 (3 May 2008 19:28:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 May 2008 19:28:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 03 21:28:45 2008 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 1JsNPM-00087Q-C8 for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 21:28:35 +0200 Original-Received: from localhost ([127.0.0.1]:35038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsNOI-0001x5-2C for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 15:27:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsNOD-0001wb-Ew for emacs-devel@gnu.org; Sat, 03 May 2008 15:27:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsNO6-0001uY-4r for emacs-devel@gnu.org; Sat, 03 May 2008 15:27:20 -0400 Original-Received: from [199.232.76.173] (port=46971 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsNO5-0001uS-SD for emacs-devel@gnu.org; Sat, 03 May 2008 15:27:13 -0400 Original-Received: from 206-248-152-33.dsl.teksavvy.com ([206.248.152.33] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JsNO4-0004F7-PA for emacs-devel@gnu.org; Sat, 03 May 2008 15:27:13 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id A033370486; Sat, 3 May 2008 15:26:59 -0400 (EDT) In-Reply-To: (Eli Zaretskii's message of "Sat, 03 May 2008 12:50:12 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:96387 Archived-At: > Recently, a few new files were committed top the CVS trunk, which > introduced 2 file-name clashes on 8+3 (a.k.a. DOS) filesystems: > lisp/epa-file-hook.el clashes with lisp/epa-file.el > lisp/org/org-info.el clashes with lisp/org/org-infojs.el > Can we please rename those to avoid the conflicts? I suggest > epa-fhook.el I'd rather just epa-hook.el. Stefan