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 22:15:56 PST Date: Tue, 11 Jun 2002 14:08:22 +0800 From: Adrian Hoe Organization: AdrianHoe.com User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada Mode for Emacs References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: mlk-195-185.tm.net.my X-Original-NNTP-Posting-Host: mlk-195-185.tm.net.my Message-ID: <3d058666_2@news.tm.net.my> X-Trace: news.tm.net.my 1023772262 mlk-195-185.tm.net.my (11 Jun 2002 13:11:02 +0800) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!gestalt.direcpc.com!DirecTVinternet!DirecTV-DSL!news-out.spamkiller.net!propagator2-maxim!propagator-maxim!pull.newsgroups.com!news1.tm.net.my Xref: archiver1.google.com comp.lang.ada:25723 Date: 2002-06-11T14:08:22+08:00 List-Id: chris.danx wrote: > "Stephen Leake" wrote in message > news:wk3cvwqdkv.fsf@acm.org... > > >>The behaviour you want is implemented by the function >> >>tab-to-tab-stop >> >>So you need to bind that to a key in ada-mode. I suggest S-tab or >>C-tab, rather than tab itself: >> >>(define-key ada-mode-map [C-tab] 'tab-to-tab-stop) >> > > :( That doesn't work. It says "identifier not found" when C-tab is pressed > when there's no identifier and "no cross-reference available for reserved > word" so I'm guessing C-tab is redefined elsewhere. > > M-tab won't work on Windows since M is alt and alt-tab is switch between > tasks/programs within Windows, S-tab is assigned to untab. > > I reassigned s-tab to tab-to-tab-stop to test it, but it gives "not > implemented"! Assigning it to another sequence "C-x\C-g" (which is free) > just gives a ping sound each time it's pressed (no text in the minibuffer) > :( This is maddening! > It doesn't work for me either. This is exhausting! Guess I will have to stick with ^Q tab for a while. :( -- Remove *nospam* to email. -- Adrian Hoe -- http://adrianhoe.com