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

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

bug#34520: delete-matching-lines should report how many lines it deleted


From: Juri Linkov
Subject: bug#34520: delete-matching-lines should report how many lines it deleted
Date: Thu, 28 Feb 2019 23:33:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

>> +    (when interactive (message "Deleted %d matching line%s"
>> +                           count
>> +                           (if (= count 1) "" "s")))
>> +    count))
>
> The concatenation of "s" trick works only in English, so please avoid
> that.

Ok, waiting for the times when ‘gettext’ will arrive to Emacs.

> This needs NEWS and manual updates.

Done.





reply via email to

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