[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Starting Emacs (For Mac OS X) from the command line
From: |
Johannes Brauer |
Subject: |
Starting Emacs (For Mac OS X) from the command line |
Date: |
Thu, 4 Nov 2021 13:35:25 +0000 |
Hi,
in order to start Emacs from the command line I created an emacs script an
described in https://emacsformacosx.com/tips:
#!/bin/sh
/Applications/Emacs.app/Contents/MacOS/Emacs "$@"
Starting Emacs from command line for example with
emacs -Q x.txt
Emacs is started but I always get this warning:
Warning: arch-dependent data dir
'/Users/build/workspace/Emacs-Multi-Build/label/macos10.14/emacs-source/nextstep/Emacs.app/Contents/MacOS/libexec/':
No such file or directory
How can I get rid of it?
My versions:
Emacs 27.2
macOs 11.6.1
Johannes
- Starting Emacs (For Mac OS X) from the command line,
Johannes Brauer <=
- Re: Starting Emacs (For Mac OS X) from the command line, Jean-Christophe Helary, 2021/11/04
- Re: Starting Emacs (For Mac OS X) from the command line, Johannes Brauer, 2021/11/04
- Re: Starting Emacs (For Mac OS X) from the command line, Jean-Christophe Helary, 2021/11/04
- Re: Starting Emacs (For Mac OS X) from the command line, tomas, 2021/11/04
- Re: Starting Emacs (For Mac OS X) from the command line, Johannes Brauer, 2021/11/04
- Re: Starting Emacs (For Mac OS X) from the command line, Jean-Christophe Helary, 2021/11/04
- Re: Starting Emacs (For Mac OS X) from the command line, Yuri Khan, 2021/11/05
- Re: Starting Emacs (For Mac OS X) from the command line, Jean-Christophe Helary, 2021/11/05
- Re: Starting Emacs (For Mac OS X) from the command line, 2QdxY4RzWzUUiLuE, 2021/11/04