From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a7e1cc697e6a4b51 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: newbie problem - how to Date: 1998/11/16 Message-ID: #1/1 X-Deja-AN: 412294144 Sender: matt@mheaney.ni.net References: <03F1770557943D79.F5DA81D0384C72CE.353F95DB3C8D0DD5@library-proxy.airnews.net> <87g1bwi7gj.fsf@mihalis.ix.netcom.com> <729bov$h06@drn.newsguy.com> <729p1d$l19$1@nnrp1.dejanews.com> NNTP-Posting-Date: Sun, 15 Nov 1998 22:09:19 PDT Newsgroups: comp.lang.ada Date: 1998-11-16T00:00:00+00:00 List-Id: Robert A Duff writes: > dennison@telepath.com writes: > > > Unfortunately some (evil) editors actually toss them in on their own on the > > theory that it saves characters. > > ...which has got to be one of the stupidest data-compression techniques > ever invented! > > It takes a little effort to make Emacs eliminate tabs, but it's not that > hard. But be careful not to untabify any Makefiles! :-( Use the command M-x untabify to get rid of existing tabs. Put this line in your .emacs file: (setq-default indent-tabs-mode nil) so you'll never put a tab (which are quite evil, IMHO) in your file again.