GNU bug report logs - #64071
28.2; smerge-diff creates *vc-diff* without setting it up

Previous Next

Package: emacs;

Reported by: Spencer Baugh <sbaugh <at> janestreet.com>

Date: Wed, 14 Jun 2023 21:42:01 UTC

Severity: normal

Found in version 28.2

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Spencer Baugh <sbaugh <at> janestreet.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>, 64071 <at> debbugs.gnu.org
Subject: bug#64071: 28.2; smerge-diff creates *vc-diff* without setting it up
Date: Tue, 27 Jun 2023 16:17:45 -0400
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Spencer Baugh <sbaugh <at> janestreet.com>
>> Date: Wed, 14 Jun 2023 17:41:39 -0400
>> 
>> 1. emacs -Q
>> 2. Create a buffer containing:
>> <<<<<<< left
>> foo
>> =======
>> bar
>> >>>>>>> right
>> 3. M-x smerge-mode
>> 4. M-x smerge-diff-upper-lower
>> 5. The resulting *vc-diff* buffer is in diff-mode but it's not
>> read-only, which is unusual for a *vc-diff* buffer.
>
> That command enters diff-mode, and diff-mode doesn't force read-only
> status on the current buffer.  Why should Smerge force that?

Buffer named "*vc-diff*" are universally read-only, except if they are
created through this path.  (Because they're otherwise only created by
vc, which marks them read-only.)  It breaks user expectations for a
*vc-diff* buffer to not be read-only.

>> Probably there is also other setup missing.
>
> Which ones, and to what mode they belong?

Setup done by vc when it creates *vc-diff* buffers.

After doing a little investigation, it looks like the read-only setting
is the most important divergence after all.

Maybe we should be calling diff-setup-whitespace, and maybe we should be
running vc-diff-finish-functions.  Possibly not though.

>> Relatedly, if a *vc-diff* buffer already exists, smerge-mode will use it
>> without updating the mode-line, so it will say, for example, "Diff from
>> *vc-change-log*" despite the diff being from smerge conflict resolution.
>
> This should probably be easy to fix, and the fix should be safe enough
> for the emacs-29 branch.  How about proposing such a fix, and leaving
> the more controversial aspects of this alone for now?

Hm, honestly I only care about the read-only-mode, that's by far most
confusing thing about this.  I've gotten user complaints about that
specifically being confusing, so that's what I'd like to fix.  Stefan
likes my simple patch, so what's wrong with it?




This bug report was last modified 1 year and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.