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: How modify numbers in a region by a multiplier? Date: Fri, 2 Jul 2010 00:38:57 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1278024009 28724 80.91.229.12 (1 Jul 2010 22:40:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 22:40:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Seweryn Kokot Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 02 00:40:07 2010 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.69) (envelope-from ) id 1OUSQR-0002DB-04 for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Jul 2010 00:40:07 +0200 Original-Received: from localhost ([127.0.0.1]:37173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUSQQ-0005Jt-6s for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Jul 2010 18:40:06 -0400 Original-Received: from [140.186.70.92] (port=39761 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUSPj-0005Fd-HT for help-gnu-emacs@gnu.org; Thu, 01 Jul 2010 18:39:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUSPe-0008UA-Ju for help-gnu-emacs@gnu.org; Thu, 01 Jul 2010 18:39:23 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:58592) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUSPe-0008U5-Cu for help-gnu-emacs@gnu.org; Thu, 01 Jul 2010 18:39:18 -0400 Original-Received: by bwz9 with SMTP id 9so1541175bwz.0 for ; Thu, 01 Jul 2010 15:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=Vc0LVA4nEXwJJu2fd4C2zk5r8I74kyP8/XmEJfFgsKI=; b=ZsxuhSBxV0F5ILFJLBrODeMF+UDapnKPspwAk1OxvGQK5ehQKysPsRLj+X/zNrYYTy TEPdY5BFdajy+aBlLnWgzKpZRXUYNNG/8cwcRGqYMWa93NjmxQo1y+4u44zR3ZN/J2LR otFQ1S5/z3k4+YVOlb7fjiQ93XWNGkSBf2ogk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Fhf2zPxkvPnTJhDOeFo3ztlj5lw7kvr/3VYm8Yl3NyqFMSIjqIvmwuG85r5mEP3fCb /BiwOIWKzCQgq6ZoLh80GSC7GegWJjKmk4yUpAOw/WoWla5WZ3Fr7iVy0PcpBCm/S6ST aWmOESXEkZhIJOIHFDcAXnVJG2pG5DTP/7RJQ= Original-Received: by 10.204.50.207 with SMTP id a15mr141946bkg.65.1278023957215; Thu, 01 Jul 2010 15:39:17 -0700 (PDT) Original-Received: by 10.204.66.77 with HTTP; Thu, 1 Jul 2010 15:38:57 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.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:74039 Archived-At: On Thu, Jul 1, 2010 at 22:36, Seweryn Kokot wrote: > Is there a canonical solution to this problem, since it seems that it should > happen frequently when using the following structure: Try using a marker instead of just the number value of `point'. Juanma