all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Noam Postavsky <npostavs@gmail.com>
Cc: David Kastrup <dak@gnu.org>, 18336@debbugs.gnu.org
Subject: bug#18336: 24.4.50; When editing externally changed file, Emacs asks too many questions
Date: Mon, 02 Mar 2020 09:39:14 +0100	[thread overview]
Message-ID: <87wo8340ct.fsf@stefankangas.se> (raw)
In-Reply-To: <87r1yb8kbv.fsf@gmail.com> (Noam Postavsky's message of "Sun, 01 Mar 2020 23:14:12 -0500")

Noam Postavsky <npostavs@gmail.com> writes:

>> I tried the current master, and I see the same as on the emacs-27
>> branch, with a file not under any VCS.
>>
>> I have no idea how you see something so different.
>
> I've tried this now too, and I see the same as Eli, even on Emacs 26.3.
> By the way, the "Save anyway?" question doesn't get logged to
> *Messages*.

OK, this is weird.  I think I'm now seeing the same as David on
current master.  Note that this is different from what I saw earlier,
when I saw exactly what Eli describes.

0. emacs -Q
1. C-x C-f /tmp/moo.txt RET
2. abc C-x C-s
3. From terminal: echo "foo" >> /tmp/moo.txt
4. type something, get these messages:
moo.txt changed on disk; really edit the buffer? (y, n, r or C-h) y
5. Answer 'y', save the file, get:
- do you really want to save? [not logged]
- moo.txt changed on disk; really edit the buffer? (y, n, r or C-h) y

I tried this several times and got the same result.

In GNU Emacs 28.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.13, cairo version 1.16.0)
 of 2020-03-01 built on joffe
Repository revision: d97688851bf5069430483c543032ef7cd0c9b5ef
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12007000
System Description: Debian GNU/Linux bullseye/sid

Recent messages:
(New file)
Saving file /tmp/moo.txt...
Wrote /tmp/moo.txt
moo.txt changed on disk; really edit the buffer? (y, n, r or C-h) y
File on disk now will become a backup file if you save these changes.
Saving file /tmp/moo.txt...
moo.txt changed on disk; really edit the buffer? (y, n, r or C-h) y
File on disk now will become a backup file if you save these changes.
Wrote /tmp/moo.txt

---

OK, I tried saving a file in my home directory instead, and now I
didn't see the second "changed on disk" message.  (That is, I see the
same thing that Eli described.)

Testing it a bit more, I was able to trigger the second message again,
but only once.

---

Investigating even further (on current master), I think I now have
that:

a. In my home directory, I consistently see the message.  (David's case)
b. In "/tmp" I consistently do *not* see the message.  (Eli's case)

So I guess the second message is triggered only under specific
circumstances?

(But even the above conclusion is confusing, since I also saw the
message (but only once) even when I saved in "/home".  And I don't see
why saving in a different directory should matter...)

Does anyone have any idea what could be going on here?  Have we found
ourselves a heisenbug?  Or have I thoroughly managed to confuse
myself?

Best regards,
Stefan Kangas





  parent reply	other threads:[~2020-03-02  8:39 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27  7:44 bug#18336: 24.4.50; When editing externally changed file, Emacs asks too many questions David Kastrup
2020-03-01  0:27 ` Stefan Kangas
2020-03-01 16:26   ` Noam Postavsky
2020-03-01 16:38     ` David Kastrup
2020-03-01 17:09       ` Eli Zaretskii
2020-03-01 17:45         ` David Kastrup
2020-03-01 17:58           ` Eli Zaretskii
2020-03-01 18:22             ` David Kastrup
2020-03-01 18:27               ` Eli Zaretskii
2020-03-02  4:14                 ` Noam Postavsky
2020-03-02  8:27                   ` Eli Zaretskii
2020-03-02  9:42                     ` David Kastrup
2020-03-02 11:04                       ` Eli Zaretskii
2020-03-02 11:41                         ` David Kastrup
2020-03-02 11:51                           ` Eli Zaretskii
2020-03-02  8:39                   ` Stefan Kangas [this message]
2020-03-02  8:55                     ` Eli Zaretskii
2020-03-02  9:04                       ` Stefan Kangas
2020-03-02 11:01                         ` Eli Zaretskii
2020-03-02  9:53                     ` David Kastrup
2020-03-02 12:20                       ` Noam Postavsky
2020-03-02 16:33                         ` Eli Zaretskii
2020-03-05 14:13                           ` Noam Postavsky
2020-03-05 15:07                             ` David Kastrup
2020-03-05 17:54                               ` Noam Postavsky
2020-03-05 19:31                                 ` Eli Zaretskii
2020-03-22  1:13                                   ` Noam Postavsky
2020-03-22 14:35                                     ` Eli Zaretskii
2020-03-22 15:45                                       ` Noam Postavsky
2020-03-22 17:09                                         ` Eli Zaretskii
2020-03-22 19:46                                           ` Noam Postavsky
2020-03-22 20:16                                             ` Eli Zaretskii
2020-03-23  3:26                                               ` Noam Postavsky
2020-03-05 16:02                             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wo8340ct.fsf@stefankangas.se \
    --to=stefan@marxist.se \
    --cc=18336@debbugs.gnu.org \
    --cc=dak@gnu.org \
    --cc=npostavs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.