On 28.09.2009 at 11:57:13 Katsumi Yamaoka <yama...@jpl.org> wrote: >>>>>> Hermann wrote: >> On 25.09.2009 at 02:19:57 Katsumi Yamaoka <yama...@jpl.org> wrote: > >>>>>>>> Hermann wrote: >>>> since upgrade to Emacs 23.x I get difficaulties in using the internal w3m >>>> as HTML/feed viewer. >>>> Not only that there appear character encoding conflicts for German - >>>> umlauts are not shown correctly >>> >>> What is url for the feeds? >>> >> For example: >> http://www.einfach-fuer-alle.de/blog/feed/efafeed.rss >> and: >> http://www.zehe-edv.de/feed/ >> Note: It does not appear in all articles, that's the strange thing. > > [...] > > No problem here. Though I don't read German, I can see the contents > that Gnus+nnrss, emacs-w3m and Firefox display for the page > > http://www.einfach-fuer-alle.de/blog/id/2534/ > (Subject: Ende der öffentlichen Kommentierung) > Is OK.
> , for example, are the same. I doubt the version of emacs-w3m you > use is too old. The lates source is: > > http://cvs.namazu.org/emacs-w3m.tar.gz > I use the w3m.el-snap from the Debian repository, since the regular one didn't work with Emacs 23.x. > Otherwise there might be something wrong in your ~/.emacs-w3m file. > For instance, that might be setting of w3m-* variables that concern > coding-system and charset. I believe emacs-w3m will work mostly with > the default settings. I have no special .emacs-w3m file, the variables are set in .emacs and .gnus. In .emacs: '(w3m-use-cookies t)) (defadvice w3m-print-this-url (around my-w3m-print-this-url activate) (when (eq this-command 'w3m-print-this-url) ad-do-it)) (setq mm-text-html-renderer 'w3m) In .gnus (setq mm-text-html-renderer 'w3m) (setq mm-w3m-safe-url-regexp nil) Anything wrong? I'll check out the very latest from your url. Hermann _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english