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 to specify argument to move-to-column function Date: Wed, 14 Feb 2007 15:38:58 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171463966 687 80.91.229.12 (14 Feb 2007 14:39:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Feb 2007 14:39:26 +0000 (UTC) Cc: Gnu Emacs Mailing List To: "Ankur Jain" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 14 15:39:19 2007 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 1HHLHw-0006a9-Ey for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Feb 2007 15:39:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHLHv-0006OB-J4 for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Feb 2007 09:39:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHLHi-0006O6-Uu for help-gnu-emacs@gnu.org; Wed, 14 Feb 2007 09:39:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHLHg-0006Ml-BD for help-gnu-emacs@gnu.org; Wed, 14 Feb 2007 09:39:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHLHg-0006Me-7k for help-gnu-emacs@gnu.org; Wed, 14 Feb 2007 09:39:00 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.235]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHLHf-000818-T1 for help-gnu-emacs@gnu.org; Wed, 14 Feb 2007 09:39:00 -0500 Original-Received: by nz-out-0506.google.com with SMTP id s1so181870nze for ; Wed, 14 Feb 2007 06:38:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QewSia8XX1tqpPQDZMa1Oj/DBhj8rinuXnuvzOOnIhIiyHUlDW5MwbQECxlckmIZi4Woghs7CfW5p7lZZwXOFbkDbssazxdT3wOjNyVH2pB577ds2poKN6dFSO6Zq23XmYVW7YngdwvQPk73qiIZ9YpsgE0RWTner1s+TNyTIW4= Original-Received: by 10.115.93.16 with SMTP id v16mr176744wal.1171463938973; Wed, 14 Feb 2007 06:38:58 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Wed, 14 Feb 2007 06:38:58 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:41194 Archived-At: On 2/14/07, Ankur Jain wrote: > I cannot specify the column parameter to move to a particular column say 20. Try "C-2 C-0 M-x move-to-column RET". That's Control-2, Control-0, Meta-x (known as Alt-x in many keyboards), etc. If you're going to use `move-to-column' often perhaps it'd be better to bind it to any unused key. Juanma