From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14063 Path: news.gmane.org!not-for-mail From: soichi Newsgroups: gmane.emacs.gnus.user Subject: Re: character set for Russian and French reading Google News Date: Fri, 20 Aug 2010 13:33:02 +0900 Message-ID: <87y6c129a9.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282278801 6897 80.91.229.12 (20 Aug 2010 04:33:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2010 04:33:21 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Aug 20 06:33:19 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OmJI3-0005Bq-Kg for gegu-info-gnus-english@m.gmane.org; Fri, 20 Aug 2010 06:33:15 +0200 Original-Received: from localhost ([127.0.0.1]:46574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmJI2-0006Jp-KD for gegu-info-gnus-english@m.gmane.org; Fri, 20 Aug 2010 00:33:14 -0400 Original-Received: from [140.186.70.92] (port=52996 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmJHz-0006JQ-AY for info-gnus-english@gnu.org; Fri, 20 Aug 2010 00:33:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmJHx-0003LM-VF for info-gnus-english@gnu.org; Fri, 20 Aug 2010 00:33:11 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:43217) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmJHx-0003Ky-Pq for info-gnus-english@gnu.org; Fri, 20 Aug 2010 00:33:09 -0400 Original-Received: by pxi5 with SMTP id 5so1672075pxi.0 for ; Thu, 19 Aug 2010 21:33:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=oQwUOUBrkXjFUrG4/+EkvPunTu2+/J/bEtNuwpNeS1I=; b=Wd4rd4IhXsPwHKWNSONGtpQs6A4pX0ibhfyIOVMmoR6g0K80r7M28/hX3bnZIlDxYr DNyMsPYC04nncDZp8aw5cQJufTi9m8tydUFKAc1ImwE+I0WZE00Syyl3lrO5magQmizv dkYwJ1+iaiL51uRFRC1ayvTtJxszuJ6+kgMDo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=hMzEVZEZE4lcPs/8izqyghjG95DDbqJzC4UBpNnTXK31Qrqc9p6AvJvFhkagXwGEDU zjItG6cNNW3aCEeWHtmOXQISOUccZPnFRP5PQEX4Qu0+3lVieeBYtJeOWQ5luipha542 RLT17T8GwdZNYEMC8zSW2S1NgN41KkZzP/y08= Original-Received: by 10.142.204.17 with SMTP id b17mr711836wfg.74.1282278788139; Thu, 19 Aug 2010 21:33:08 -0700 (PDT) Original-Received: from soichi.soichi777.com (KD111103181057.ppp-bb.dion.ne.jp [111.103.181.57]) by mx.google.com with ESMTPS id v13sm2659286wfv.17.2010.08.19.21.33.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Aug 2010 21:33:07 -0700 (PDT) In-Reply-To: (Katsumi Yamaoka's message of "Fri, 20 Aug 2010 09:20:50 +0900") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14063 Archived-At: Thanks for the reply. I have added (setq mm-text-html-renderer 'w3m) into .gnus.el, but no change. I believe that emacs-w3m is the latest. More precisely, the following happens. When I choose an entry of the feed in the summary buffer, Emacs asks, "Message contains characters with unknown encoding." "use ASCII as charset?" if I choose "y" for it, the fonts become a mess. "n" does pretty much the same. If I jump from a link in the entry to the real web page with w3m, the fonts are fine. Do I need something else? Or something interferes it? soichi Katsumi Yamaoka writes: > Soichi wrote: >> Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) > >> Hi. I have recently added RSS feeds of Google news in both Russian >> and French. Emacs and Gnus receive the feeds but the fonts are >> messed up. Interestingly, the titles of those feeds are shown >> properly in the corresponding languages. And of course, I have set >> Russian and French fonts in .emacs file and can write in both >> languages without problem. > > What html renderer do you use? I.e., what value is set to > the `mm-text-html-renderer' variable? It defaults to one of > the symbols (of the actual libraries) `w3m', `w3m-standalone', > `links', `lynx', `w3', and `html2text' first found in your > system. Some of them or some of those older versions won't > support multilingual text. > >> One of the feeds is like, > >> http://news.google.co.jp/news?pz=1&cf=all&ned=ru_ru&hl=ru&topic=w&output=rss > >> Could anyone help me out for setting the proper fonts in Russian and >> French in reading the news with Gnus? > > I seem to have no problem in reading those Russian feeds, though > I'm ignorant in Russian. I use: > > (setq mm-text-html-renderer 'w3m) > > It requires the w3m package and the emacs-w3m ELisp package > (the ones I use are those of the bleeding edges). > > _______________________________________________ > info-gnus-english mailing list > info-gnus-english@gnu.org > http://lists.gnu.org/mailman/listinfo/info-gnus-english