1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-12 09:00:40 -08:00
emacs/lisp/net
Michael Albinus 7ee32966a9 More Tramp code cleanup
* lisp/net/tramp.el (tramp-process-actions):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-system-info)
(tramp-adb-handle-set-file-times)
(tramp-adb-maybe-open-connection):
* lisp/net/tramp-cmds.el (tramp-rename-files, tramp-rename-these-files)
(tramp-reporter-dump-variable):
* lisp/net/tramp-sh.el (tramp-do-file-attributes-with-stat)
(tramp-sh-handle-file-selinux-context)
(tramp-do-directory-files-and-attributes-with-stat)
(tramp-sh-handle-file-name-all-completions)
(tramp-sh-handle-write-region)
(tramp-sh-handle-file-notify-add-watch)
(tramp-sh-gvfs-monitor-dir-process-filter)
(tramp-sh-inotifywait-process-filter)
(tramp-sh-handle-file-system-info, tramp-find-executable)
(tramp-open-shell, tramp-find-shell):
* lisp/net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat)
(tramp-smb-handle-file-system-info):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-file-selinux-context)
(tramp-sudoedit-handle-file-system-info): Remove superfluous
`eval-when-compile', `concat' creates the string during byte
compilation.  Reported by Mattias Engdegård <mattiase@acm.org>.

* lisp/net/tramp-adb.el (tramp-adb-prompt): Simplify.
(tramp-adb-send-command):
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-string-to-byte-array):
Use `string-match-p'.

* lisp/net/tramp-sh.el (tramp-sunos-unames): New defconst.
(tramp-find-executable, tramp-find-shell, tramp-get-remote-stat): Use it.
2020-07-12 15:02:56 +02:00
..
ange-ftp.el Use directory-files-no-dot-files-regexp wherever possible 2020-04-16 12:14:38 +02:00
browse-url.el Mark browse-url-conkeror as obsolete 2020-05-24 18:48:16 +02:00
dbus.el Various dbus.el cleanups (bug#41744) 2020-06-18 12:20:48 +01:00
dig.el Use lexical-binding in dig.el and add tests 2020-04-26 01:11:05 +02:00
dns.el Use length field when dns-query is using TCP 2020-04-07 14:32:44 +02:00
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eudcb-macos-contacts.el EUDC: Add macOS Contacts backend 2020-07-09 15:32:14 -04:00
eww.el Propertize all shr fragment IDs as shr-target-id 2020-06-18 16:16:49 +01:00
gnutls.el Add :coding support to open-network-stream and open-gnutls-stream 2020-04-07 14:32:44 +02:00
goto-addr.el
hmac-def.el
hmac-md5.el Use lexical-binding in hmac-md5.el and add tests 2020-04-28 18:14:28 +02:00
imap.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
ldap.el
mailcap.el
mairix.el
net-utils.el
netrc.el
network-stream.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
newst-backend.el
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el
nsm.el Add lisp-data-mode for editing non-code Lisp data 2020-05-01 12:11:10 +01:00
ntlm.el
pop3.el
puny.el Use lexical-binding in puny.el and add more tests 2020-04-28 18:14:28 +02:00
quickurl.el
rcirc.el rcirc: Match NickServ messages case-insensitively (Bug#39345) 2020-03-12 21:06:28 -04:00
rfc2104.el
rlogin.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el
shr-color.el
shr.el Propertize all shr fragment IDs as shr-target-id 2020-06-18 16:16:49 +01: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 More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-archive.el Rearrange detecting remote uid and gid in Tramp 2020-06-14 15:31:17 +02:00
tramp-cache.el Tramp code cleanup 2020-06-07 16:56:59 +02:00
tramp-cmds.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-compat.el Fix remaining problems with tramp-crypt.el 2020-06-21 15:19:51 +02:00
tramp-crypt.el Fix remaining problems with tramp-crypt.el 2020-06-21 15:19:51 +02:00
tramp-ftp.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-gvfs.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-integration.el
tramp-rclone.el Some Tramp cleanups, mainly in tramp-crypt.el 2020-06-18 20:00:26 +02:00
tramp-sh.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-smb.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-sudoedit.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-uu.el
tramp.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
trampver.el Avoid error messages loading trampver.el 2020-04-01 12:09:29 +02:00
webjump.el Use lexical-binding in webjump.el and add tests 2020-05-18 17:58:01 +02:00
zeroconf.el