Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!UUNET.UU.NET!mcvax!emeraude.dedlpr.bull.fr!macrakis From: mcvax!emeraude.dedlpr.bull.fr!macrakis@UUNET.UU.NET (Stavros Macrakis) Newsgroups: gnu.emacs.bug Subject: Bad \-syntax should cause error Message-ID: <8812291620.AA04220@emeraude.dedlpr.bull.fr> Date: 29 Dec 88 16:20:28 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 GNU Emacs 18.50.3 of Wed Aug 17 1988 on rigel (usg-unix-v) Many syntax errors in the use of \-escapes in strings are not signaled. This is "dangerous", especially since it is easy to be a little bit off...: Input Current value Intended value \m m \r \m-x m-x \M-x \c-x c-x \C-x \x x \\x ??? x ???