This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make python-mode not insert tabs by default.
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, fdrake
Priority: normal Keywords: patch

Created on 2000-07-04 18:40 by fdrake, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None fdrake, 2000-07-04 18:40 None
Messages (3)
msg33031 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2000-07-04 18:40
 
msg33032 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2000-07-04 18:41
This patch makes python-mode set indent-tabs-mode to nil if py-smart-indentation is off.  But it should probably set it to nil in all cases.
msg33033 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2000-07-05 11:56
The Emacs way to do this unconditionally is to set it in your python-mode-hook.  Given the existing pymode defaults, for new code, indent-tabs-mode will always be nil anyway.
History
Date User Action Args
2022-04-10 16:02:03adminsetgithub: 32515
2000-07-04 18:40:01fdrakecreate