mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 18:10:32 -08:00
* doc/lispref/files.texi (Magic File Names): Add memory-info. * doc/lispref/internals.texi (Garbage Collection): memory-info can also retrieve values from remote systems. * etc/NEWS: Document changes in memory-info. Fix typos. * lisp/files.el (warn-maybe-out-of-memory): Ensure local memory info. * lisp/net/tramp.el (tramp-handle-memory-info): New defun. (tramp-file-name-for-operation) * lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist): * lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist): * lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist): * lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): * lisp/net/tramp-rclone.el (tramp-rclone-file-name-handler-alist): * lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist): * lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist): * lisp/net/tramp-sshfs.el (tramp-sshfs-file-name-handler-alist) * lisp/net/tramp-sudoedit.el (tramp-sudoedit-file-name-handler-alist): Add 'memory-info'. * lisp/net/tramp-sshfs.el (tramp-sshfs-handle-exec-path): Let-bind `process-file-side-effects'. * src/alloc.c (Fmemory_info): Support remote systems. (Qmemory_info): Declare. * test/lisp/net/tramp-tests.el (tramp-test31-memory-info): New test. |
||
|---|---|---|
| .. | ||
| dbus-resources | ||
| eudc-resources | ||
| mailcap-resources | ||
| network-stream-resources | ||
| ntlm-resources | ||
| puny-resources | ||
| shr-resources | ||
| tramp-archive-resources | ||
| tramp-resources | ||
| browse-url-tests.el | ||
| dbus-tests.el | ||
| dig-tests.el | ||
| eudc-tests.el | ||
| gnutls-tests.el | ||
| hmac-md5-tests.el | ||
| mailcap-tests.el | ||
| network-stream-tests.el | ||
| newsticker-tests.el | ||
| nsm-tests.el | ||
| ntlm-tests.el | ||
| puny-tests.el | ||
| rcirc-tests.el | ||
| rfc2104-tests.el | ||
| sasl-cram-tests.el | ||
| sasl-scram-rfc-tests.el | ||
| sasl-tests.el | ||
| secrets-tests.el | ||
| shr-tests.el | ||
| socks-tests.el | ||
| tramp-archive-tests.el | ||
| tramp-tests.el | ||
| webjump-tests.el | ||