help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: interpreting ^Hs in text files


From: David Kastrup
Subject: Re: interpreting ^Hs in text files
Date: 16 Jan 2003 16:43:25 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

mac@die.spammer.die.dgp.toronto.edu (Maciej Kalisiak) writes:

> Text files occasionally use double-striking using ^H to create
> effects such as bold and underlined lettering.  How do I make Emacs
> parse and interpret the text file according to this convention?

Take a look at

(defun Man-cleanup-manpage ()
  "Remove overstriking and underlining from the current buffer."

in man.el

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]