* rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
`non-essential' to t, in order to avoid remote connections.
This commit is contained in:
parent
283430a1df
commit
7262a87c73
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-11-23 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
|
||||
`non-essential' to t, in order to avoid remote connections.
|
||||
|
||||
2011-11-23 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* emacs-lisp/autoload.el (autoload-generate-file-autoloads): On
|
||||
|
@ -240,12 +245,12 @@
|
|||
|
||||
2011-11-16 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* 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 <lekktu@gmail.com>
|
||||
|
||||
* menu-bar.el (menu-bar-file-menu):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue