unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27033: package mode plural handling
@ 2017-05-22 23:03 Jean-Christophe Helary
  2017-09-02 13:58 ` Jean-Christophe Helary
  2018-06-27 23:33 ` bug#27033: Jean-Christophe Helary
  0 siblings, 2 replies; 5+ messages in thread
From: Jean-Christophe Helary @ 2017-05-22 23:03 UTC (permalink / raw)
  To: 27033

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 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#27033: package mode plural handling
  2017-05-22 23:03 bug#27033: package mode plural handling Jean-Christophe Helary
@ 2017-09-02 13:58 ` Jean-Christophe Helary
  2018-06-17 14:09   ` Jean-Christophe Helary
  2018-06-27 23:33 ` bug#27033: Jean-Christophe Helary
  1 sibling, 1 reply; 5+ messages in thread
From: Jean-Christophe Helary @ 2017-09-02 13:58 UTC (permalink / raw)
  To: 27033


> On May 23, 2017, at 8:03, Jean-Christophe Helary <jean.christophe.helary@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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#27033: package mode plural handling
  2017-09-02 13:58 ` Jean-Christophe Helary
@ 2018-06-17 14:09   ` Jean-Christophe Helary
  2018-06-27  4:20     ` Jean-Christophe Helary
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Christophe Helary @ 2018-06-17 14:09 UTC (permalink / raw)
  To: 27033

[-- Attachment #1: Type: text/plain, Size: 1119 bytes --]

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@gmail.com> wrote:
> 
> 
>> On May 23, 2017, at 8:03, Jean-Christophe Helary <jean.christophe.helary@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



[-- Attachment #2: Type: text/html, Size: 2872 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#27033: package mode plural handling
  2018-06-17 14:09   ` Jean-Christophe Helary
@ 2018-06-27  4:20     ` Jean-Christophe Helary
  0 siblings, 0 replies; 5+ messages in thread
From: Jean-Christophe Helary @ 2018-06-27  4:20 UTC (permalink / raw)
  To: 27033

[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]

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@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@gmail.com <mailto:jean.christophe.helary@gmail.com>> wrote:
>> 
>> 
>>> On May 23, 2017, at 8:03, Jean-Christophe Helary <jean.christophe.helary@gmail.com <mailto:jean.christophe.helary@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

[-- Attachment #2: Type: text/html, Size: 2366 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#27033:
  2017-05-22 23:03 bug#27033: package mode plural handling Jean-Christophe Helary
  2017-09-02 13:58 ` Jean-Christophe Helary
@ 2018-06-27 23:33 ` Jean-Christophe Helary
  1 sibling, 0 replies; 5+ messages in thread
From: Jean-Christophe Helary @ 2018-06-27 23:33 UTC (permalink / raw)
  To: 27033-done

Version: 27.1






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-27 23:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22 23:03 bug#27033: package mode plural handling Jean-Christophe Helary
2017-09-02 13:58 ` Jean-Christophe Helary
2018-06-17 14:09   ` Jean-Christophe Helary
2018-06-27  4:20     ` Jean-Christophe Helary
2018-06-27 23:33 ` bug#27033: Jean-Christophe Helary

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).