From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Martin Barth" Newsgroups: gmane.emacs.help Subject: tabs with cperl-mode Date: Wed, 08 Jun 2005 13:18:09 +0200 Message-ID: <7d93d678fa12d8aaf9b5be813879cf05@testdomain.com> Reply-To: martin@senfdax.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118229687 2584 80.91.229.2 (8 Jun 2005 11:21:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2005 11:21:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 08 13:21:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dfyc1-00007B-Qg for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 13:20:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfyij-0006zw-Fc for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 07:27:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dfyfo-00060Q-BY for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 07:24:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dfyfn-0005zk-0y for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 07:24:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfycO-0004qG-95 for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 07:21:08 -0400 Original-Received: from [195.225.105.119] (helo=sendet.faxe.mit.senfdax.de) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Dfyd6-0000Lh-Hp for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 07:21:52 -0400 Original-Received: from localhost ([127.0.0.1] helo=mail.senfdax.de ident=www-data) by lexx.tmtowtdi.de with smtp (Exim 4.50) id 1DfyZV-0000uo-JD for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 13:18:09 +0200 Original-To: X-Mailer: Hastymail 1.4 x-priority: 3 X-Spam-Score: -2.8 (--) 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:27343 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27343 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? thanks Martin Barth