Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!utah-gr!stride!mitch From: mitch@Stride.COM (Thomas Mitchell) Newsgroups: comp.emacs Subject: Re: Inserting 100 zeroes Message-ID: <852@stride.Stride.COM> Date: 31 Aug 88 17:07:32 GMT References: <3999@freja.dk> <280@hropus.UUCP> Reply-To: mitch@stride.stride.com.UUCP (Thomas Mitchell) Organization: MicroSage, 680 S. Rock Blvd, Reno, NV 89502 Lines: 20 In article <280@hropus.UUCP> jgy@hropus.UUCP (John Young) writes: >> How do I insert one hundred zeroes in a buffer? >> For any non-digit character I >> just do "C-u 1 0 0 ", but of course, this does not work for digits. How >> can it be done, less of typing 100 zeroes manually. >Try "C-u 1 0 0 C-q 0 6 0" Not to clean but........ I always have trouble with octal so. I think these bindings are common. Define a quick keyboard macro ;;C-x(0C-x) Then set up a count (already have 1) ;;C-u99 Now the keyboard macro ;;C-xe Does save looking up octal ;-) -- Thomas P. Mitchell (mitch@stride1.Stride.COM) Phone: (702)322-6868 TWX: 910-395-6073 FAX: (702)322-7975 MicroSage Computer Systems Inc. Opinions expressed are probably mine.