From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.bugs Subject: bug#35383: 27.0.50; Complete process of decoding Gnus group names Date: Wed, 24 Apr 2019 10:04:13 -0700 Message-ID: <87k1fj49o2.fsf@ericabrahamsen.net> References: <878sw1995f.fsf@ericabrahamsen.net> <87sgu87ayo.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="263824"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 35383@debbugs.gnu.org To: Katsumi Yamaoka Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 24 19:06:47 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hJLM6-0016Tl-FM for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Apr 2019 19:06:46 +0200 Original-Received: from localhost ([127.0.0.1]:44698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJLM5-0003V7-Gd for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Apr 2019 13:06:45 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJLKc-0002Kq-74 for bug-gnu-emacs@gnu.org; Wed, 24 Apr 2019 13:05:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJLKW-0007KV-9V for bug-gnu-emacs@gnu.org; Wed, 24 Apr 2019 13:05:14 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42841) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJLKS-0007Ie-6m for bug-gnu-emacs@gnu.org; Wed, 24 Apr 2019 13:05:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJLKQ-0001Hi-1t for bug-gnu-emacs@gnu.org; Wed, 24 Apr 2019 13:05:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 24 Apr 2019 17:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35383 X-GNU-PR-Package: emacs Original-Received: via spool by 35383-submit@debbugs.gnu.org id=B35383.15561254634885 (code B ref 35383); Wed, 24 Apr 2019 17:05:01 +0000 Original-Received: (at 35383) by debbugs.gnu.org; 24 Apr 2019 17:04:23 +0000 Original-Received: from localhost ([127.0.0.1]:56383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hJLJm-0001Gj-So for submit@debbugs.gnu.org; Wed, 24 Apr 2019 13:04:23 -0400 Original-Received: from ericabrahamsen.net ([52.70.2.18]:54180 helo=mail.ericabrahamsen.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hJLJl-0001GU-66 for 35383@debbugs.gnu.org; Wed, 24 Apr 2019 13:04:21 -0400 Original-Received: from localhost (75-172-115-9.tukw.qwest.net [75.172.115.9]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id DCF53FA05C; Wed, 24 Apr 2019 17:04:14 +0000 (UTC) In-Reply-To: (Katsumi Yamaoka's message of "Wed, 24 Apr 2019 17:06:19 +0900") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:158190 Archived-At: On 04/24/19 17:06 PM, Katsumi Yamaoka wrote: > Hi, > > I found that certain kinds[1] of Japanese mails (like the > attached text part) saved in a nnml group get corrupted when > viewing. The root cause is this: > > (defvar nnmail-file-coding-system 'undecided > "Coding system used in nnmail.") > > The default value used to be `raw-text'. > Because `nnml-file-coding-system' inherits it, when viewing > an article from a file `nnmail-find-file' reads and decodes > the contents, and then `gnus-display-mime'[1] decodes it again. > IIUC `gnus-display-mime' expects a raw article, so any back end > should not decode the first fetched data, I think. This helps: > > (setq nnml-file-coding-system 'raw-text) Oh, that was a misunderstanding on my part, then -- I certainly didn't mean to change anything about article encoding or display, or anything related to MIME. I'll switch that default back again. Thanks, Eric