comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@acm.org>
Subject: Re: Ada Mode for Emacs
Date: Sun, 09 Jun 2002 22:42:07 GMT
Date: 2002-06-09T22:42:07+00:00	[thread overview]
Message-ID: <wk3cvwqdkv.fsf@acm.org> (raw)
In-Reply-To: phxM8.3503$A62.600726@news11-gui.server.ntli.net

"chris.danx" <spamoff.danx@ntlworld.com> writes:

> <snip requiest for "normal tab" in Ada-mode>

> The alternative emacs is currenlty imposing just looks silly.  Any ideas?

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)

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 :).

-- 
-- Stephe



  parent reply	other threads:[~2002-06-09 22:42 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-09  0:26 Ada Mode for Emacs chris.danx
2002-06-09  2:34 ` Jeremy
2002-06-09  5:19   ` David Marceau
2002-06-09  7:08     ` [OT] " Pascal Obry
2002-06-09 10:35       ` Preben Randhol
2002-06-09 10:46         ` Pascal Obry
2002-06-09 16:35         ` Darren New
2002-06-09 23:54           ` Preben Randhol
2002-06-11  9:12     ` Frode Tenneboe
2002-06-11 11:54       ` John McCabe
2002-06-11 13:10         ` Adrian Hoe
2002-06-11 15:12           ` John McCabe
2002-06-11 18:25       ` Stephen Leake
2002-06-09 13:05   ` chris.danx
2002-06-09 17:13     ` Chad R. Meiners
2002-06-10 11:07       ` Adrian Hoe
2002-06-09 17:57     ` Simon Wright
2002-06-10  9:59       ` Emmanuel Briot
2002-06-10 11:09       ` Adrian Hoe
2002-06-09 11:08 ` Simon Wright
2002-06-09 11:43   ` Preben Randhol
2002-06-09 14:14     ` Pascal Obry
2002-06-09 22:42 ` Stephen Leake [this message]
2002-06-10  1:27   ` chris.danx
2002-06-10 12:52     ` Stephen Leake
2002-06-11  6:08     ` Adrian Hoe
2002-06-11 12:11       ` chris.danx
2002-06-11 13:17         ` Adrian Hoe
2002-06-11 14:06           ` chris.danx
2002-06-10 12:00   ` chris.danx
2002-06-10 15:02 ` Georg Bauhaus
  -- strict thread matches above, loose matches on Subject: below --
1993-09-08 22:19 Ada mode for emacs munck
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox