[1504] in SIPB bug reports
Re: clarinet headlines and such.
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Dec 6 13:24:30 1990
Date: Thu, 6 Dec 90 13:24:06 -0500
From: Theodore Ts'o <tytso@ATHENA.MIT.EDU>
To: Jeff Tang <jefft@ATHENA.MIT.EDU>
Cc: bug-sipb@ATHENA.MIT.EDU, cfyi@ATHENA.MIT.EDU
In-Reply-To: Jeff Tang's message of Thu, 06 Dec 90 12:11:28 EST,
Reply-To: tytso@ATHENA.MIT.EDU
From: Jeff Tang <jefft@ATHENA.MIT.EDU>
Date: Thu, 06 Dec 90 12:11:28 EST
Sender: jefft@ATHENA.MIT.EDU
Using gnus, I get all these things at the beginning and end of the
messages I get over clarinet. The look something like.
_U_n_i_t_e_d_ _P_r_e_s_s_ _I_n_t_e_r_n_a_t_i_o_n_a_l
Going through and deleting all instances of _^H get's me.
United Press International
While I can do this myself, or actually read it if I take the time, it's
quite annoying.
Yes, it is annoying. One solution is to load the man library, and then
use the function "M-x nuke-nroff-bs" which will strip out the _^H's.
Try putting this in your .emacs file:
(load-library "man")
(setq gnus-Article-prepare-hook 'nuke-nroff-bs)
This should fix things. (cc'ed to cfyi because this is probably of general
interest)
- Ted