comp.lang.ada
 help / color / mirror / Atom feed
From: Jan Prazak <janp9@gmx.net>
Subject: urgent glide question
Date: Wed, 10 Jul 2002 19:38:49 -0100
Date: 2002-07-10T19:38:49-01:00	[thread overview]
Message-ID: <pan.2002.07.10.19.37.29.375700.2792@gmx.net> (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




             reply	other threads:[~2002-07-10 20:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-10 20:38 Jan Prazak [this message]
2002-07-10 18:58 ` urgent glide question Simon Wright
2002-07-10 22:44   ` Jan Prazak
2002-07-10 23:19   ` Jan Prazak
     [not found] <mailman.1026329582.31072.comp.lang.ada@ada.eu.org>
2002-07-10 22:44 ` Jan Prazak
replies disabled

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