emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106495: * rfn-eshadow.el (rfn-eshado


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106495: * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
Date: Wed, 23 Nov 2011 21:02:55 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106495
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Wed 2011-11-23 21:02:55 +0100
message:
  * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
  `non-essential' to t, in order to avoid remote connections.
modified:
  lisp/ChangeLog
  lisp/rfn-eshadow.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-23 18:39:38 +0000
+++ b/lisp/ChangeLog    2011-11-23 20:02:55 +0000
@@ -240,12 +240,12 @@
 
 2011-11-16  Michael Albinus  <address@hidden>
 
-       * 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  <address@hidden>
 
        * menu-bar.el (menu-bar-file-menu):

=== modified file 'lisp/rfn-eshadow.el'
--- a/lisp/rfn-eshadow.el       2011-10-19 12:54:24 +0000
+++ b/lisp/rfn-eshadow.el       2011-11-23 20:02:55 +0000
@@ -179,7 +179,8 @@
       (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]