Gentoo Archives: gentoo-user

From: bn <brullonulla@×××××.com>
To: gentoo users <gentoo-user@l.g.o>
Subject: [gentoo-user] [OT] Kate autoindent doesn't autoindent since upgrade to kde 4
Date: Thu, 07 Jan 2010 13:39:42
Message-Id: 4B45E8DB.9090608@gmail.com
1 Hi,
2
3 I was a happy Kate user for Python programming. Now I have a slight but
4 noticeable annoyance: it doesn't autoindent anymore when pressing
5 return. I mean, if I write:
6
7 def foo(): <return>
8 pass
9
10 I used to find the cursor in the correct indented position. Now instead
11 I find myself writing:
12
13 def foo(): <return>
14 pass
15
16 unless I actually press Tab before writing "pass".
17
18 Indenting settings were on "None". I tried changing the indenting
19 settings to "Python" or "Normal", but nothing happens. Where should I look?
20
21 Thanks,
22 m.