Path: utzoo!attcan!uunet!husc6!bloom-beacon!athena.mit.edu!dmjones From: dmjones@athena.mit.edu (David M. Jones) Newsgroups: comp.emacs Subject: Re: Inserting 100 zeroes Message-ID: <7103@bloom-beacon.MIT.EDU> Date: 18 Sep 88 01:55:20 GMT References: <3999@freja.dk> <12012@steinmetz.ge.com> <1588@daimi.UUCP> <1293@mcgill-vision.UUCP> <12151@steinmetz.ge.com> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: dmjones@athena.mit.edu (David M. Jones) Organization: Massachusetts Institute of Technology Lines: 20 In article <12151@steinmetz.ge.com> davidsen@kbsvax.steinmetz.UUCP (William E. Davidsen Jr) writes: >|In article <1588@daimi.UUCP>, jnp@daimi.UUCP (J|rgen N|rgaard) writes: >|> Numerals _ARE_ special. > You must be using some brain damaged version of emacs which doesn't >have the quote function implemented (correctly). Actually, treating numerals specially _is_ the correct implementation -- if you are using GNU emacs. The documentation for quoted-insert reads: Read next input character and insert it. Useful for inserting control characters. You may also type up to 3 octal digits, to insert a character with that code. Perhaps misunderstandings such as this could be avoided in the future if posters would identify the flavor of emacs being referred to. David M. Jones.