From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Dominik Newsgroups: gmane.emacs.devel Subject: Re: File-name clashes in recently committed files Date: Sat, 3 May 2008 18:13:22 +0200 Message-ID: References: <481c5fa2.271d640a.0617.ffff97bbSMTPIN_ADDED@mx.google.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209831231 16309 80.91.229.12 (3 May 2008 16:13:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 May 2008 16:13:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 03 18:14:23 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 1JsKNP-0000Vn-MM for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 18:14:19 +0200 Original-Received: from localhost ([127.0.0.1]:59231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsKMi-0004yq-A0 for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 12:13:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsKMe-0004xP-6q for emacs-devel@gnu.org; Sat, 03 May 2008 12:13:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsKMb-0004vD-Ko for emacs-devel@gnu.org; Sat, 03 May 2008 12:13:30 -0400 Original-Received: from [199.232.76.173] (port=35284 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsKMb-0004v3-GN for emacs-devel@gnu.org; Sat, 03 May 2008 12:13:29 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JsKMb-0003nM-Cx for emacs-devel@gnu.org; Sat, 03 May 2008 12:13:29 -0400 Original-Received: by ug-out-1314.google.com with SMTP id a2so304939ugf.48 for ; Sat, 03 May 2008 09:13:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=q1XTnZschb3jZmefZYxN9eBPBiahd33Nvq0nP1Mrsh8=; b=MeeKHEPEx+ZYG6lFYT6yGfoAZjf5pn6n7jrSblKp602b+jsm6YdImkE5bCC6s3+lt+nJQq6J4GWIKhsyYvOCMW+m2AovIIFY5GXpZDusRIa3E7TYp8MMrGckX4h++hZL714O/VQaIUTsr/Gp2/2KD9G6EuzAPa8iQOd1hqAcz40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=knq3usk+VEEHa4kD0vyLa7GPKb7SLhQhzmsdb7Lu15Jdd4T9iaWMeWwC0vfzWG2iAgOAIvLUqwvH1FRSeiXeevbIVXJ61Ao58TAZ9FFpgvl+x9cRUrvGfeX4XCYB1FEo3fhl5ABp8ADTjzjo1eFey899X2VR5G4bhx0Z6XWii/w= Original-Received: by 10.67.21.11 with SMTP id y11mr1693704ugi.10.1209831207674; Sat, 03 May 2008 09:13:27 -0700 (PDT) Original-Received: from ?192.168.2.2? ( [81.71.250.252]) by mx.google.com with ESMTPS id p10sm1879496gvf.7.2008.05.03.09.13.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 May 2008 09:13:26 -0700 (PDT) In-Reply-To: <481c5fa2.271d640a.0617.ffff97bbSMTPIN_ADDED@mx.google.com> X-Mailer: Apple Mail (2.919.2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 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:96378 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 and org-js.el, respectively, but I will go with any other > names as well. I would go along with renaming org-infojs.el to org-jsinfo.el, not with org-js.el. Please go ahead and rename the file - if not, I will do this some time next week, together with the next update of org-mode. - Carsten