help-gnu-emacs
[Top][All Lists]
Advanced

[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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]