]> git.eshelyaron.com Git - emacs.git/commit
Add Tramp method "nspawn"
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 12 May 2024 17:40:08 +0000 (19:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 13 May 2024 08:22:58 +0000 (10:22 +0200)
commitac4dcca44cbaad4a43557ace40fa674339b80f89
treee67af52fe8a1d16ce9f9691e328e80e0f661db93
parent06feaab80d0ff548645d647bd0ff92ef1ca83c19
Add Tramp method "nspawn"

* doc/misc/tramp.texi: Adapt some markups.
(Inline methods) <nspawn>: Add.
(Default Host): Mention default host for "nspawn".
(Customizing Methods): Remove tramp-nspawn.
(Password handling): Add "nspawn".

* etc/NEWS: New Tramp method "nspawn".

* lisp/net/tramp-compat.el (tramp-nspawn): Warn, if that package is used.

* lisp/net/tramp-container.el (tramp-nspawn-program): New defcustom.
(tramp-nspawn-method): New defconst.
(tramp-nspawn--completion-function, tramp-enable-nspawn-method):
New defuns.

* lisp/net/tramp.el (tramp-local-host-regexp): Add OpenSUSE host names.

(cherry picked from commit e53e8b4cf44be0fac0eb92c816b2c7915533e283)
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-compat.el
lisp/net/tramp-container.el
lisp/net/tramp.el