> 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



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to