tramp 
- Description
- Transparent Remote Access, Multiple Protocol
- Latest
- tramp-2.8.0.3.tar (.sig), 2025-Sep-29, 2.12 MiB
- Maintainer
- Michael Albinus <michael.albinus@gmx.de>
- Website
- https://www.gnu.org/software/tramp/
- Browse ELPA's repository
- CGit or Gitweb
- Badge
- Manual
- tramp
To install this package from Emacs, use package-install or list-packages.
Full description
Installing Tramp via GNU ELPA
*****************************
Tramp stands for "Transparent Remote (file) Access, Multiple Protocol".
This package provides remote file editing, similar to Ange-FTP.
The difference is that Ange-FTP uses FTP to transfer files between the
local and the remote host, whereas Tramp uses a combination of ‘rsh’ and
‘rcp’ or other work-alike programs, such as ‘ssh’/‘scp’.
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
<https://www.gnu.org/software/tramp/> 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:
Emacs 29 or newer
-----------------
• Recompile the Tramp package
M-x package-recompile RET tramp
Emacs 28 or older
-----------------
• Remove all byte-compiled Tramp files
$ rm -f ~/.emacs.d/elpa/tramp-2.8.0.3/tramp*.elc
• Start Emacs with Tramp's source files
$ emacs -L ~/.emacs.d/elpa/tramp-2.8.0.3 -l tramp
This should not give you the error.
• Recompile the Tramp package *with this running Emacs instance*
M-x tramp-recompile-elpa
Afterwards, you must restart Emacs.
Mitigation of a bug in Emacs 29.1
---------------------------------
Due to a bug in Emacs 29.1, you must apply the following change prior
installation or upgrading Tramp 2.8.0.3 from GNU ELPA:
(when (string-equal emacs-version "29.1")
(with-current-buffer
(url-retrieve-synchronously
"https://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/loaddefs-gen.el?h=emacs-29")
(goto-char (point-min))
(while (looking-at "^.+$") (forward-line))
(eval-region (point) (point-max))))
Old versions
| tramp-2.8.0.2.tar.lz | 2025-Aug-30 | 331 KiB |
| tramp-2.8.0.1.tar.lz | 2025-Jul-30 | 327 KiB |
| tramp-2.8.0.tar.lz | 2025-Jun-29 | 326 KiB |
| tramp-2.7.2.4.tar.lz | 2025-May-30 | 323 KiB |
| tramp-2.7.2.3.1.tar.lz | 2025-Apr-08 | 323 KiB |
| tramp-2.7.2.tar.lz | 2024-Dec-30 | 321 KiB |
| tramp-2.7.1.5.tar.lz | 2024-Nov-29 | 320 KiB |
| tramp-2.7.1.1.tar.lz | 2024-Jul-30 | 316 KiB |
| tramp-2.7.1.tar.lz | 2024-Jun-29 | 316 KiB |
| tramp-2.6.3.tar.lz | 2024-Mar-31 | 296 KiB |
| tramp-2.6.2.2.tar.lz | 2024-Mar-31 | 296 KiB |
| tramp-2.6.2.0.tar.lz | 2023-Dec-30 | 296 KiB |
| tramp-2.6.1.5.tar.lz | 2023-Nov-29 | 295 KiB |
| tramp-2.6.1.tar.lz | 2023-Jun-29 | 294 KiB |
| tramp-2.5.4.tar.lz | 2022-Nov-29 | 275 KiB |
| tramp-2.5.3.3.tar.lz | 2022-Sep-29 | 274 KiB |
| tramp-2.5.0.5.tar.lz | 2021-May-30 | 265 KiB |
| tramp-2.4.4.4.tar.lz | 2020-Nov-29 | 222 KiB |
| tramp-2.4.3.5.tar.lz | 2020-May-29 | 243 KiB |
| tramp-2.4.2.5.tar.lz | 2019-Nov-30 | 240 KiB |