From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.help Subject: Re: How to customize load-path in v21.2.1? Date: Tue, 29 Oct 2002 21:22:39 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <5lwuo1xdxd.fsf@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035927619 8902 80.91.224.249 (29 Oct 2002 21:40:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 21:40:19 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186dsa-0001ex-00 for ; Tue, 29 Oct 2002 22:26:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186dsf-0006Lj-00; Tue, 29 Oct 2002 16:26:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Lines: 23 Original-NNTP-Posting-Host: 12.228.27.239 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc01 1035926559 12.228.27.239 (Tue, 29 Oct 2002 21:22:39 GMT) Original-NNTP-Posting-Date: Tue, 29 Oct 2002 21:22:39 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:106531 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3081 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3081 "Stefan Monnier " writes: >>>>>> "Da" == Da Witch writes: >> In 20.7.2, the last line in the *Help* buffer for describe-variable >> load-path is "You can customize this variable." (The word "customize" >> is a link to a customization screen.) This line does not appear in >> 21.2.1. > >Indeed. Customization of `load-path' was available under Emacs-20 >but was turned off for Emacs-21 because it didn't do the right thing (it >hardcoded paths that change from version to version). > >Just use (add-to-list 'load-path "/where/ever/I/put/my/elisp/files") > > > Stefan Perhaps there should be a customizeable feature like user-load-path-before and user-load-path-after which load would look in before and after load-path respectively. -- Mike Slass