From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Set TAB indentation and refactoring question Date: Wed, 7 Mar 2007 11:06:33 +0100 Message-ID: References: <45EE7CDB.5070100@mail.telepac.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173262079 6295 80.91.229.12 (7 Mar 2007 10:07:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 10:07:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Pedro Sa da Costa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 07 11:07:51 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 1HOt3n-00059J-4h for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Mar 2007 11:07:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOt3r-0004no-UE for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Mar 2007 05:07:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOt2i-0004Wa-Vb for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 05:06:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOt2g-0004VX-Gi for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 05:06:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOt2f-0004VL-Kk for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 05:06:41 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HOt2a-0002FS-7H for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 05:06:36 -0500 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id C437968DCA46; Wed, 7 Mar 2007 11:06:35 +0100 (CET) Original-Received: from [62.134.229.20] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.107 #114) id 1HOt2Z-00062B-00; Wed, 07 Mar 2007 11:06:35 +0100 In-Reply-To: <45EE7CDB.5070100@mail.telepac.pt> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-detected-kernel: Linux 2.4-2.6 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:41746 Archived-At: Am 07.03.2007 um 09:50 schrieb Pedro Sa da Costa: > 1 - I've setted the tab indentation for 8 spaces. But, to do the > indentation, i must do: C-q TAB (or something like that). If i do > only TAB, the indentation has 2 spaces. How can i configure only > the TAB to do the indentation of 8 spaces? The TAB key is usually (in most major modes) bound to a function that does some indentation in this mode. And it also seems to be malfunctioning in mini-buffer, i.e. doing some useless indentation when I mean exactly C-i. This question was answered a few times before on this list. Could be it has become part of an FAQ. -- Greetings Pete Genius may have its limitations, but stupidity is not thus handicapped. -- Elbert Hubbard