From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Yen Tran" Newsgroups: gmane.emacs.help Subject: indentation Date: Wed, 22 Oct 2003 18:14:24 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1066871896 9644 80.91.224.253 (23 Oct 2003 01:18:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 01:18:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 23 03:18:14 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACU7C-0004Ij-00 for ; Thu, 23 Oct 2003 03:18:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACU5k-0007Il-D7 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2003 21:16:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ACU4O-0007Ak-HI for help-gnu-emacs@gnu.org; Wed, 22 Oct 2003 21:15:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ACU3l-000704-Ub for help-gnu-emacs@gnu.org; Wed, 22 Oct 2003 21:15:12 -0400 Original-Received: from [63.70.210.59] (helo=mms2.broadcom.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACU3l-0006zJ-2l for help-gnu-emacs@gnu.org; Wed, 22 Oct 2003 21:14:41 -0400 Original-Received: from 63.70.210.1 by mms2.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.5.3)); Wed, 22 Oct 2003 18:14:28 -0700 Original-Received: from PCIRVCYENTRAN (dhcp-3-144-80.broadcom.com [10.3.144.80]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with SMTP id SAA22904 for ; Wed, 22 Oct 2003 18:13:59 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-WSS-ID: 1389F4FE164017-01-01 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13479 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13479 Hi, How do I leave indentation mode unchanged? For example, if current *.c or *.cpp file is using 5 spaces as indentation, then use 5 spaces; if it's using 4-space tab, then use tab. By default, everything I edit with emacs adds tab to file. Version I am using is GNU Emacs 21.2.1. Thanks, --yen