emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Gnus; Restore multi encoding support for NNTP


From: Lars Ingebrigtsen
Subject: Re: [PATCH] Gnus; Restore multi encoding support for NNTP
Date: Thu, 30 Dec 2021 15:49:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

LdBeth <andpuke@foxmail.com> writes:

> +     (encode-coding-string (if (string-match "^[^:]+:" gname)
> +                            (substring gname (match-end 0))
> +                             (get-text-property 0 'charset gname)))))

Where is the `charset' property set?

And...  I don't understand why `gnus-group-real-name' should encode
anything -- it's a function used everywhere to just strip the prefix
from group names, and doesn't really have anything conceptually to do
with translating to on-the-wire formats.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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