Xref: utzoo comp.emacs:6996 comp.text:5248 Path: utzoo!attcan!uunet!ginosko!gem.mps.ohio-state.edu!apple!agate!shelby!polya!weening From: weening@Gang-of-Four.Stanford.EDU (Joe Weening) Newsgroups: comp.emacs,comp.text Subject: Re: TeX mode in GNU-Emacs Message-ID: Date: 14 Oct 89 22:47:55 GMT References: <1109@mtung.ATT.COM> Sender: USENET News System Followup-To: comp.emacs Organization: Computer Science Department, Stanford University Lines: 14 In-reply-to: slj@mtung.ATT.COM's message of 10 Oct 89 15:53:33 GMT TeX already does what you want. From plain.tex (or lplain.tex for LaTeX): \def\^^M{\ } % control = control \def\^^I{\ } % same for So "\" followed by a newline or tab is the same as "\" followed by space. (Also don't worry that newline is ^J on Unix; it is translated to ^M before the rest of TeX sees it, so that TeX behaves the same on all systems.) -- Joe Weening Computer Science Dept. weening@Gang-of-Four.Stanford.EDU Stanford University