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: newsticker-*.el files Date: Sun, 08 Jun 2008 21:22:50 +0300 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212949397 5561 80.91.229.12 (8 Jun 2008 18:23:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 18:23:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulf Jasper Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 08 20:24:00 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 1K5PYc-0001Vc-Oj for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 20:23:58 +0200 Original-Received: from localhost ([127.0.0.1]:40513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5PXp-0001Hx-Gd for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 14:23:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5PXc-0001Ad-5S for emacs-devel@gnu.org; Sun, 08 Jun 2008 14:22:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5PXZ-00018W-P2 for emacs-devel@gnu.org; Sun, 08 Jun 2008 14:22:55 -0400 Original-Received: from [199.232.76.173] (port=37738 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5PXZ-00018M-G0 for emacs-devel@gnu.org; Sun, 08 Jun 2008 14:22:53 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:27317) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5PXZ-0005Sg-6F for emacs-devel@gnu.org; Sun, 08 Jun 2008 14:22:53 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.28.131]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K25005T5QF18UM0@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:37:49 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 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:98705 Archived-At: The newly installed newsticker-*.el files cause file-name clashes on 8+3 (a.k.a. DOS) filesystems. Can we rename them in a way that avoids such clashes? All that is needed that the first 8 characters of the basename be different; as long as they are, there's no problem for the basename itself to be longer than 8 characters. TIA