From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: Re: How to indent several lines(one region) left? Date: Tue, 24 Jan 2006 21:49:35 +0100 Message-ID: <87k6cpwduo.fsf@hans.local.net> References: <873bje6ojc.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138144061 15055 80.91.229.2 (24 Jan 2006 23:07:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 23:07:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 25 00:07:39 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1XGC-0005we-ET for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jan 2006 00:07:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1XHi-0000Ze-Vg for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Jan 2006 18:09:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1WzU-00036P-Nq for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 17:50:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1WzR-00034L-Pg for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 17:50:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1WZU-0001dU-0F for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 17:23:28 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1F1VFL-0000vu-9C for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 15:58:35 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F1V6j-0003Ch-C1 for help-gnu-emacs@gnu.org; Tue, 24 Jan 2006 21:49:41 +0100 Original-Received: from p54a70ca5.dip0.t-ipconnect.de ([84.167.12.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jan 2006 21:49:41 +0100 Original-Received: from dieter by p54a70ca5.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jan 2006 21:49:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a70ca5.dip0.t-ipconnect.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Q0B9hCMOhRZIBL6p3m3uesAPufM= 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:32834 Archived-At: Hans-Christoph Wirth writes: > Pascal Bourguignon wrote: >> >> Also, on X, you can type: C-1 C-2 C-x TAB as a shortcut for C-u 12 C-x TAB >> (not for negative arguments). > ^^^^^^^^^^^^^^^^ > > C-- C-1 C-2 C-x TAB works for me, and so does C-1 C-2 C-- C-x TAB and > even C-1 C-- C-2 C-x TAB. Well, it's a matter of familiarisation, I'm more used to M--12 C-x TAB (Meaning constantly pressing the ALT key while typing '-' & '1' & '2'). In fact I didn't even know that it works with CTRL as well! Great -- Best wishes Dieter Wilhelm