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 <[email protected]> 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 > [email protected] > http://lists.gnu.org/mailman/listinfo/info-gnus-english _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
