� ok, here's the ordeal.
�
� for i in range(5):
�     print i
�     for i in range(2):
�       print i, 'tt'
�       for i in [3]:
�           print i
�           for i in [32]:
�               print i
�
� # 1 level, 4 space
� # 2 level, 1 tab
� # 3 level, 1 tab, 4 spaces
� # 4 level, 2 tabs.
�
� who the fuck coded the python mode in emacs? fuckhead please peruse:
� http://xahlee.org/UnixResource_dir/writ/responsible_license.html
�
� PS Thanks for the tip on (setq-default indent-tabs-mode nil).
�
�  Xah
�  [EMAIL PROTECTED]
�  http://xahlee.org/PageTwo_dir/more.html

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to