[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
- Re: Gnus; Restore multi encoding support for NNTP, (continued)
- Re: Gnus; Restore multi encoding support for NNTP, Lars Ingebrigtsen, 2021/12/27
- Re: Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/27
- Re: Gnus; Restore multi encoding support for NNTP, Lars Ingebrigtsen, 2021/12/27
- Re: Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/27
- Re: Gnus; Restore multi encoding support for NNTP, Eric Abrahamsen, 2021/12/27
- Re: Gnus; Restore multi encoding support for NNTP, Lars Ingebrigtsen, 2021/12/28
- Re: Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/28
- Re: Gnus; Restore multi encoding support for NNTP, Lars Ingebrigtsen, 2021/12/28
- Re: Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/28
- [PATCH] Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/30
- Re: [PATCH] Gnus; Restore multi encoding support for NNTP,
Lars Ingebrigtsen <=
- Re: [PATCH] Gnus; Restore multi encoding support for NNTP, Eli Zaretskii, 2021/12/30
- Re: [PATCH] Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/30
- Re: [PATCH] Gnus; Restore multi encoding support for NNTP, Lars Ingebrigtsen, 2021/12/31
- Re: [PATCH] Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/31
- Re: [PATCH] Gnus; Restore multi encoding support for NNTP, LdBeth, 2021/12/31