From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ariel Shaqed (Scolnicov)" Newsgroups: gmane.emacs.help Subject: Re: Insertion of decimal digits with digit-argument Date: Fri, 06 Jul 2007 12:35:48 +0300 Organization: Correlix Message-ID: <468e095e@news.bezeqint.net> References: <1183652458.226603.92760@n60g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit X-Trace: sea.gmane.org 1183719410 7194 80.91.229.12 (6 Jul 2007 10:56:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jul 2007 10:56:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 06 12:56:49 2007 connect(): Connection refused 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 1I6lUU-0006aU-8K for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jul 2007 12:56:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6lUT-0006Lr-U0 for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jul 2007 06:56:45 -0400 Original-Newsgroups: gnu.emacs.help Original-Lines: 17 User-Agent: KNode/0.10.4 Original-NNTP-Posting-Host: 88.153.86.52 Original-X-Trace: news.bezeqint.net 1183713630 88.153.86.52 (6 Jul 2007 12:20:30 +0300) Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!nx01.iad01.newshosting.com!newshosting.com!news.bezeqint.net!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:149911 X-Mailman-Approved-At: Fri, 06 Jul 2007 06:55:57 -0400 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:45501 Archived-At: Nordlöw wrote: > Hey again, Hackers! > > I would like to be able to insert decimal digits with digit-argument. > > Therefore I would like the key combination "C-3 7" or "M-3 7" to > insert three sevens instead of becoming a digit-argument of 37. How > can I make this happen? > You can use C-u inside the universal argument (try "C-h k C-u" for a full description). "C-3 C-u 7" inserts "777", as does "M-3 C-u 7". HTH, -- Ariel.