comp.lang.ada
 help / color / mirror / Atom feed
* urgent glide question
@ 2002-07-10 20:38 Jan Prazak
  2002-07-10 18:58 ` Simon Wright
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Prazak @ 2002-07-10 20:38 UTC (permalink / raw)


Hello,

I have found out that there is an IDE add-on for emacs, called glide. It
seems to be the only "good" IDE for gnat, since tia and grasp are very
user-unfriendly (and do not work correctly on my PC).

But there seems to be a problem when running terminal-applications (text
mode) under emacs/glide. Take a look at this simple example:

-----------------------
with Ada.Text_IO;
use Ada.Text_IO;

procedure LEdit is
S : String(1..20);
I : Integer;
begin
   New_Line;

   Put("Enter a string: ");

   Get_Line(S, I);

   New_Line(3);

   Put_Line("You have entered: " & S(1..I));
end LEdit;
------------------------------------------

When I execute it in emacs, it is shown in a separate window (below the
source code) (that's ok), but when I enter something and press enter,
nothing happens, the cursor just goes to next line. I have then to kill
the running program to stop it (because ctrl+c doesn't work). What's
that??? How to solve it? Is there a possibility to run all compiled
programs in a terminal (KDE shell)? (There it works.)

Thanks!
Jan




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-07-10 23:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1026329582.31072.comp.lang.ada@ada.eu.org>
2002-07-10 22:44 ` urgent glide question Jan Prazak
2002-07-10 20:38 Jan Prazak
2002-07-10 18:58 ` Simon Wright
2002-07-10 22:44   ` Jan Prazak
2002-07-10 23:19   ` Jan Prazak

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