From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric J Haywiser Subject: Re: Re: ?Glitch in Makefile: Release org-mode 5.10b Date: Fri, 28 Sep 2007 10:18:09 -0400 (EDT) Message-ID: References: <7yodfoq7vs.fsf@panix.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbGfV-0005XC-Ka for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 10:18:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbGfU-0005Wx-BA for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 10:18:12 -0400 Received: from biscayne-one-station.mit.edu ([18.7.7.80]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IbGfU-0005Ut-0V for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 10:18:12 -0400 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id l8SEIANQ023674 for ; Fri, 28 Sep 2007 10:18:10 -0400 (EDT) Received: from all-night-tool.mit.edu (ALL-NIGHT-TOOL.MIT.EDU [18.7.18.66]) (authenticated bits=56) (User authenticated as ejh1@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id l8SEI9ZF004128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 28 Sep 2007 10:18:10 -0400 (EDT) In-Reply-To: <7yodfoq7vs.fsf@panix.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Thu, 27 Sep 2007, Steven E. Harris wrote: > Eric J Haywiser writes: > >> This could be confusing to a newbie, who is the most likely person to >> encounter this problem. > > I just ran into this problem while installing org-mode last night, and > came up with a similar fix. > > BATCH=$(EMACS) -batch -q -eval \ > "(progn (add-to-list (quote load-path) \"$(pwd)\") \ > (add-to-list (quote load-path) \"$(pwd)/xemacs\"))" > For the record: The appropriate adjective may be "better" not "similar", particularly for a newbie. I think pwd is a more portable, specifically shell agnostic, and therefore better choice.