(extension (file-name-extension f t)))
(make-temp-file prefix dir-flag extension)))
-;; `temporary-file-directory' as function is introduced with Emacs 25.2.
+;; `temporary-file-directory' as function is introduced with Emacs 26.1.
(defalias 'tramp-compat-temporary-file-directory-function
(if (fboundp 'temporary-file-directory)
'temporary-file-directory
'("afp" "dav" "davs" "gdrive" "obex" "sftp" "synce")
"List of methods for remote files, accessed with GVFS."
:group 'tramp
- :version "25.2"
+ :version "26.1"
:type '(repeat (choice (const "afp")
(const "dav")
(const "davs")
;; * Host name completion for existing mount points (afp-server,
;; smb-server) or via smb-network.
+;;
;; * Check, how two shares of the same SMB server can be mounted in
;; parallel.
+;;
;; * Apply SDP on bluetooth devices, in order to filter out obex
;; capability.
+;;
;; * Implement obex for other serial communication but bluetooth.
;;; tramp-gvfs.el ends here
;;; TODO:
;; * Provide descriptive Commentary.
+;;
;; * Enable it for several gateway processes in parallel.
;;; tramp-gw.el ends here
Special handling is applied to the PATH environment, which should
not be set here. Instead, it should be set via `tramp-remote-path'."
:group 'tramp
- :version "25.2"
+ :version "26.1"
:type '(repeat string)
:require 'tramp)
;;; TODO:
;; * Return more comprehensive file permission string.
+;;
;; * Try to remove the inclusion of dummy "" directory. Seems to be at
;; several places, especially in `tramp-smb-handle-insert-directory'.
+;;
;; * Ignore case in file names.
;;; tramp-smb.el ends here
;; COMMAND.
((member operation
'(process-file shell-command start-file-process
- ;; Emacs 25.2+ only.
+ ;; Emacs 26+ only.
make-nearby-temp-file temporary-file-directory))
default-directory)
;; PROC.