GNU bug report logs - #27033
package mode plural handling

Previous Next

Package: emacs;

Reported by: Jean-Christophe Helary <jean.christophe.helary <at> gmail.com>

Date: Mon, 22 May 2017 23:04:01 UTC

Severity: minor

Fixed in version 27.1

Done: Jean-Christophe Helary <brandelune <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27033 in the body.
You can then email your comments to 27033 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#27033; Package emacs. (Mon, 22 May 2017 23:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jean-Christophe Helary <jean.christophe.helary <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 22 May 2017 23:04:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jean-Christophe Helary <jean.christophe.helary <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: package mode plural handling
Date: Tue, 23 May 2017 08:03:20 +0900
When single packages are handled, sometimes the messages keep the plural form.

For ex:

Package menu: Operation finished.  1 packages are no longer needed, type ‘M-x package-autoremove’ to remove them

The issue comes from the hardcoded message in line 3276 of package.el. I'll see if I can do something about that later this week.

Jean-Christophe 



Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27033; Package emacs. (Sat, 02 Sep 2017 13:59:01 GMT) Full text and rfc822 format available.

Message #8 received at 27033 <at> debbugs.gnu.org (full text, mbox):

From: Jean-Christophe Helary <jean.christophe.helary <at> gmail.com>
To: 27033 <at> debbugs.gnu.org
Subject: Re: bug#27033: package mode plural handling
Date: Sat, 2 Sep 2017 22:58:37 +0900
> On May 23, 2017, at 8:03, Jean-Christophe Helary <jean.christophe.helary <at> gmail.com> wrote:
> 
> When single packages are handled, sometimes the messages keep the plural form.
> 
> For ex:
> 
> Package menu: Operation finished.  1 packages are no longer needed, type ‘M-x package-autoremove’ to remove them
> 
> The issue comes from the hardcoded message in line 3276 of package.el. I'll see if I can do something about that later this week.

I've sent a patch in the "package.el strings" thread on emacs-devel but it doesn't seem to have been applied yet. Is there anything wrong with it?

> Jean-Christophe




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27033; Package emacs. (Sun, 17 Jun 2018 14:10:01 GMT) Full text and rfc822 format available.

Message #11 received at 27033 <at> debbugs.gnu.org (full text, mbox):

From: Jean-Christophe Helary <jean.christophe.helary <at> gmail.com>
To: 27033 <at> debbugs.gnu.org
Subject: Re: bug#27033: package mode plural handling
Date: Sun, 17 Jun 2018 23:09:01 +0900
[Message part 1 (text/plain, inline)]
I've just resent a patch to devel and the patch adresses more than plural handling in the strings but straightens (most of) the strings for future l10n. I've written a log message that reflects that but with no specific reference to this bug.

> On Sep 2, 2017, at 22:58, Jean-Christophe Helary <jean.christophe.helary <at> gmail.com> wrote:
> 
> 
>> On May 23, 2017, at 8:03, Jean-Christophe Helary <jean.christophe.helary <at> gmail.com> wrote:
>> 
>> When single packages are handled, sometimes the messages keep the plural form.
>> 
>> For ex:
>> 
>> Package menu: Operation finished.  1 packages are no longer needed, type ‘M-x package-autoremove’ to remove them
>> 
>> The issue comes from the hardcoded message in line 3276 of package.el. I'll see if I can do something about that later this week.
> 
> I've sent a patch in the "package.el strings" thread on emacs-devel but it doesn't seem to have been applied yet. Is there anything wrong with it?
> 
>> Jean-Christophe

Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune


[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27033; Package emacs. (Wed, 27 Jun 2018 06:47:01 GMT) Full text and rfc822 format available.

Message #14 received at 27033 <at> debbugs.gnu.org (full text, mbox):

From: Jean-Christophe Helary <jean.christophe.helary <at> gmail.com>
To: 27033 <at> debbugs.gnu.org
Subject: Re: bug#27033: package mode plural handling
Date: Wed, 27 Jun 2018 13:20:01 +0900
[Message part 1 (text/plain, inline)]
This bug should be closed with Noam's pushing [1: 61f73703c7]: 2018-06-25 19:18:55 -0400

Jean-Christophe 

> On Jun 17, 2018, at 23:09, Jean-Christophe Helary <jean.christophe.helary <at> gmail.com> wrote:
> 
> I've just resent a patch to devel and the patch adresses more than plural handling in the strings but straightens (most of) the strings for future l10n. I've written a log message that reflects that but with no specific reference to this bug.
> 
>> On Sep 2, 2017, at 22:58, Jean-Christophe Helary <jean.christophe.helary <at> gmail.com <mailto:jean.christophe.helary <at> gmail.com>> wrote:
>> 
>> 
>>> On May 23, 2017, at 8:03, Jean-Christophe Helary <jean.christophe.helary <at> gmail.com <mailto:jean.christophe.helary <at> gmail.com>> wrote:
>>> 
>>> When single packages are handled, sometimes the messages keep the plural form.
>>> 
>>> For ex:
>>> 
>>> Package menu: Operation finished.  1 packages are no longer needed, type ‘M-x package-autoremove’ to remove them
>>> 
>>> The issue comes from the hardcoded message in line 3276 of package.el. I'll see if I can do something about that later this week.
>> 
>> I've sent a patch in the "package.el strings" thread on emacs-devel but it doesn't seem to have been applied yet. Is there anything wrong with it?
>> 
>>> Jean-Christophe
[Message part 2 (text/html, inline)]

Reply sent to Jean-Christophe Helary <brandelune <at> gmail.com>:
You have taken responsibility. (Thu, 28 Jun 2018 00:25:02 GMT) Full text and rfc822 format available.

Notification sent to Jean-Christophe Helary <jean.christophe.helary <at> gmail.com>:
bug acknowledged by developer. (Thu, 28 Jun 2018 00:25:02 GMT) Full text and rfc822 format available.

Message #19 received at 27033-done <at> debbugs.gnu.org (full text, mbox):

From: Jean-Christophe Helary <brandelune <at> gmail.com>
To: 27033-done <at> debbugs.gnu.org
Date: Thu, 28 Jun 2018 08:33:07 +0900
Version: 27.1





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 26 Jul 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 334 days ago.

Previous Next


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