Katsuhiro Hermit Endo <hermit(a)koka-in.org> wrote:
Hi!
I'm using XEmacs 21.2.36 from CVS.
xemacs -nw and gnuclient -nw crashed with viewing a mail (Gnus) with
X-Face.
Does anyone fixed this bug ?
Not a fix, a suggestion: I shut off displaying of x-faces when in
terminal mode. Thus, at least, I can work without having to restart
xemacs every odd minute. Yes, I know, I should investigate .... too
many things in real life :-(
(when (equal (device-type) 'tty)
(setq gnus-article-x-face-too-ugly "^.*$"))