No tabs in post PLEASE!!! (was Re: partial list sort)
François Pinard
pinard at iro.umontreal.ca
Thu Oct 10 14:24:59 EDT 2002
More information about the Python-list mailing list
Thu Oct 10 14:24:59 EDT 2002
- Previous message (by thread): No tabs in post PLEASE!!! (was Re: partial list sort)
- Next message (by thread): No tabs in post PLEASE!!! (was Re: partial list sort)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Skip Montanaro] > (defun untab-buffer () > (untabify (point-min) (point-max))) > > (add-hook 'mail-send-hook 'untab-buffer) It happens, sometimes, that you ought to preserve TABs. For example, when you are sending diffs. So the rule should not be burned too deep in your outgoing mailer. -- François Pinard http://www.iro.umontreal.ca/~pinard
- Previous message (by thread): No tabs in post PLEASE!!! (was Re: partial list sort)
- Next message (by thread): No tabs in post PLEASE!!! (was Re: partial list sort)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list