From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X Installer Package Script Date: Mon, 8 Jul 2002 08:04:08 +0200 (MEST) Sender: emacs-devel-admin@gnu.org Message-ID: <200207080559.g685xBuM030823@stubby.bodenonline.com> References: <20020707072430.DEC78A2C3@romulus.pretzelnet.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1026108283 31513 127.0.0.1 (8 Jul 2002 06:04:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2002 06:04:43 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RRdb-0008CA-00 for ; Mon, 08 Jul 2002 08:04:43 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17RRlO-0003bj-00 for ; Mon, 08 Jul 2002 08:12:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RRdy-0006xh-00; Mon, 08 Jul 2002 02:05:06 -0400 Original-Received: from stubby.bodenonline.com ([213.115.192.62]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RRdY-0006wM-00 for ; Mon, 08 Jul 2002 02:04:40 -0400 Original-Received: from pc35.bodenonline.com (IDENT:root@pc35.bodenonline.com [195.196.29.227] (may be forged)) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id g685xBuM030823; Mon, 8 Jul 2002 07:59:12 +0200 Original-To: epg@pretzelnet.org (Eric Gillespie) In-Reply-To: <20020707072430.DEC78A2C3@romulus.pretzelnet.org> from "Eric Gillespie" at jul 07, 2002 02:24:30 X-Mailer: ELM [version 2.5 PL0pre8] 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:5552 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5552 Eric Gillespie writes: > "Jan D." writes: > > > Oh, another thing, "make install" should not install an emacs executable > > in $prefix/bin, since that executable can't be run without crashing. > > I agree with your points about the installer, but not this. The > binary installed to $prefix/bin *does* work, with -nw. I don't > want to have to add /Applicatins/Emacs.app/blahblahblah to my path > just so i can run emacs -nw. Please keep the binary in $prefix/bin. How about installing a script that does the right thing for all cases? The problem with the binary in $prefix/bin is that it hides the working Emacs that is preinstalled in MacOS X. Jan D.