From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: Files from gnulib Date: Sun, 23 Jan 2011 22:26:52 -0500 Message-ID: References: <83y66bzuhc.fsf@gnu.org> <4D3C81A1.70009@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295839634 5017 80.91.229.12 (24 Jan 2011 03:27:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 03:27:14 +0000 (UTC) Cc: Eli Zaretskii , bug-gnulib , emacs-devel@gnu.org To: Paul Eggert Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Mon Jan 24 04:27:07 2011 Return-path: Envelope-to: gnu-bug-gnulib@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhD58-0005AJ-As for gnu-bug-gnulib@m.gmane.org; Mon, 24 Jan 2011 04:27:06 +0100 Original-Received: from localhost ([127.0.0.1]:56414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhD57-0003wj-Kf for gnu-bug-gnulib@m.gmane.org; Sun, 23 Jan 2011 22:27:05 -0500 Original-Received: from [140.186.70.92] (port=49872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhD4y-0003we-1I for bug-gnulib@gnu.org; Sun, 23 Jan 2011 22:26:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhD4w-0007Bd-O6 for bug-gnulib@gnu.org; Sun, 23 Jan 2011 22:26:55 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:48438 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhD4w-0007BX-Li; Sun, 23 Jan 2011 22:26:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAFyAPE3O+J3X/2dsb2JhbACkZXS7DIVQBIRwjjqDNQ X-IronPort-AV: E=Sophos;i="4.60,368,1291611600"; d="scan'208";a="89016671" Original-Received: from 206-248-157-215.dsl.teksavvy.com (HELO ceviche.home) ([206.248.157.215]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 23 Jan 2011 22:26:52 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6234366102; Sun, 23 Jan 2011 22:26:52 -0500 (EST) In-Reply-To: <4D3C81A1.70009@cs.ucla.edu> (Paul Eggert's message of "Sun, 23 Jan 2011 11:29:37 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Xref: news.gmane.org gmane.comp.lib.gnulib.bugs:24880 gmane.emacs.devel:134881 Archived-At: > The Emacs trunk already has seventeen other files > with 2 dots in their file names, with names like > lisp/gnus/.dir-locals.el I don't know how MSDOS handles names that start with dot, so either this is a special case that's OK, or it's indeed a problem which we hadn't noticed yet. > and admin/charsets/mapfiles/symbol.txt.gz. This one, OTOH is OK because the `admin' subdir is not included in the tarball, so its name is irrelevant. >> In addition, several file names in the m4/ subdirectory clash after >> 8+3 truncation: >> gnulib-cache.m4 gnulib-common.m4 gnulib-comp.m4 > Again, the Emacs trunk already has several instances of truncation > after 8+3 limits, such as lisp/org/org-compat.el versus > lisp/org/org-complete.el, Good point. I guess Eli hadn't noticed it yet. > and test/cedet/semantic-ia-utest.el > versus test/cedet/semantic-tests.el, and I don't see why > files imported from gnulib would be different. Here, again, the `test' subdir is not included in the tarball, so it's not an issue. Stefan