From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Per Jr. Greisen" Newsgroups: gmane.emacs.help Subject: Re: open new file on mac os Date: Mon, 14 Sep 2009 13:14:14 -0700 (PDT) Message-ID: <25442749.post@talk.nabble.com> References: <25428295.post@talk.nabble.com> <87k501a05x.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1253076926 32571 80.91.229.12 (16 Sep 2009 04:55:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2009 04:55:26 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 16 06:55:19 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MnmY1-0005Qx-UO for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Sep 2009 06:55:18 +0200 Original-Received: from localhost ([127.0.0.1]:56478 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnmY1-0002oh-AG for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Sep 2009 00:55:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnHwL-0001NZ-Gp for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 16:14:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnHwG-0001Ly-GE for Help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 16:14:20 -0400 Original-Received: from [199.232.76.173] (port=38890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnHwG-0001Lv-Cj for Help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 16:14:16 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:45977) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MnHwF-0004tm-Uo for Help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 16:14:16 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MnHwE-0002bo-HF for Help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 13:14:14 -0700 In-Reply-To: <87k501a05x.fsf@galatea.local> X-Nabble-From: pgreisen@gmail.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Wed, 16 Sep 2009 00:43:40 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68184 Archived-At: Hi, yes if I do that I get the following error 2009-09-14 13:13:13.143 Emacs[1766:10b] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x2007, name = 'org.gnu.Emacs.ServiceProvider' See /usr/include/servers/bootstrap_defs.h for the error codes. Pascal J. Bourguignon wrote: > > "Per Jr. Greisen" writes: > >> Hi all, >> >> My problems is that I cannot create a new file using emacs from the >> command >> line and I think it is a linking problem. If I type >> emacs newfile >> >> it returns >> The / file does not exist. >> >> I am using the emacs in the application folder >> open -a Emacs.app >> if I on the other hand uses the emacs in /usr/bin/emacs I do not have any >> problems creating a new file but here I do not have any GUI available. >> >> How to resolve this - thanks in advance > > You could still launch the Emacs.app from the terminal: > > /Applications/Emacs.app/Contents/MacOS/Emacs newfile > (edit the path appropriately). > > -- > __Pascal Bourguignon__ > > -- View this message in context: http://www.nabble.com/open-new-file-on-mac-os-tp25428295p25442749.html Sent from the Emacs - Help mailing list archive at Nabble.com.