From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X Command Line Options Bug Fix Date: Mon, 12 Aug 2002 09:51:34 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: <566.995310555463$1029167679@news.gmane.org> References: Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1029167679 23615 127.0.0.1 (12 Aug 2002 15:54:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2002 15:54:39 +0000 (UTC) Cc: mac-emacs-devel@lists.sourceforge.net, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17eHWf-00068m-00 for ; Mon, 12 Aug 2002 17:54:37 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17eHul-0000Xi-00 for ; Mon, 12 Aug 2002 18:19:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eHXJ-0004hu-00; Mon, 12 Aug 2002 11:55:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17eHWO-0004aQ-00 for emacs-devel@gnu.org; Mon, 12 Aug 2002 11:54:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17eHWH-0004Zy-00 for emacs-devel@gnu.org; Mon, 12 Aug 2002 11:54:19 -0400 Original-Received: from h24-71-223-10.cg.shawcable.net ([24.71.223.10] helo=pd2mo2so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eHWH-0004Zt-00 for emacs-devel@gnu.org; Mon, 12 Aug 2002 11:54:13 -0400 Original-Received: from pd6mr2so.prod.shaw.ca (pd6mr2so-qfe3.prod.shaw.ca [10.0.141.217]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H0Q00DQNMQ0OY@l-daemon> for emacs-devel@gnu.org; Mon, 12 Aug 2002 09:51:36 -0600 (MDT) Original-Received: from pn2ml10so.prod.shaw.ca (pn2ml10so-qfe0.prod.shaw.ca [10.0.121.80]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H0Q00CB8MPTT4@l-daemon> for emacs-devel@gnu.org; Mon, 12 Aug 2002 09:51:29 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H0Q0083EMPZHJ@l-daemon> for emacs-devel@gnu.org; Mon, 12 Aug 2002 09:51:36 -0600 (MDT) In-Reply-To: Original-To: schwab@suse.de Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6460 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6460 > Andrew Choi writes: > > |> #!/bin/sh > |> /Applications/Emacs.app/Contents/MacOS/Emacs $* > > Please use "$@" (including the quotes) instead of $* to get quoting right. > > Andreas. Hi Andreas, Would you consider contributing the necessary changes to makefile.in for building and installation Emacs on Mac OS X? Andrew.