GNU bug report logs -
#13949
24.3.50; `fill-paragraph' should not always put the buffer as modified
Previous Next
Reported by: Dani Moncayo <dmoncayo <at> gmail.com>
Date: Wed, 13 Mar 2013 22:11:01 UTC
Severity: wishlist
Tags: fixed
Merged with 21155
Found in versions 24.3.50, 24.4.1, 25.0.50
Fixed in version 26.1
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Thu, 14 Mar 2013 08:57:35 +0100
> From: Dani Moncayo <dmoncayo <at> gmail.com>
> Cc: 13949 <at> debbugs.gnu.org
>
> In general, I think that a command should flag the buffer as modified
> only when the buffer contents at the end of the command were different
> from the contents at the beginning of that same command.
Then your wish is much broader than the original bug report says.
E.g., you'd like the following to leave the buffer marked as
unmodified, right?
emacs -Q
M-<
C-d
;
Or how about this:
emacs -Q
M-x overwrite-mode RET
M-<
;
fill-paragraph first removes all the newlines from the paragraph, and
then inserts only as many as needed to get a filled paragraph. So the
buffer gets changed at least twice in the process.
> But, I don't know complex is that to implement, and perhaps that
> complexity outweighs the benefits.
Stefan answered that. I'll write there why I think it might not be a
good idea.
This bug report was last modified 8 years and 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.