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

Re: <em> rendered in standalone w3m, but not emacs-w3m



>>>>> In [emacs-w3m : No.10384] jidanni@xxxxxxxxxxx wrote:

> Yes that helps when one runs emacs -nw, but not me in
> $ pstree
> xdm-+-Xorg
>     `-xdm---sh-+-icewm-session-+-icewm
>|-sh---emacs
> Please tell me which I can put in .emacs-w3m
> to do ... w3m-italic '((t (:underline t)))) ... I cannot figure it
> out. Or what line do I put in .emacs-custom.el?

Try using the line

(custom-set-faces '(w3m-italic ((t (:underline t)))))

in either .emacs-custom.el, .emacs-w3m.el, or .emacs .