From: cjw at connection.com (Colin J. Williams) Date: Wed, 14 Apr 1999 22:04:33 -0400 Subject: Pythonw Tab setting Message-ID: <37154931.19739780@connection.com> X-UID: 132 The program AutoIndent.py has: prefertabs = 0 spaceindent = 4*" " Should spaceindent be changed to 2 if one wishes the tabs to have that value? Currently I use PythonWin which permits the user to change the Tab value (incidentally, it also provides for breakpoints). Any advice would be appreciated. Colin W.