[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Input stream problem with CENTAUR 1.2
Francis Montagnac writes:
>
> In article <24366@sophia.inria.fr>, Guido.Bosch@loria.fr (Guido Bosch) writes:
> |> ...
> |> Now you will notice that the input is locked and no dialog window
> |> appeares. Typing `<return>' in the shell buffer makes it appear, but
> |> you still can't type any text in the dialog box. It seems that
> |> CENTAUR's input stream remains in the shell buffer.
> |>
> |> Could this be fixed easily?
>
> Yes, just add the following lelisp form in your .centaur (or .lelisp) file:
>
> (setq #:system:line-mode-flag ())
>
Ok, this gets rid of the lock, but I still can't type text in a dialog
window. Another #:system:<magic-varable> ?
-- Guido