Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!bu-cs!dartvax!eleazar.dartmouth.edu!earleh From: earleh@eleazar.dartmouth.edu (Earle R. Horton) Newsgroups: comp.emacs Subject: Re: Inserting 100 zeroes Message-ID: <9940@dartvax.Dartmouth.EDU> Date: 27 Aug 88 07:04:50 GMT References: <3999@freja.dk> Sender: news@dartvax.Dartmouth.EDU Reply-To: earleh@eleazar.dartmouth.edu (Earle R. Horton) Organization: Dartmouth-Thayer Radio Astronomy Research Group Lines: 14 In article <3999@freja.dk> seindal@freja.dk (Rene' Seindal) writes: > >How do I insert one hundred zeroes in a buffer? ... >I know it is a silly question. I just wondered. ESC 1 0 0 C-q 0 6 0 C-q [0-7][0-7][0-7] lets you insert octal characters into the buffer. To get 100 sevens, type ESC 100 C-q 0 6 7. To get any of the other digits between zero and seven, interpolate. Earle R. Horton.