diff options
| author | Michael Albinus | 2023-04-23 13:37:39 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-04-23 13:37:39 +0200 |
| commit | 2e85ac2b270700608776ba28ecf41fc8d184db12 (patch) | |
| tree | eadefcaa1165d0fac34e1bfed2f1e44ca85189ca /doc/misc | |
| parent | 3badd2358d5f0af71887ee1cc9d39c2f312b6888 (diff) | |
| download | emacs-2e85ac2b270700608776ba28ecf41fc8d184db12.tar.gz emacs-2e85ac2b270700608776ba28ecf41fc8d184db12.zip | |
Add new Tramp method "flatpak"
* doc/misc/tramp.texi (Inline methods): Add flatpak.
* etc/NEWS: Add new Tramp method "flatpak". Fix typos.
* lisp/net/tramp-container.el (tramp-flatpak-program): New defcustom.
(tramp-flatpak-method): New defconst.
(tramp-flatpak--completion-function): New defun. Set it for "flatpak".
(tramp-methods) <flatpak>: Add.
(tramp-container-connection-local-default-flatpak-variables):
New defconst. Set respective connection-local variables.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 65892f8621e..247d718b59a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -938,6 +938,16 @@ be used. | |||
| 938 | 938 | ||
| 939 | This method does not support user names. | 939 | This method does not support user names. |
| 940 | 940 | ||
| 941 | @item @option{flatpak} | ||
| 942 | @cindex method @option{flatpak} | ||
| 943 | @cindex @option{flatpak} method | ||
| 944 | |||
| 945 | Integration of Flatpak sandboxes. The host name may be either an | ||
| 946 | application ID, a sandbox instance ID, or a PID, as returned by | ||
| 947 | @samp{flatpak ps}. | ||
| 948 | |||
| 949 | This method does not support user names. | ||
| 950 | |||
| 941 | @end table | 951 | @end table |
| 942 | 952 | ||
| 943 | 953 | ||