Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!ucbvax!tut.cis.ohio-state.edu!ADS.COM!sweet From: sweet@ADS.COM (John Sweet) Newsgroups: gnu.emacs Subject: Re: displaying ctrl-characters Message-ID: <8910060024.AA00424@man-ray.ads.com> Date: 6 Oct 89 00:24:43 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 I've defined a font which has bitmap representations for the characters 0-31, which are normally unprintable. GNU Emacs appears to have only two ways of displaying these characters, either (with ctl-arrow set to T) via ^T, ^@ and so on, or by displaying octal character codes preceded by a \. How can I get Emacs to display the bitmaps provided by the font instead? J