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-11 05:24:36 PST Path: archiver1.google.com!news1.google.com!sn-xit-03!supernews.com!pd2nf1so.cg.shawcable.net!residential.shaw.ca!news-out.spamkiller.net!propagator2-la!propagator-la!news-in.superfeed.net!netnews.com!newsfeed.icl.net!newspeer.clara.net!news.clara.net!peernews!peer.cwci.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: <3d058666_2@news.tm.net.my> 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: <4OlN8.1209$Zv4.43434@news8-gui.server.ntli.net> Date: Tue, 11 Jun 2002 13:11:22 +0100 NNTP-Posting-Host: 80.5.140.234 X-Complaints-To: abuse@ntlworld.com X-Trace: news8-gui.server.ntli.net 1023797504 80.5.140.234 (Tue, 11 Jun 2002 13:11:44 BST) NNTP-Posting-Date: Tue, 11 Jun 2002 13:11:44 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:25734 Date: 2002-06-11T13:11:22+01:00 List-Id: "Adrian Hoe" wrote in message news:3d058666_2@news.tm.net.my... > chris.danx wrote: > > It doesn't work for me either. This is exhausting! No, look at Stephens other post. I didn't reply to it on cla since Stephen thought it'd be better taken off cla since it was more emacs than Ada which is fair enough. Stephens instructions will give you a tab character (I think, will double check) instead of spaces, which isn't exactly the behaviour I wanted (still playing around with the options to see if it does spaces, I know hitting delete makes it jump back to the previous tab stop -- which you need to edit from 3 to 60 say). In the meantime I defined the following using Stephens instructions as a guide: ; this goes in a custom file (e.g. ada-mode-keys.el). ; (fset 'danx-space-indent "\C-u3 ") (define-key ada-mode-map [C-tab] 'danx-space-indent) ; this goes in your .emacs file or default file ; (which I can't find). ; (eval-after-load "ada-mode" '(load "ada-mode-keys")) > Guess I will have > to stick with ^Q tab for a while. :( That gives "^@" as text here. Chris