help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] Emacs mode glitch (keeps going back to intera


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] Emacs mode glitch (keeps going back to interactor window)
Date: Tue, 04 Mar 2008 05:11:04 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/180 Post a follow up: http://smalltalk.gnu.org/project/comments/add/180

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  jeronimo
Updated by:   bonzinip
-Status:       active
+Status:       fixed

Ok, I'm committing it (and also the one for node 179).  This patch is
also necessary.

diff --git a/main.c b/main.c
index e38d293..d770c3a 100644
--- a/main.c
+++ b/main.c
@@ -229,6 +229,7 @@ parse_args (int argc,
       case OPT_EMACS_MODE:
          stdin_prompt = EMACS_PROCESS_MARKER "st> ";
         gst_set_var (GST_VERBOSITY, 1);
+         flags |= GST_NO_TTY;
         break;
       case 'q':
       case 'Q':






reply via email to

[Prev in Thread] Current Thread [Next in Thread]