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: Filename problem in CEDET merge Date: Fri, 28 Aug 2009 11:26:02 -0400 Message-ID: References: <87fxbcvplf.fsf@cyd.mit.edu> <1251426402.31028.27.camel@projectile.siege-engine.com> <837hwoclva.fsf@gnu.org> <1251458160.31028.44.camel@projectile.siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251473935 23726 80.91.229.12 (28 Aug 2009 15:38:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2009 15:38:55 +0000 (UTC) Cc: Eli Zaretskii , zappo@gnu.org, cyd@stupidchicken.com, emacs-devel@gnu.org To: eric@siege-engine.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 28 17:38:47 2009 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 1Mh3XE-0005d2-Vf for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 17:38:47 +0200 Original-Received: from localhost ([127.0.0.1]:47877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh3XC-0008EP-Qg for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 11:38:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh3LF-0008Qz-Pc for emacs-devel@gnu.org; Fri, 28 Aug 2009 11:26:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh3L9-0008MM-C2 for emacs-devel@gnu.org; Fri, 28 Aug 2009 11:26:15 -0400 Original-Received: from [199.232.76.173] (port=55798 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh3L9-0008M9-6K for emacs-devel@gnu.org; Fri, 28 Aug 2009 11:26:11 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:55242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh3L2-0004sw-2z; Fri, 28 Aug 2009 11:26:04 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n7SFQ2FE029288; Fri, 28 Aug 2009 11:26:02 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 9FAD23A06F; Fri, 28 Aug 2009 11:26:02 -0400 (EDT) In-Reply-To: <1251458160.31028.44.camel@projectile.siege-engine.com> (Eric M. Ludlam's message of "Fri, 28 Aug 2009 07:16:00 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3350=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:114767 Archived-At: > Load still works with my example, as: > (load "hack/fooble") > I recognize that this is non-standard, and if it is not appropriate > because of that, that's fine. Since no-one uses it this way, I don't > doubt that there are bugs hiding here too, so there is a risk to taking > this tactic. It may not be the most standard way to load a file, but I know it's used at various places, most notably for the term/$TERM.el files. Bugs in this area seem *very* unlikely to me, and would need to be fixed. Stefan