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

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

bug#71499: [PATCH] Make whitespace.el cleanup add missing final newline


From: Björn Lindström
Subject: bug#71499: [PATCH] Make whitespace.el cleanup add missing final newline
Date: Wed, 12 Jun 2024 11:04:18 +0200
User-agent: Cyrus-JMAP/3.11.0-alpha0-515-g87b2bad5a-fm-20240604.001-g87b2bad5

On Wed, Jun 12, 2024, at 09:46, Eli Zaretskii wrote:
>> Date: Tue, 11 Jun 2024 20:16:03 +0200
>> From: Björn Lindström <bkhl@elektrubadur.se>
>> 
>> attaching patch to make the whitespace-cleanup and whitespace-cleanup-region 
>> functions add a final newline to a file if whitespace-style contains 
>> `missing-newline-at-eof
>> 
>> I'm aware this somewhat replicates what setting `require-final-newline would 
>> do, but I think since whitespace.el with this configuration highlights this 
>> as an error, it should also clean it up when asked.
>
> This is an incompatible change of behavior on behalf of
> whitespace-cleanup, so I don't think we can accept it as in this patch
> (or the next one you sent).  Se we'd need some new user option, by
> default off, to turn on this new feature.  Or maybe a new action for
> whitespace-action?
>
> Thanks.

Hello,

I thought about that, but since whitespace-cleanup generally applies clean-up 
according to white-space style, I thought it was simply an oversight that it 
doesn't apply a fix when it is set to highlight missing end-of-file newline.

Adding a separate way to configure this removes the simplicity of configuring 
your preferred whitespace-style as a single option.

However, If you still disagree I can make another patch somehow maintains the 
old behaviour as the default, so just let me know.

Thanks,
Björn





reply via email to

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