From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: list-load-path-shadows Date: Wed, 05 Sep 2012 15:20:33 -0400 Message-ID: <8509.1346872833@alphaville.americas.hpqcorp.net> References: <8533.1346780053@alphaville.americas.hpqcorp.net> <6715.1346853272@alphaville> <6932.1346868054@alphaville.americas.hpqcorp.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9L9S-0000KF-18 for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 15:20:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9L9R-00018p-40 for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 15:20:37 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:39333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9L9Q-00018a-NA for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 15:20:37 -0400 In-Reply-To: Message from tsd@tsdye.com (Thomas S. Dye) of "Wed, 05 Sep 2012 08:51:53 -1000." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Org-mode Thomas S. Dye wrote: > Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, > emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal > .emacs file for editing, but apparently doesn't source it. M-x > locate-library RET org RET points to the org that ships with my emacs, > rather than to the one indicated in the minimal .emacs. > > Following some advice on EmacsWiki, I have this in .bashrc: > > alias emacs='/Applications/Emacs.app/Contents/MacOS/Emacs' > alias emacsclient='/Applications/Emacs.app/Contents/MacOS/bin/emacsclient' > What happens if you bypass the alias? /Applications/Emacs.app/Contents/MacOS/Emacs -Q -l /Users/dk/temp/.emacs If it still doesn't work, I'll give up: MacOS emacs seems to be a very different beast from any emacs I know. Nick