From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Indent region by one tabstop Date: Sat, 21 Apr 2012 08:16:14 +0200 Message-ID: <4F9250AE.1020202@easy-emacs.de> References: <87y5prm78r.fsf@mithlond.arda> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1334989002 17990 80.91.229.3 (21 Apr 2012 06:16:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2012 06:16:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 21 08:16:38 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 1SLTcb-0000m6-Aj for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2012 08:16:37 +0200 Original-Received: from localhost ([::1]:34950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLTca-0002Lt-GE for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2012 02:16:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLTcS-0002Lo-S0 for help-gnu-emacs@gnu.org; Sat, 21 Apr 2012 02:16:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLTcO-00023t-7Z for help-gnu-emacs@gnu.org; Sat, 21 Apr 2012 02:16:28 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:61006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLTcN-00023o-UI for help-gnu-emacs@gnu.org; Sat, 21 Apr 2012 02:16:24 -0400 Original-Received: from [192.168.178.27] (brln-4dbc45f8.pool.mediaWays.net [77.188.69.248]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0M6wcv-1S0uSR0mGr-00wnUW; Sat, 21 Apr 2012 08:16:22 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.28) Gecko/20120306 SUSE/3.1.20 Thunderbird/3.1.20 In-Reply-To: <87y5prm78r.fsf@mithlond.arda> X-Provags-ID: V02:K0:kd+RPWtBdNsiLjNAho43ROBoOAuSR1n5hc7kTXSxBJa bNOad8RUwN1KRo3Qhg0d7MnMu/+m5mTx+e6nDFf0Uwx9MOZ4jM 70f/mAEw00RnRhfqC3GSDtimIfVAz0G7GoKzaBi8cZ23ZxPbcR V5/wc653ig8xC7Ro5YbgNjf/9fD+J/jYoCHFHKTZeXOOaYIuW8 22T1MuB4oWKkSixwN0j7qTLKz9AE/Uzn+qG6iSXqZfarLs6L3V fHLUl1ZJcHBOp+iuJe1/eDCJ/ZNMNyO+MwsWgRAcWv17XnAvYX UL7PQcBFmNLzTe06/apmxnz8KmrDf10gAIWKgCBpaNW2stUruq zlndN16pisThJHqhuux3UaJdQv5RFJebN+M+JCO6E X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.9 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:84541 Archived-At: Am 20.04.2012 05:07, schrieb Teemu Likonen: > * BDB [2012-04-19 22:00:56 +0000] wrote: > >> 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. > > Here's my proposed improvement: > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8196 > > what about binding that at `indent-tabs-mode'? Andreas