home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4050 < prev    next >
Encoding:
Text File  |  1992-09-09  |  941 b   |  28 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!convex!news.utdallas.edu!corpgate!crchh327!mac
  3. From: mac@bnr.ca (Michael Campbell)
  4. Subject: Re: Need help with TABith TABS & Is there a PASCAL Mode?
  5. Message-ID: <1992Sep09.171648.3781@bnr.ca>
  6. Keywords: emacs, TABS, PASCAL
  7. Sender: news@bnr.ca (News on crchh327)
  8. Nntp-Posting-Host: crchh570
  9. Organization: Bell-Northern Research, Richardson, Tx.
  10. References: <1992Sep09.164543.3179@bnr.ca>
  11. Distribution: usa
  12. Date: Wed, 09 Sep 1992 17:16:48 GMT
  13. Lines: 13
  14.  
  15. Baji (and anyone else interested), 
  16.  
  17. To force emacs to do indentation with spaces only, I have the
  18. following in my .emacs:
  19.  
  20.   (setq indent-tabs-mode nil)
  21.  
  22. This seems to do the trick. See GNU Emacs "bible" by Richard
  23. Stallman, for Version 18, page 111 (Section 19.3 - Tabs vs. 
  24. Spaces).
  25.  
  26. Sorry, can't help on the Pascal mode, but other posters have 
  27. suggested that the Modula-2 mode may help.
  28.