1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00
emacs/lisp/net
Michael Albinus 1b806a200e Remove further compat code from Tramp
* lisp/net/tramp-adb.el (tramp-adb-handle-process-file):
Use `process-file-return-signal-string'.

* lisp/net/tramp-cache.el (tramp-dump-connection-properties):
Use "lisp-data" for persistency file.

* lisp/net/tramp-cmds.el (tramp-cleanup-this-connection)
(tramp-rename-these-files, tramp-recompile-elpa):
Declare `completion'.

* lisp/net/tramp-container.el (tramp-kubernetes--container)
(tramp-kubernetes--pod, tramp-kubernetes--namespace): Make more
robust.

* lisp/net/tramp-crypt.el (tramp-crypt-remove-directory):
Declare `completion'.

* lisp/net/tramp-gvfs.el (file-notyify-callback): Declare.

* lisp/net/tramp-sh.el (process-file-return-signal-string)
(vc-handled-backends): Don't declare.

* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory):
Use `copy-directory-create-symlink'.

* lisp/net/tramp.el (tramp-skeleton-write-region): Use `lock-file' and
`unlock-file'..
(tramp-handle-make-lock-file-name): Use `remote-file-name-inhibit-locks'.
(tramp-handle-unlock-file): Use `remote-file-name-inhibit-locks'
and `userlock--handle-unlock-error'.
(tramp-handle-shell-command): Use `shell-command-buffer-name-async'
and `shell-command-buffer-name'.
(tramp-read-passwd): Remove workaround.
2024-08-04 13:23:43 +02:00
..
ange-ftp.el Checkdoc fixes in net/*.el 2024-07-08 14:10:46 +02:00
browse-url.el Merge from savannah/emacs-30 2024-07-09 09:33:09 +08:00
dbus.el Warn if D-Bus error "InteractiveAuthorizationRequired" occurs 2024-07-09 17:37:50 +02:00
dictionary-connection.el
dictionary.el Checkdoc fixes in net/*.el 2024-07-08 14:10:46 +02:00
dig.el
dns.el
eudc-bob.el
eudc-capf.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el Checkdoc fixes in net/*.el 2024-07-08 14:10:46 +02:00
eudcb-bbdb.el
eudcb-ecomplete.el
eudcb-ldap.el
eudcb-mab.el
eudcb-macos-contacts.el
eudcb-mailabbrev.el
eww.el Merge from savannah/emacs-30 2024-07-09 09:33:09 +08:00
gnutls.el
goto-addr.el
hmac-def.el
hmac-md5.el Remove redundant requires 2024-07-04 23:55:16 +02:00
imap.el ; Change imap-shell-host docstring to mention SSH 2024-07-09 14:09:45 +02:00
ldap.el
mailcap.el
mairix.el
net-utils.el Allow giving "ping" flags with C-u M-x ping 2024-06-20 20:42:51 +02:00
network-stream.el
newst-backend.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
newst-plainview.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newst-reader.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newst-ticker.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newst-treeview.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newsticker.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
nsm.el * lisp/net/nsm.el (nsm-verify-connection): Improve docstring. 2024-07-27 03:28:49 +02:00
ntlm.el
pop3.el
puny.el
rcirc.el Checkdoc fixes in net/*.el 2024-07-08 14:10:46 +02:00
rfc2104.el
sasl-cram.el Use clear-string instead of fillarray to clobber secret strings 2024-05-07 12:29:44 +02:00
sasl-digest.el Use clear-string instead of fillarray to clobber secret strings 2024-05-07 12:29:44 +02:00
sasl-ntlm.el
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el Use clear-string instead of fillarray to clobber secret strings 2024-05-07 12:29:44 +02:00
secrets.el
shr-color.el
shr.el Treat SVG images like other image types in 'shr-put-image' 2024-07-13 10:21:56 -07:00
sieve-manage.el
sieve-mode.el
sieve.el
snmp-mode.el
soap-client.el
soap-inspect.el
socks.el
telnet.el
tramp-adb.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-androidsu.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-archive.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-cache.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-cmds.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-compat.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-container.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-crypt.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-ftp.el
tramp-fuse.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-gvfs.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-integration.el Fix Tramp IPv6 handling in tests 2024-07-22 09:56:52 +02:00
tramp-message.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-rclone.el Tramp code cleanup 2024-05-09 10:38:37 +02:00
tramp-sh.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-smb.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
tramp-sshfs.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-sudoedit.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-uu.el
tramp.el Remove further compat code from Tramp 2024-08-04 13:23:43 +02:00
trampver.el Improve Tramp startup time 2024-07-27 10:25:52 +02:00
webjump.el
zeroconf.el