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: cl and file names Date: Thu, 15 Apr 2010 01:56:49 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271311083 27171 80.91.229.12 (15 Apr 2010 05:58:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 05:58:03 +0000 (UTC) Cc: Emacs developers To: Carsten Dominik Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 15 07:58:02 2010 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.69) (envelope-from ) id 1O2I5R-00022Z-Qo for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 07:58:02 +0200 Original-Received: from localhost ([127.0.0.1]:38648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2I5R-0006OQ-Da for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 01:58:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2I4P-000615-1Y for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:56:57 -0400 Original-Received: from [140.186.70.92] (port=34025 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2I4M-0005zk-HV for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:56:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2I4J-0005ns-NF for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:56:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:52539 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2I4J-0005nP-JS for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:56:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAMZHxktMCpxH/2dsb2JhbACbYHK+PYUOBIta X-IronPort-AV: E=Sophos;i="4.52,210,1270440000"; d="scan'208";a="60913529" Original-Received: from 76-10-156-71.dsl.teksavvy.com (HELO pastel.home) ([76.10.156.71]) by ironport2-out.pppoe.ca with ESMTP; 15 Apr 2010 01:56:50 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id DBEDD7F1B; Thu, 15 Apr 2010 01:56:49 -0400 (EDT) In-Reply-To: (Carsten Dominik's message of "Thu, 15 Apr 2010 07:18:39 +0200") 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: 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:123685 Archived-At: > I just want to double-ckeck something. > Is it still the case that Emacs packages cannot load cl at run time? Yes. > And is is still the case that all file names must be 8+3 unique? Yes. Stefan