Re: indentation whitespace tabs -> spaces

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jeff Garland
Date:  
To: plug-discuss
Subject: 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