From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: emacs install location from lisp? Date: Tue, 02 Aug 2005 13:27:27 +0200 Message-ID: <42EF589F.50403@student.lu.se> References: <1122981606.552261.233520@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122991999 26014 80.91.229.2 (2 Aug 2005 14:13:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2005 14:13:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 02 13:33:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dzv13-00024Z-Ij for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 13:33:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dzv3j-0006oq-VP for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 07:35:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dzv2b-0006US-Qu for help-gnu-emacs@gnu.org; Tue, 02 Aug 2005 07:34:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dzv2Y-0006SN-0B for help-gnu-emacs@gnu.org; Tue, 02 Aug 2005 07:34:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dzv2X-0006R9-DC for help-gnu-emacs@gnu.org; Tue, 02 Aug 2005 07:34:33 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dzv85-00055n-NH for help-gnu-emacs@gnu.org; Tue, 02 Aug 2005 07:40:17 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B937170065238A; Tue, 2 Aug 2005 13:27:32 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: GGarramuno@aol.com In-Reply-To: <1122981606.552261.233520@o13g2000cwo.googlegroups.com> 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:28340 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28340 GGarramuno@aol.com wrote: >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")) > > exec-directory