From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthias =?iso-8859-15?Q?F=F6rste?= Newsgroups: gmane.emacs.help Subject: Re: tabs with cperl-mode Date: Wed, 08 Jun 2005 18:49:32 +0200 Message-ID: <877jh4iyjn.fsf@matthi.local> References: <7d93d678fa12d8aaf9b5be813879cf05@testdomain.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118249509 12370 80.91.229.2 (8 Jun 2005 16:51:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2005 16:51:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 08 18:51:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dg3kq-0007iu-IO for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 18:50:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg3rb-0003HO-88 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 12:57:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dg3qp-00033Y-Vt for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 12:56:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dg3qo-000336-4C for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 12:56:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg3qn-00032s-So for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 12:56:21 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Dg3rJ-00079z-3J for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 12:56:53 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dg3iN-0007JP-7E for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 18:47:39 +0200 Original-Received: from port-212-202-0-232.dynamic.qsc.de ([212.202.0.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2005 18:47:39 +0200 Original-Received: from slashdevslashnull by port-212-202-0-232.dynamic.qsc.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2005 18:47:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: port-212-202-0-232.dynamic.qsc.de User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:9fCU2j07CzF8851iIwPHNjaNYzk= 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:27356 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27356 "Martin Barth" writes: > Hi, > >> C-q TAB ? Would this work? OTOH: couldn't you switch off cperl-mode, >> i.e. remove Perl files from auto-mode-alist? > well, C-q TAB would be something like a workaround since I am using > cperl-mode because I write perl code *g*. > > and I like the cperl-mode indent function with TAB but i need only \t > instead of spaces. Maybe you could replace indentation spaces with tabs in a write-file-hook ?