From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Bloggs Newsgroups: gmane.emacs.help Subject: Re: add many subdirs to load-path Date: Wed, 16 Jul 2008 14:34:02 +0100 Message-ID: <87fxqa0x85.fsf@DEBLAP1.BeNet> References: <87skuc54lr.fsf@DEBLAP1.BeNet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216215699 13665 80.91.229.12 (16 Jul 2008 13:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 13:41:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 16 15:42:26 2008 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 1KJ7Gt-0003K2-KA for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jul 2008 15:42:19 +0200 Original-Received: from localhost ([127.0.0.1]:58999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJ7G1-00032P-8J for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jul 2008 09:41:25 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 16 Jul 2008 08:34:02 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:WIH+lZrrUSihLZhWTQoqouIU9N4= Original-Lines: 20 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-F5nLm88W8WwsSWdK54EN0JAiaTfn1oJKBPmhWDHWAUYrW2MpBCcrUlXnuQqBFfl96wdolw5WgUDQt6c!y+HeOhJolkWH4/SYY5iNzrHIfQPG6RmVXZYwL2ZPyuCRtuAmmNyI Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:160287 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:55635 Archived-At: Kevin Rodgers writes: > Joe Bloggs wrote: >> Does anyone know a quick way of adding/deleting/testing lots of subdirs in load-path? >> I am trying to upgrade from emacs 21 to emacs 22. I have a lot of packages >> installed in subdirs of my site-lisp folder, not all of which are compatible with >> emacs 22. This means I have to tediously sorting through my load-path which is very long. > > If you create a subdirs.el file in the site-lisp directory with the > following contents, all the subdirectories will automatically be added > to load-path: > > (normal-top-level-add-subdirs-to-load-path) > > > -- > Kevin Rodgers > Denver, Colorado, USA I already have a subdirs.el file with that line, but it doesn't work.