From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: carbon emacs on OS X 10.3 (Panther): how to fix environment? Date: Tue, 13 Jan 2004 12:35:58 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <6080F1A8-4516-11D8-9AA4-00039364573C@lafros.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073995851 32390 80.91.224.253 (13 Jan 2004 12:10:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 12:10:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 13 13:10:47 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgNNf-0003m6-00 for ; Tue, 13 Jan 2004 13:10:47 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgNNe-0000AF-00 for ; Tue, 13 Jan 2004 13:10:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgNJU-0003TW-Hk for emacs-devel@quimby.gnus.org; Tue, 13 Jan 2004 07:06:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AgNIS-0003Nk-H8 for emacs-devel@gnu.org; Tue, 13 Jan 2004 07:05:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AgNGL-0002wg-22 for emacs-devel@gnu.org; Tue, 13 Jan 2004 07:03:44 -0500 Original-Received: from [193.28.100.165] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgMqK-0007yW-KV for emacs-devel@gnu.org; Tue, 13 Jan 2004 06:36:20 -0500 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (6.7.015) id 3FECB46100222FF2; Tue, 13 Jan 2004 12:36:20 +0100 Original-To: Rob Dickens In-Reply-To: (Rob Dickens's message of "Mon, 12 Jan 2004 20:00:36 +0000") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19160 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19160 Hi Rob, Rob Dickens writes: > By 'groups' I mean the list of groups returned by the > /usr/bin/groups command. The list returned when running this from a > sub-emacs shell didn't match that returned on the Terminal > commandline. I can't reproduce that, can you give a step-by-step recipe? > I now realise you're not meant to use /usr/bin/open to launch emacs > from the commandline! The "open" tool should work fine. If I do $ open /Applications/Emacs.app I get the same Emacs as when I launch it from Finder. I also get the same groups. "open" is basically a packaged AppleScript to ask the Finder to launch a document, I believe. > Doing it the prescribed way--running > .../emacs/mac/Emacs.app/Contents/MacOS/Emacs Actually I use that method only for debugging, not for normal startup. It has some minor problems for everyday use. benny