From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Proposal: directory-slash in library names Date: Thu, 07 Jan 2010 17:50:13 -0500 Message-ID: References: <656355bd369f9ef7dc6cb176159ac6eb.squirrel@mail.panix.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1262904636 31153 80.91.229.12 (7 Jan 2010 22:50:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 22:50:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Tom Breton (Tehom)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 23:50:23 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.50) id 1NT1BO-0006KY-SC for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 23:50:23 +0100 Original-Received: from localhost ([127.0.0.1]:33342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT1BP-0000gk-HJ for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 17:50:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT1BK-0000gJ-Ce for emacs-devel@gnu.org; Thu, 07 Jan 2010 17:50:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT1BG-0000ff-21 for emacs-devel@gnu.org; Thu, 07 Jan 2010 17:50:18 -0500 Original-Received: from [199.232.76.173] (port=37740 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT1BF-0000fY-Oo for emacs-devel@gnu.org; Thu, 07 Jan 2010 17:50:13 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35762) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NT1BF-0002ip-Az for emacs-devel@gnu.org; Thu, 07 Jan 2010 17:50:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NT1BF-0001H5-39; Thu, 07 Jan 2010 17:50:13 -0500 In-reply-to: <656355bd369f9ef7dc6cb176159ac6eb.squirrel@mail.panix.com> (tehom@panix.com) 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:119626 Archived-At: * to give the official OK to directory-slash in library names, for example: : dir1/dir2/feature If we do this, we might want to set up a systematic way to explicitly label those directories that should be in the search path. In a case like, this, you wouldn't want (load "foo") to searchfor dir1/foo or dir1/dir2/foo.