From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Grimnir Newsgroups: gmane.emacs.help Subject: (setq load-path (cons (expand-file-name "~/.emacs.d/lisp") load-path)) Date: Wed, 18 Sep 2002 19:35:00 -0400 Organization: Global Symmetry Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1032392759 8388 127.0.0.1 (18 Sep 2002 23:45:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2002 23:45:59 +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 17roW5-0002B7-00 for ; Thu, 19 Sep 2002 01:45:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17roWO-0005zq-00; Wed, 18 Sep 2002 19:46:16 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-X-Complaints-To: abuse@supernews.com Original-Lines: 28 Original-Xref: nntp.stanford.edu gnu.emacs.help:105052 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:1606 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1606 I'm trying to install session.el on my SuSE Linux system. I downloaded it from: http://emacs-session.sourceforge.net/ The INSTALL file says: "The cases: ... (b) You use Emacs and install Session in your home directory: create directory "~/.emacs.d/lisp/" and copy "lisp/session.el" to it. Add the following lines at the beginning of your Emacs init file: (setq load-path (cons (expand-file-name "~/.emacs.d/lisp") load-path))" I added that to my .gnu-emacs but it doesn't seem to modify the load-path variable. I really don't want to start playing around with the load path in the compile if I can aviod it, and I don't want to resort to having the same *.el in multiple place, nor symlinking them. The above Lisp statement looks like a very attractive solution. Unfortunately, it doesn't seem to work. Can someone clarify what behavior I should expect from that statement? Does it work for you? -- STH