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: cl and file names Date: Thu, 15 Apr 2010 07:18:39 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1271308737 21567 80.91.229.12 (15 Apr 2010 05:18:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 05:18:57 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 15 07:18:56 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 1O2HTc-0004Y0-5O for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 07:18:56 +0200 Original-Received: from localhost ([127.0.0.1]:42323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2HTb-0004L5-E6 for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 01:18:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2HTT-0004L0-A1 for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:18:47 -0400 Original-Received: from [140.186.70.92] (port=41934 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2HTQ-0004Kb-C9 for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:18:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2HTO-0008OD-3W for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:18:44 -0400 Original-Received: from mail-ew0-f214.google.com ([209.85.219.214]:60675) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2HTN-0008Nr-UU for emacs-devel@gnu.org; Thu, 15 Apr 2010 01:18:42 -0400 Original-Received: by ewy6 with SMTP id 6so380010ewy.32 for ; Wed, 14 Apr 2010 22:18:41 -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 :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=SvBqCabkb1zVi1QWvARN4+nfrjmMTwSDBRhgOueX4lw=; b=uEYAP+YfgZzUIQq7jPSfL1pjWLntKqlfFfwx7Ioc8fnf80Xeaeba1nYGjJ/C2yURqn pC2E9UEJe+JPjQR+OO1VNVAehUctYFq/OdXtLRJLiP2HogmP7Vz56MIku6woOn8d+605 yUEIuzGgVA+gewqjoyEBtrIl/a7WAn1+awoHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=BDze8sChAbERTU7+ruIowTuuKTJhs8YrDDbOvZCegQdxn2OZNDXivTOXhglPoHG512 98lcVBo2QrQGpqmSWMGZyofUswQPUIXFm6329hEmZ5hPal4Fayx1H1qMdakNOdcWPI3k 4OC8irfX1jY0OHvSD+fUvIYP6jiOhuuvALinQ= Original-Received: by 10.213.46.13 with SMTP id h13mr4606101ebf.83.1271308720939; Wed, 14 Apr 2010 22:18:40 -0700 (PDT) Original-Received: from [192.168.1.11] (dc5146846e.adsl.wanadoo.nl [81.70.132.110]) by mx.google.com with ESMTPS id 14sm694738ewy.6.2010.04.14.22.18.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 22:18:40 -0700 (PDT) X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/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:123684 Archived-At: Hi, I just want to double-ckeck something. Is it still the case that Emacs packages cannot load cl at run time? And is is still the case that all file names must be 8+3 unique? I hope that the answer to both might be no, but I guess it is still yes? Thanks. - Carsten