branch: externals/tramp
commit 39b4ed3dc96854b86f45606b695c68f2541f251f
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>
Explain recompilation
---
README | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README b/README
index c134719..435900b 100644
--- a/README
+++ b/README
@@ -11,3 +11,12 @@ A remote file name has always the syntax
/method:user%domain@host#port:/path/to/file
Most of the parts are optional, read the manual for details.
+
+Tramp must be compiled for the Emacs version you are running. If you
+experience compatibility error messages for the Tramp package, or if
+you use another major Emacs version than the version Tramp has been
+installed with, you must recompile the package. Run the command
+
+ M-x tramp-recompile-elpa
+
+Afterwards, you must restart Emacs.