Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!netserv2!deven From: deven@rpi.edu (Deven T. Corzine) Newsgroups: gnu.emacs.gnus Subject: Re: Underlined words Message-ID: Date: 10 Feb 90 00:19:32 GMT References: Organization: Rensselaer Polytechnic Institute, Troy, NY Lines: 52 In-Reply-To: karl@cheops.cis.ohio-state.edu's message of 8 Feb 90 19:11:13 GMT watson@shinobu.sgi.com writes: watson> Then I suppose I'd settle for a way, in a given mode, to get watson> emacs simply not to display sequences of control-H; underline. On 8 Feb 90 19:11:13 GMT, karl@cheops.cis.ohio-state.edu (Karl Kleinpaste) said: Karl> I suggest that you put gnus-Article-prepare-hook to use in such Karl> a way that you invoke what amounts to a query-replace of "_\C-h" Karl> => "" globally. Sometimes I begin to wonder if anyone ever reads the things I post. I posted a solution to this months back: Path: pawl!shadow From: shadow@pawl.rpi.edu (Deven T. Corzine) Date: 23 Sep 89 03:13:06 Organization: Rensselaer Polytechnic Institute, Troy, NY Newsgroups: gnu.emacs.gnus Subject: Removing Underlining... Distribution: gnu Quick note: (setq gnus-Article-prepare-hook '(lambda () (ununderline-region (point-min) (point-max)))) will remove all underlining from an article... [but not from the *Subject* buffer.] Deven -- Deven T. Corzine Internet: deven@rpi.edu, shadow@pawl.rpi.edu Snail: 2151 12th St. Apt. 4, Troy, NY 12180 Phone: (---) --none-- Bitnet: deven@rpitsmts, userfxb6@rpitsmts UUCP: uunet!rpi!deven Simple things should be simple and complex things should be possible. -------- Geez. Deven -- Deven T. Corzine Internet: deven@rpi.edu, shadow@pawl.rpi.edu Snail: 2151 12th St. Apt. 4, Troy, NY 12180 Phone: (518) 274-0327 Bitnet: deven@rpitsmts, userfxb6@rpitsmts UUCP: uunet!rpi!deven Simple things should be simple and complex things should be possible.