1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00
emacs/lisp/net
Michael Albinus 244acc5a05 Replace some `string-match-p' calls in Tramp
* lisp/net/tramp.el (tramp-debug-message, tramp-set-completion-function)
(tramp-get-completion-methods, tramp-get-completion-user-host):
* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process)
(tramp-open-connection-setup-interactive-shell)
(tramp-convert-file-attributes): Use `string-prefix-p'.

* lisp/net/tramp.el (tramp-dissect-file-name)
(tramp-progress-reporter-update, tramp-handle-insert-directory):
* lisp/net/tramp-cache.el (tramp-get-hash-table)
(tramp-flush-directory-properties):
* lisp/net/tramp-cmds.el (tramp-append-tramp-buffers):
* lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory)
(tramp-call-local-coding-command, tramp-get-inline-coding):
* lisp/net/tramp-smb.el (tramp-smb-handle-file-attributes)
(tramp-smb-handle-file-name-all-completions)
(tramp-smb-handle-file-writable-p)
(tramp-smb-handle-insert-directory)
(tramp-smb-handle-start-file-process, )
(tramp-smb-read-file-entry): Use `tramp-compat-string-search'.
2021-08-11 15:34:43 +02:00
..
ange-ftp.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
browse-url.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
dbus.el
dictionary-connection.el
dictionary.el
dig.el Allow `C-u M-x dig' to ask for a query type 2021-06-24 18:51:38 +02:00
dns.el
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el In files that use allout use it for all headings 2021-06-30 22:17:01 +02:00
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eudcb-macos-contacts.el
eww.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
gnutls.el
goto-addr.el
hmac-def.el
hmac-md5.el
imap.el * lisp/net/imap.el (imap-mailbox-close): Use proper closures 2021-05-18 19:12:11 -04:00
ldap.el
mailcap.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
mairix.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
net-utils.el Fix launching net-utils on MS-Windows 2021-05-15 12:38:01 +03:00
netrc.el
network-stream.el
newst-backend.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el
nsm.el
ntlm.el
pop3.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
puny.el
quickurl.el
rcirc.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02: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 Add faces for shr heading elements (bug#49433) 2021-07-06 17:06:17 +02:00
sieve-manage.el * lisp/net/sieve-manage.el (sieve-sasl-auth): Use proper closures 2021-05-18 19:23:54 -04:00
sieve-mode.el
sieve.el
snmp-mode.el
soap-client.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
soap-inspect.el
socks.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
telnet.el
tramp-adb.el Replace some `string-match-p' calls in Tramp 2021-08-11 15:34:43 +02:00
tramp-archive.el Code cleanup wrt file locks 2021-07-08 21:13:40 +02:00
tramp-cache.el Replace some `string-match-p' calls in Tramp 2021-08-11 15:34:43 +02:00
tramp-cmds.el Replace some `string-match-p' calls in Tramp 2021-08-11 15:34:43 +02:00
tramp-compat.el Tramp string-search and string-replace compatibility functions 2021-08-10 15:05:51 +02:00
tramp-crypt.el Preserve backward compatibility in Tramp 2021-07-14 18:36:14 +02:00
tramp-ftp.el
tramp-fuse.el Implement file locks for remote files (Bug#49261) 2021-07-07 18:36:53 +02:00
tramp-gvfs.el Tramp string-search and string-replace compatibility functions 2021-08-10 15:05:51 +02:00
tramp-integration.el Fix bug#48476 2021-05-22 17:51:07 +02:00
tramp-rclone.el Add remote-file-name-inhibit-locks 2021-07-13 19:50:05 +02:00
tramp-sh.el Replace some `string-match-p' calls in Tramp 2021-08-11 15:34:43 +02:00
tramp-smb.el Replace some `string-match-p' calls in Tramp 2021-08-11 15:34:43 +02:00
tramp-sshfs.el Make remote file locks more robust 2021-07-18 16:58:52 +02:00
tramp-sudoedit.el Adapt tramp-sudoedit.el for better testing 2021-07-26 09:55:30 +02:00
tramp-uu.el
tramp.el Replace some `string-match-p' calls in Tramp 2021-08-11 15:34:43 +02:00
trampver.el Change Tramp version to "2.5.2-pre" 2021-07-30 17:19:29 +02:00
webjump.el
zeroconf.el