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

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

bug#49701: 28.0.50; Emacs no longer detects file modifications


From: Dima Kogan
Subject: bug#49701: 28.0.50; Emacs no longer detects file modifications
Date: Thu, 22 Jul 2021 19:46:38 -0700

Hi.

I'm running an emacs built from git today. The previous behavior of
detecting modified files doesn't work anymore. Recipe:

1. echo 123 > /tmp/whatever

2. emacs -Q /tmp/whatever
   (emacs now is looking at /tmp/whatever)

3. outside of emacs: echo 456 >> /tmp/whatever
   (i.e. we modified the file)

4. Back inside emacs, press any insertion key. Like 'a'

A this point, the non-bleeding-edge emacs would say see the
modification, and would ask the user if they want to revert or not. The
new emacs from git just inserts 'a' as if no outside modification
happened. I don't see anything in the NEWS that obviously changed this.

Thanks!





reply via email to

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