[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: <em> rendered in standalone w3m, but not emacs-w3m
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 09 Oct 2008 08:20:47 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10385
- References: <b4mprmahg5w.fsf@xxxxxxx> <87od1u8zcp.fsf@xxxxxxxxxxx>
>>>>> 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 .