diff lisp/ChangeLog @ 107870:973ae1d72536

* net/tramp.el (tramp-error-with-buffer): Don't show the connection buffer when we are in completion mode. (tramp-file-name-handler): Catch the error for some operations when we are in completion mode. This gives the user the chance to correct the file name in the minibuffer.
author Michael Albinus <albinus@detlef>
date Fri, 16 Apr 2010 00:19:01 +0200
parents 8fb2953d73a1
children d7b161b7a686
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 15 14:52:27 2010 -0700
+++ b/lisp/ChangeLog	Fri Apr 16 00:19:01 2010 +0200
@@ -1,3 +1,11 @@
+2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/tramp.el (tramp-error-with-buffer): Don't show the
+	connection buffer when we are in completion mode.
+	(tramp-file-name-handler): Catch the error for some operations
+	when we are in completion mode.  This gives the user the chance to
+	correct the file name in the minibuffer.
+
 2010-04-15  Glenn Morris  <rgm@gnu.org>
 
 	* progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.