From: Michael Albinus Date: Wed, 23 Nov 2011 20:05:50 +0000 (+0100) Subject: * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind X-Git-Tag: emacs-pretest-24.0.92~66 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7262a87c73d26c6ce7c25699198c981b560a0d1a;p=emacs.git * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind `non-essential' to t, in order to avoid remote connections. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 499eaea9cb6..8ba307a377f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-11-23 Michael Albinus + + * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind + `non-essential' to t, in order to avoid remote connections. + 2011-11-23 Eli Zaretskii * emacs-lisp/autoload.el (autoload-generate-file-autoloads): On @@ -240,12 +245,12 @@ 2011-11-16 Michael Albinus - * net/tramp.el (tramp-handle-file-truename): Cache only the local - file name. - * net/tramp-cache.el (tramp-flush-file-property): Flush also properties of linked files. (Bug#9879) + * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the + local file name. + 2011-11-16 Juanma Barranquero * menu-bar.el (menu-bar-file-menu): diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 2d8c6e0964d..ded76f9fbcb 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -179,7 +179,8 @@ been set up by `rfn-eshadow-setup-minibuffer'." (let ((goal (substitute-in-file-name (minibuffer-contents))) (mid (overlay-end rfn-eshadow-overlay)) (start (minibuffer-prompt-end)) - (end (point-max))) + (end (point-max)) + (non-essential t)) (unless ;; Catch the common case where the shadow does not need to move. (and mid