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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c1b4b86c91ace6ed X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-10 05:01:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!west.cox.net!cox.net!newspeer1-gui.server.ntli.net!ntli.net!news8-gui.server.ntli.net.POSTED!53ab2750!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: Subject: Re: Ada Mode for Emacs X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Mon, 10 Jun 2002 13:00:52 +0100 NNTP-Posting-Host: 80.5.140.234 X-Complaints-To: abuse@ntlworld.com X-Trace: news8-gui.server.ntli.net 1023710474 80.5.140.234 (Mon, 10 Jun 2002 13:01:14 BST) NNTP-Posting-Date: Mon, 10 Jun 2002 13:01:14 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:25660 Date: 2002-06-10T13:00:52+01:00 List-Id: "Stephen Leake" wrote in message news:wk3cvwqdkv.fsf@acm.org... > "chris.danx" writes: > As others have pointed out, the "standard" Ada-mode tab function is > extremely useful in normal code. Give it a try, you'll like it > eventually :). I've got a solution using a macro: (fset 'danx-space-indent "\C-u3 ") (global-set-key "\C-c\C-t" 'danx-space-indent) It's only going to used in Ada mode (or modes that don't insert actual tab characters) and sparingly, so as not to break tools that expect tabs. Chris