On Wed, Jan 08, 2003 at 12:27:53PM +0000, Jos?  Matos wrote:
> On Wednesday 08 January 2003 11:58, Lars Gullik Bj?nnes wrote:
> >
> > (setq py-indent-offset 8)
> >
> > should do the trick.
> >
> > (M-x set-variable RET py-indent-offset RET 8 RET)
> 
>   Ok, I already knew that (trial and error), but there is a small (not) 
> problem. It really inserts 8 spaces and not a tab. Andr? will not like it.
> 
>   And ^Q + TAB is not a reasonable solution.

You need to add
(setq-default indent-tabs-mode t)

Reply via email to