[EMAIL PROTECTED] (Jason E. Stewart) writes: > Two annoying things about recent versions of Gnus: > * I can't turn off emoticons (and it looks really stupid in source > code patches)
Does (setq gnus-treat-display-smiles nil) do the trick? > * It turns on reading of HTML'ized mail by default (and I can't > figure out how to turn it off). How about: (setq mm-automatic-display (remove "text/html" mm-automatic-display)) BTW, there is the g.e.gnus newsgroup, as well as the ding mailing list...

