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: Indent region by one tabstop Date: Fri, 20 Apr 2012 07:39:45 +0530 Message-ID: <81pqb3duhi.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334887830 15478 80.91.229.3 (20 Apr 2012 02:10:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2012 02:10:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: BDB Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 20 04:10:29 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 1SL3Iq-0008St-NH for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2012 04:10:28 +0200 Original-Received: from localhost ([::1]:52222 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SL3Ip-0000FP-Vb for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2012 22:10:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SL3Ig-0008VQ-8C for help-gnu-emacs@gnu.org; Thu, 19 Apr 2012 22:10:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SL3Ie-0001po-Jn for help-gnu-emacs@gnu.org; Thu, 19 Apr 2012 22:10:17 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:62490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SL3Ie-0001pS-B7 for help-gnu-emacs@gnu.org; Thu, 19 Apr 2012 22:10:16 -0400 Original-Received: by pbcup15 with SMTP id up15so505003pbc.0 for ; Thu, 19 Apr 2012 19:10:13 -0700 (PDT) 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=bJMx/g71kyX6JQD4evDQOL/PEe1uooU7nZxbTNvGRWg=; b=AAg/OJY90doKsoq0OhZEuzf+/87bhSMFEsY9gAIDDveSl2oqahLWffp6/1rPko9MtT wCyOJlaxjf+AtObqC2EkpjqNSnsxdItL+NGLJmPAiTVKUReKwphKWnI8uw3Dc9x+ddbj oknKcfMa8yTi2UWODzZucjzuZbRvZ2pmoU3YuV2lIW028geLQmsf4n9WRnNV/J/MNS7L w4aPDOMrFwZVb4ewvdAB/c/RzJDa0WQ7l1c/eJSYLkF4Y8wEQ8kkT8pQFnYojhxo6oNx WZR2VxIR43AknVyWZZem4u7qEuiXwvE5T6c8+a5mYcgVcyczApSO3u0NFGSabf0G2AAZ HARA== Original-Received: by 10.68.218.233 with SMTP id pj9mr1030569pbc.76.1334887813275; Thu, 19 Apr 2012 19:10:13 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([101.63.223.96]) by mx.google.com with ESMTPS id b10sm3861344pbr.46.2012.04.19.19.10.09 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Apr 2012 19:10:12 -0700 (PDT) In-Reply-To: (BDB's message of "19 Apr 2012 22:00:56 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:84524 Archived-At: BDB writes: > Is there a way to make emacs move a region of code left or right by one > tabstop? I don't want to use emacs' built in indentation because it's > not indenting the lines where I want them to be. You can also try C-h K C-x r o C-h K C-x r k Btw, it takes some time to get used to rectangle editing. --