From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: GGarramuno@aol.com Newsgroups: gmane.emacs.help Subject: emacs install location from lisp? Date: 2 Aug 2005 04:20:06 -0700 Organization: http://groups.google.com Message-ID: <1122981606.552261.233520@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1122991828 24929 80.91.229.2 (2 Aug 2005 14:10:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2005 14:10:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 02 13:22:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dzuqv-0000ww-HE for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 13:22:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dzutb-00043p-TU for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 07:25:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-NNTP-Posting-Host: 209.13.203.194 Original-X-Trace: posting.google.com 1122981612 27280 127.0.0.1 (2 Aug 2005 11:20:12 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 2 Aug 2005 11:20:12 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=209.13.203.194; posting-account=9UR21AwAAAC3dGaXO27bGkLgNeK5V6DN Original-Xref: shelby.stanford.edu gnu.emacs.help:132830 Original-To: help-gnu-emacs@gnu.org 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:28339 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28339 How can I obtain the emacs install location from within lisp? I'd like to add some additional subdirs within the lisp/ directory to my load path. Something akin to: (add-to-list load-path (concat emacs-location "lisp/jabber"))