bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55247: [29.0.50; TRAMP] Tramp Always Thinks Buffer Changed On Disk A


From: Michael Albinus
Subject: bug#55247: [29.0.50; TRAMP] Tramp Always Thinks Buffer Changed On Disk After Edit -> Save
Date: Fri, 06 May 2022 10:43:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jacob Faibussowitsch <jacob.fai@gmail.com> writes:

> Hello,

Hi,

> Reproduce:
>
> 1.
> ```
> $ emacs -Q /ssh:<ssh alias>:path/to/file
> ```
> 2. Change something
> 3. C-x C-s
> 4. Try to change something else
> 5.
> ```
> <file name> changed on disk; really edit the buffer? (y, n, r or C-h)
> ```

Should be fixed now in master, there was a race condition in clearing
the cache.

Since this is fixed in a macro, all files this macro is used must be
recompiled. So please run

rm lisp/net/tramp*.elc; make

> Best regards,
>
> Jacob Faibussowitsch

Best regards, Michael.





reply via email to

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