aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2016-01-15 11:10:37 +0100
committerMichael Albinus2016-01-15 11:10:37 +0100
commita600f4c69309bf37f67c02cbcc9a9e4ba1e69c76 (patch)
treef09fffe5f206e9d2568243d799023cc636ae33ea /etc
parentde8c5f9db50a22ef5640bb83c0c7c755b78be895 (diff)
downloademacs-a600f4c69309bf37f67c02cbcc9a9e4ba1e69c76.tar.gz
emacs-a600f4c69309bf37f67c02cbcc9a9e4ba1e69c76.zip
Add "sg" method to Tramp
* doc/misc/tramp.texi (Inline methods): Add "sg" method. (Customizing Completion): Add function `tramp-parse-etc-group'. * lisp/net/tramp-sh.el (tramp-methods) <sg>: Add. (Bug#22329) (tramp-completion-function-alist-sg): New defconst. (top): Completion function for "sg" is `tramp-completion-function-alist-sg'. * lisp/net/tramp.el (tramp-completion-function-alist): Adapt docstring. (tramp-parse-etc-group, tramp-parse-etc-group-group): New defuns.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 699b1690090..42654457573 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -59,6 +59,11 @@ in these situations.
59 59
60*** The kqueue library is integrated for *BSD and Mac OS X machines. 60*** The kqueue library is integrated for *BSD and Mac OS X machines.
61 61
62** Tramp
63
64*** New connection method "sg", which allows to edit files under
65different group ID.
66
62 67
63* New Modes and Packages in Emacs 25.2 68* New Modes and Packages in Emacs 25.2
64 69