From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: problem repeat entry for a number Date: Wed, 07 Mar 2012 09:12:23 +0530 Message-ID: <81pqcp13hc.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331091771 17454 80.91.229.3 (7 Mar 2012 03:42:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2012 03:42:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: source liu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 07 04:42:51 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S57m5-0006iF-TE for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Mar 2012 04:42:50 +0100 Original-Received: from localhost ([::1]:33884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S57m5-0002Ox-2T for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Mar 2012 22:42:49 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S57m0-0002OT-Ax for help-gnu-emacs@gnu.org; Tue, 06 Mar 2012 22:42:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S57ly-0001V7-KF for help-gnu-emacs@gnu.org; Tue, 06 Mar 2012 22:42:43 -0500 Original-Received: from mail-pz0-f52.google.com ([209.85.210.52]:52733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S57ly-0001Uw-BR for help-gnu-emacs@gnu.org; Tue, 06 Mar 2012 22:42:42 -0500 Original-Received: by dadp12 with SMTP id p12so6374612dad.39 for ; Tue, 06 Mar 2012 19:42:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=M5tR9X02A9JqStNdWYmc+L1OHA6omSvTBbrNVrbfpJo=; b=EmNh/CB8v+fgrrGh8OSUbmQ/KMdVdc8zkoBn+4QDAIPSDn2gGQf2xMOWPwbCoQl6s6 IoFnY+At4kHPsjRaD9RueATB2ZvR/2B/gCFcZEcJFx1sNMRLds1JDABAlKOv8jj4Wi85 PDe1iCWvY+iLDEnPgx+5vMqW89WHlOc/OcLdK4ZSOA0eR80NwsEMLhkUtdDPy+zxs3uX Wr1RPP0ZDJPgbQLRSIGnf2Os1pHKwOpCEaK8cSeIZ3TEr0xw/hHW3j0k+FPDt772TiS7 LJEKOoa4W6Z/vnLgDI+kRv14hsnfregQ3wwmw43aSwrJEd0XKntlZCbWMzKu+BShjWpE nh+g== Original-Received: by 10.68.203.99 with SMTP id kp3mr1548929pbc.36.1331091759110; Tue, 06 Mar 2012 19:42:39 -0800 (PST) Original-Received: from JAMBU-NETBOOK ([115.242.231.183]) by mx.google.com with ESMTPS id y3sm27498pbr.46.2012.03.06.19.42.35 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 19:42:38 -0800 (PST) In-Reply-To: (source liu's message of "Wed, 7 Mar 2012 11:03:24 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.52 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83958 Archived-At: source liu writes: > hi list, > > i know one should repeat a command by C-u + + command, for > 'aaaaaaa' just type C-u 8 a. > > but i've come across to a problem such as '99999999', that doesn't > work properly i'm afraid. C-u 9 9 would treat the 9 9 as '99' which > means 99 times and expecting next input. Is there any suggestion to > input such a case. C-u 9 C-q 9 --