Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!BERKELEY.EDU!wilensky%larch.Berkeley.EDU From: wilensky%larch.Berkeley.EDU@BERKELEY.EDU (Robert Wilensky) Newsgroups: gnu.emacs.bug Subject: bug? Message-ID: <8906072131.AA11052@larch.Berkeley.EDU> Date: 7 Jun 89 21:31:05 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 The documentation describes an ``escape'' character syntax, which strips the subsequent character of special syntactic significance. Problem is, one would like an escaped character to be treated as an ordinary ``word'' character, so that fill commands do not wreck havoc. E.g., ``A\ B'' should be treated as a single word if ``\'' is an escape character. Unfortunately, this appears not to be the case. I suspect it's a judgment call whether this should be the definition of standard escape, but some ``escape-to-word-character'' syntax is merited. RW