GNU bug report logs -
#4587
23.1; sort-lines and sort-fields always set buffer modified
Previous Next
Reported by: rm369 <at> arcor.de
Date: Tue, 29 Sep 2009 16:50:04 UTC
Severity: minor
Merged with 4597
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Resent-From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
> Resent-CC: bug-gnu-emacs <at> gnu.org
> Resent-Sender: help-debbugs <at> gnu.org
> Cc: 4587 <at> debbugs.gnu.org, rm369 <at> arcor.de, 4597 <at> debbugs.gnu.org
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Date: Tue, 03 May 2022 21:24:09 +0200
>
> Roland.Meier <at> continental-corporation.com writes:
>
> > M-x sort-lines and M-x sort-fields always set the buffer modified
> > status ("-" -> "*" in column 5 of the status line), even if the region
> > was sorted and the command did not modify anything.
> > An unmodified buffer should stay unmodified if nothing was changed.
>
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
>
> I've now fixed this in Emacs 29.
This uses buffer-hash, which is only sensitive to changes in the byte
sequences of the buffer text. AFAIU, it doesn't know about other
possible changes we perceive as "buffer changes", like changes in
faces, overlays, buffer-file-coding-system, etc. Shouldn't this be
prominently documented in the macro's doc string?
This bug report was last modified 3 years and 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.