warnings and errors when starting emacs

249 Views Asked by At

I have a few annoying warnings that appear when I start emacs:

$ /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9 --
daemon=/tmp/green

Warning: arch-dependent data dir '/Users/build/workspace/Emacs-Multi-Build/label/mavericks/emacs-source/nextstep/Emacs.app/Contents/MacOS/libexec/': No such file or directory
starting ~/.emacs.d/init.el
ad-handle-definition: ‘tramp-read-passwd’ got redefined
ending ~/.emacs.d/init.el
Starting Emacs daemon.

How can I get rid of the tramp related warning and the "No such file" messages?

My setup is running: emacs 25.1 mostly on -nw mode and daemon/client mode osx 10.11.4 osx terminal with bash shell

1

There are 1 best solutions below

0
On

This could happen if you have some environment variables set like EMACSPATH which if set needs to be a directory.