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

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

Re: `.newsrc.eld' saves chinese group name in wrong coding


From: Katsumi Yamaoka
Subject: Re: `.newsrc.eld' saves chinese group name in wrong coding
Date: Thu, 19 Oct 2006 13:11:43 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

>>>>> In <address@hidden> Katsumi Yamaoka wrote:

> It can be fixed with the following:

> (push '("\\`nndoc\\(\\+?[^:]+\\)?:")
>       gnus-group-name-charset-group-alist)

I mistyped it.  Here's what I wanted to write.

(push '("\\`nndoc\\(?:\\+[^:]+\\)?:")
      gnus-group-name-charset-group-alist)

In addition, just now I noticed it is insufficient to solve the
problem.  Maybe we need to do the fix here and there in Gnus to
enable it to work with non-ASCII nndoc group names.

Regards,




reply via email to

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