[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: fontset for emacs-w3m



Hi,

>>>>> In [emacs-w3m : No.05645] 
>>>>>	Sergei Pokrovsky <pok@nbsp.nsk.su> wrote:

> Today I've installed emacs-w3m, and it does work -- having
> www-browser in emacs has been my dream of old.  Generally it works
> fine, except for one point: its rendering of the Russian letters is
> ugly.

[...]

> So, is there a way to make emacs-w3m use a utf-8 fontset?

How about the following setting.

(setq w3m-output-coding-system 'utf-8
      w3m-halfdump-command-arguments
      '("-halfdump" "-o" "ext_halfdump=1" "-o" "strict_iso2022=0"
	(if charset "-I") charset "-O" "UTF-8"))

Regards,
ARISAWA Akihiro