From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: add directories to load-path Date: Tue, 15 Sep 2009 07:36:33 +0200 Organization: literaturlatenight Message-ID: <87zl8w3h26.fsf@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252993295 14423 80.91.229.12 (15 Sep 2009 05:41:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Sep 2009 05:41:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 15 07:41:28 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MnQn9-0005ou-0o for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Sep 2009 07:41:27 +0200 Original-Received: from localhost ([127.0.0.1]:53780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnQn8-0000Rs-FD for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Sep 2009 01:41:26 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: news.eternal-september.org U2FsdGVkX1+fycSPixWOLJCSQGt3YBzW3FFJDja4axxZcb0I25Xxi/9NJDbbLAA8JVbMrO0Bk8mBhax73Ttl6gxpyxDn5S/BFk5ijiaGvGrAUSKrzc5dO5pYL+HGGauZM64DiDS8sRE= Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Tue, 15 Sep 2009 05:36:33 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Auth-Sender: U2FsdGVkX19TFkFcldzL0cMmChL/LPPQ Cancel-Lock: sha1:wB1jqrRDT2RW68JcsD638Rs9sKA= sha1:Co6UzO/QAaCj/ULAK7l+5anwfws= Original-Xref: news.stanford.edu gnu.emacs.help:173031 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68152 Archived-At: How can I add directories to the load-path *including* all subdirectories? At present I do it this way (setq load-path (append '( "/some/directory" "/some/directory/subdirectory") load-path)) which is not very handy when a directory contains several different subdirectories with elisp files. henry -- http://literaturlatenight.de