Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ccb4a481
Commit
ccb4a481
authored
Dec 04, 2008
by
Michael Albinus
Browse files
* net/tramp.el (top): Write a message, when loading Tramp.
parent
063e5167
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/net/tramp.el
lisp/net/tramp.el
+13
-0
No files found.
lisp/ChangeLog
View file @
ccb4a481
2008-12-04 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (top): Write a message, when loading Tramp.
* net/tramp-cache.el (tramp-dump-connection-properties): Polish
the check, whether to dump the data.
2008-12-04 Lute Kamstra <lute@gnu.org>
* vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
...
...
lisp/net/tramp.el
View file @
ccb4a481
...
...
@@ -59,6 +59,13 @@
;;; Code:
;; Since Emacs 23.1, loading messages have been disabled during
;; autoload. However, loading Tramp takes a while, and it could
;; happen while typing a filename in the minibuffer. Therefore, Tramp
;; shall inform about.
(when (and load-in-progress (null (current-message)))
(message "Loading tramp..."))
;; The Tramp version number and bug report address, as prepared by configure.
(require 'trampver)
(add-hook 'tramp-unload-hook
...
...
@@ -7463,6 +7470,9 @@ Only works for Bourne-like shells."
(unload-feature 'tramp 'force)
(error nil)))
(when (and load-in-progress (string-match "Loading tramp..." (current-message)))
(message "Loading tramp...done"))
(provide 'tramp)
;;; TODO:
...
...
@@ -7562,6 +7572,9 @@ Only works for Bourne-like shells."
;; "-t". (Markus Triska)
;; * Support IPv6 hostnames. Use "/[some:ip:v6:address:for:tramp]:/",
;; which is the syntax used on web browsers. (Óscar Fuentes)
;; * Add gvfs support.
;; * Set `tramp-copy-size-limit' to 0, when there is no remote
;; encoding routine.
;; Functions for file-name-handler-alist:
;; diff-latest-backup-file -- in diff.el
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment