Re: indentation whitespace tabs -> spaces

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jeff Garland
日付:  
To: plug-discuss
題目: Re: indentation whitespace tabs -> spaces
On Mon, 7 Mar 2005 01:28:13 -0700, Craig Brooksby wrote

Try this:

1) Select all
 C-x H           
2) remove tabs
 M-x untabify   


To avoid this modify your .xemacs/custom.el or .emacs file:

(setq-default indent-tabs-mode nil) ;spaces - not tabs on indent

Jeff

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss