[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: open new file on mac os
From: |
Pascal J. Bourguignon |
Subject: |
Re: open new file on mac os |
Date: |
Mon, 14 Sep 2009 19:47:22 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin) |
"Per Jr. Greisen" <pgreisen@gmail.com> 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__