I installed a new version of emacs (new to me). I did not want to overwrite the copy of the stock, so I put it in the group-read ~ admin / sw directory. I point my $ PATH there and I can pick it up, but when I run ~ admin / sw / bin / emacs, I get a whole bunch of warnings and errors:
Warning: arch-dependent data dir (/usr/local/libexec/emacs/23.1/x86_64-unknown-linux-gnu/) does not exist.
Warning: Lisp directory `/usr/local/share/emacs/23.1/site-lisp' does not exist.
Warning: Lisp directory `/usr/local/share/emacs/23.1/lisp' does not exist.
Warning: Lisp directory `/usr/local/share/emacs/23.1/leim' does not exist.
When I compiled emacs, I did it like: make install prefix=~admin/sw.All of these directories exist, but they exist in ~ admin / sw / share / ...
How to set up the environment so that emacs view files? Thank!
source
share