From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: C-u self-insert-char Date: Sat, 3 Jan 2009 00:53:37 +0100 Message-ID: References: <32c2d34a-4333-4eb5-a49b-25763153ab16@a12g2000pro.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230940446 10177 80.91.229.12 (2 Jan 2009 23:54:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Jan 2009 23:54:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: jrwats Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 03 00:55:15 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LItrG-0006UM-Bq for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Jan 2009 00:55:14 +0100 Original-Received: from localhost ([127.0.0.1]:58221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LItq0-0005nr-Tn for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Jan 2009 18:53:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LItpj-0005kz-Mc for help-gnu-emacs@gnu.org; Fri, 02 Jan 2009 18:53:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LItpi-0005k5-Qe for help-gnu-emacs@gnu.org; Fri, 02 Jan 2009 18:53:39 -0500 Original-Received: from [199.232.76.173] (port=41963 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LItpi-0005jn-Jp for help-gnu-emacs@gnu.org; Fri, 02 Jan 2009 18:53:38 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.156]:53461) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LItpi-0000Ud-9Z for help-gnu-emacs@gnu.org; Fri, 02 Jan 2009 18:53:38 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so2158398ywk.66 for ; Fri, 02 Jan 2009 15:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=mAiWAG6oUuYJoeRIi3Dvhjt1xQPLc8pXi5dbCmy0pRI=; b=pU8qjETFyJGC1kWwAiQkpxNzecFvZAhijuSQ0yKbUHR/9WKXC0fSVuAgdQzXthSr77 NZ1PIZ4ythRu9I4oBP4nqq4A9gS7D6I6AMvSWvi11fsNmEfEWRJjMEzF314JUg+IMSqU bkJRYA9jfrVZVnpRYtwr7mM7iTeSTT+tVNmkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=v/7RTFtv37D1c0D9mjdC1lQCSZbGzYD8Md5fKNihXaIzZu2hxFmZVIcKoHRttB4Rdi vCgg2c4PaxnVhblZyySzlVQSkDHzOnV2bqVW9F/6mSOg8CxrKmPGOWXeFgw7GuztlHGw gUXiuFQw3ytf/jLcBxgQpFhsqPzshYSBE9/Ek= Original-Received: by 10.100.228.13 with SMTP id a13mr10049080anh.110.1230940417221; Fri, 02 Jan 2009 15:53:37 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Fri, 2 Jan 2009 15:53:37 -0800 (PST) In-Reply-To: <32c2d34a-4333-4eb5-a49b-25763153ab16@a12g2000pro.googlegroups.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61025 Archived-At: On Sat, Jan 3, 2009 at 00:23, jrwats wrote: > So I'd like to enter a repetition of numbers quickly like 16 7's for > instance. > > C-U 1-6-7 doesn't for obvious reasons. Same with M-167 Does C-1-6-u 7 work for you? Juanma