help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Solved: Re: tabs with cperl-mode


From: Martin Barth
Subject: Solved: Re: tabs with cperl-mode
Date: Thu, 09 Jun 2005 09:06:04 +0200

> align everything on multiples of 8.  I.e. start by setting
> cperl-indent-level to 8.

I changed that. It works :) And i was confused again, because i had 

(setq tab-width 4)

in my .emacs . So I googled a bit and I found the solution.
so this works fine for me:

(setq cperl-continued-statement-offset 4)
(setq cperl-indent-level 4)
(setq cperl-tab-always-indent t)
(setq default-tab-width 4)


thanks a lot for your help
Regards
Martin Barth





reply via email to

[Prev in Thread] Current Thread [Next in Thread]