]> code.delx.au - gnu-emacs/commitdiff
* net/tramp.el (top): Write a message, when loading Tramp.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Dec 2008 20:44:11 +0000 (20:44 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Dec 2008 20:44:11 +0000 (20:44 +0000)
lisp/ChangeLog
lisp/net/tramp.el

index 0699978fb95759763d8a2cf9792c3580d4a86111..53a9806f6132500519e06448616e3dcae65d9fe8 100644 (file)
@@ -1,3 +1,10 @@
+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
index 290fa2b8e89e7f118d7e06b04a2181f16e9c72c3..83f87472dfd432ad709bcdafdf5275093fb72a5f 100644 (file)
 
 ;;; 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