From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51819 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: MML charset tag regression Date: Fri, 25 Apr 2003 17:43:14 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <8465p3kgpl.fsf@lucy.is.informatik.uni-duisburg.de> <84bryuogke.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1051285397 5058 80.91.224.249 (25 Apr 2003 15:43:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2003 15:43:17 +0000 (UTC) Original-X-From: ding-owner+M362@lists.math.uh.edu Fri Apr 25 17:43:15 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1995Le-0001HB-00 for ; Fri, 25 Apr 2003 17:42:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1995MG-0007uP-00; Fri, 25 Apr 2003 10:43:28 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1995M7-0007tL-00 for ding@lists.math.uh.edu; Fri, 25 Apr 2003 10:43:19 -0500 Original-Received: (qmail 93242 invoked by alias); 25 Apr 2003 15:43:19 -0000 Original-Received: (qmail 93236 invoked from network); 25 Apr 2003 15:43:18 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 25 Apr 2003 15:43:18 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h3PFhE07019540 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 25 Apr 2003 17:43:15 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030425:ding@gnus.org:8cb8ed7644b92f78 X-Hashcash: 0:030425:ding@gnus.org:8cb8ed7644b92f78 In-Reply-To: (Jesper Harder's message of "Fri, 25 Apr 2003 16:19:42 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51819 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51819 Jesper Harder writes: > Simon Josefsson writes: > >> (or is Cyrillic considered CJK?). > > No. > >> Go to http://www.nns.ru/persons/gorbach.html and cut'n'paste the first >> word (Gorbachev). This is what I get, with a charset=3Dutf-8 tag: >> >> =EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD >> >> The string looks fine in the buffer, but the preview doesn't look good >> (empty single-width boxes). > > It's broken in your message, but seems to work fine when I send it: > > =D0=93=D0=BE=D1=80=D0=B1=D0=B0=D1=87=D0=B5=D0=B2 I still see empty boxes, but perhaps Emacs is simply unable to select a proper font (I do have all debian fonts installed though). The only thing in my configuration I can think of is that I run Emacs in an UTF-8 locale. I will try do a binary search between my configuration and a clean emacs...