From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Re: tabs with cperl-mode Date: Wed, 8 Jun 2005 20:00:33 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118260841 18720 80.91.229.2 (8 Jun 2005 20:00:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2005 20:00:41 +0000 (UTC) Bcc: ilya Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 08 22:00:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dg6gs-0004px-1k for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 21:58:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg6ne-0006uw-7u for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 16:05:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!agate.berkeley.edu!agate!ilya Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: powdermilk.math.berkeley.edu Original-X-Trace: agate.berkeley.edu 1118260833 84171 169.229.140.13 (8 Jun 2005 20:00:33 GMT) Original-X-Complaints-To: usenet@agate.berkeley.edu Original-NNTP-Posting-Date: Wed, 8 Jun 2005 20:00:33 +0000 (UTC) User-Agent: trn [how to get a version via %-escapes???] with a custom header X-How-To-Reach-Me: The From: address is valid X-How-To-Disable-Cc: Put in the headers the line: Mail-Copies-To: never Originator: ilya@powdermilk Original-Xref: shelby.stanford.edu gnu.emacs.help:131895 Original-To: help-gnu-emacs@gnu.org 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:27363 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27363 [A complimentary Cc of this posting was sent to Martin Barth ], who wrote in article : > hi everyone, > > I need to just use tabs for indentiation with emacs and cperl_mode to stick > to our coding style guide. > I've search quite a while but i didnt found anything that could help me. > > in http://www.gnu.org/software/emacs/manual/emacs.html#Just%20Spaces is > decribed to use only spaces - i need the conserve way. > > any suggestions? Stop asking Emacs to indent with spaces. The default on Emacs is to indent with tabs. CPerl does not indent itself, it just calculates the amount of indentation, and asks Emacs to make the indentation. Hope this helps, Ilya