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: 412294143 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:06:31 PDT Newsgroups: comp.lang.ada Date: 1998-11-16T00:00:00+00:00 List-Id: dennison@telepath.com writes: > > using TABS in code is very very very bad idea. > > > > please, no tabs in code. > > Unfortunately some (evil) editors actually toss them in on their own on the > theory that it saves characters. > Throw this line in your .emacs file: (setq-default indent-tabs-mode nil) and life is good...