GNU-devel ELPA - tramp

tramp

Description
Transparent Remote Access, Multiple Protocol
Latest
tramp-2.6.2.2.0.20240228.151226.tar (.sig), 2024-Feb-28, 1.88 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.6.2.2/tramp*.elc

   * Start Emacs with Tramp's source files

          $ emacs -L ~/.emacs.d/elpa/tramp-2.6.2.2 -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.6.2.2 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.6.2.1.0.20240130.101154.tar.lz2024-Jan-30 296 KiB
tramp-2.6.2.0.0.20231230.113126.tar.lz2023-Dec-30 296 KiB
tramp-2.6.1.5.0.20231129.74513.tar.lz2023-Nov-29 295 KiB
tramp-2.6.1.0.20230629.64102.tar.lz2023-Jun-29 294 KiB
tramp-2.6.0.5.0.20230530.81440.tar.lz2023-May-30 294 KiB
tramp-2.6.0.0.20221230.101537.tar.lz2022-Dec-30 291 KiB
tramp-2.5.4.0.20221129.121355.tar.lz2022-Nov-29 275 KiB
tramp-2.5.1.5.0.20211129.104254.tar.lz2021-Nov-29 272 KiB
tramp-2.4.4.4.0.20201129.92304.tar.lz2020-Dec-14 222 KiB
tramp-0.0.20201222.135152.tar.lz2020-Dec-22 260 KiB