[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reverting *Locate* buffers.
From: |
Michael Albinus |
Subject: |
Re: Reverting *Locate* buffers. |
Date: |
Sun, 02 Jul 2006 22:39:25 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
Luc Teirlinck <address@hidden> writes:
> Michael Albinus wrote:
>
> When Tramp is preloaded (require 'tramp), your patch works fine
>
> Not quite. If you use your suggested version of the patch, then do
> `emacs -q', then load tramp, then set locate-update-when-revert to t,
> then do `M-x locate' RET emacs, then do `C-x 1' to have the *Locate*
> buffer filling the entire frame, then run g, answer yes and give your
> password, then instead of having one updated *Locate* buffer filling
> the entire frame, the frame gets split into two windows, each showing
> the same updated *Locate* buffer. I find this quite surprising. Is
> this explainable by anything that Tramp does?
It's a bug in Tramp. tramp-handle-shell-command didn't reset the
current buffer at the end. I've fixed that.
> Sincerely,
>
> Luc.
Best regards, Michael.