0

for installing tramp of emacs, for configure operation, which prefix should I use? In the tramp's introduction.

./configure --prefix=/usr --with-contrib
Chen Yu
  • 3,955
  • 1
  • 24
  • 51
  • 1
    Unless your Emacs is really old, you don't need to install tramp: it is already part of Emacs. To get a newer Emacs than the one shipped by default, either use `homebrew`, `macports` or Aquamacs. – pmr Dec 04 '12 at 01:11
  • Thank you for your information. But if I want to use the latest tramp package, what prefix parameter should be used? – Chen Yu Dec 04 '12 at 01:20
  • 1
    It doesn't really matter. What is important is that the installed files are in your `load-path` variable. To find out where your Emacs is installed use `which emacs`, this should give you a good idea for a canonical location. – pmr Dec 04 '12 at 02:24

0 Answers0