From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "objc" Newsgroups: gmane.lisp.guile.user Subject: console info Date: Fri, 7 May 2010 21:58:16 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0014_01CAEE30.65FDE760" X-Trace: dough.gmane.org 1273267692 31419 80.91.229.12 (7 May 2010 21:28:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 21:28:12 +0000 (UTC) To: =?iso-8859-1?Q?Sven_Sch=E4fer?= , Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri May 07 23:28:11 2010 connect(): No such file or directory Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OAV5d-000666-1v for guile-user@m.gmane.org; Fri, 07 May 2010 23:28:09 +0200 Original-Received: from localhost ([127.0.0.1]:52752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAV5c-0000vs-At for guile-user@m.gmane.org; Fri, 07 May 2010 17:28:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAV4M-0008Rz-PN for guile-user@gnu.org; Fri, 07 May 2010 17:26:51 -0400 Original-Received: from [140.186.70.92] (port=48065 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAV4I-0007uN-GI for guile-user@gnu.org; Fri, 07 May 2010 17:26:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAUw8-0000YD-39 for guile-user@gnu.org; Fri, 07 May 2010 17:18:21 -0400 Original-Received: from snt0-omc4-s47.snt0.hotmail.com ([65.54.51.98]:7758) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAUw7-0000Y2-UO for guile-user@gnu.org; Fri, 07 May 2010 17:18:20 -0400 Original-Received: from SNT127-DS3 ([65.55.90.200]) by snt0-omc4-s47.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 7 May 2010 13:58:18 -0700 X-Originating-IP: [86.134.186.233] X-Originating-Email: [objcjohn@hotmail.com] In-Reply-To: X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 X-OriginalArrivalTime: 07 May 2010 20:58:18.0654 (UTC) FILETIME=[052EDBE0:01CAEE28] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7766 Archived-At: This is a multi-part message in MIME format. ------=_NextPart_000_0014_01CAEE30.65FDE760 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Sven, I'm messing around with MS Windows right now... One interesting way is=20 "How to spawn console processes with redirected standard handles"=20 sample code at : http://support.microsoft.com/kb/190351 and it is quite a general solution for many applications (such as using = guile with windows). related : Having a console with windows is easy to do, and VERY useful for writing = debug info using a simple printf(). (compile with a -mconsole flag). You could hack around your guile source of course ;O). Hope this helps, obj. From: Sven Sch=E4fer=20 Sent: Friday, May 07, 2010 8:28 PM To: guile-user@gnu.org=20 Subject: (no subject) Hello, =20 I'm new in this list and I use Guile for the first time. I start Guile in a program written in C. Is it possible to disable the output "guile>" at the standard output? That means, when I start Guile there is no "guile>" in the command line = but I can give instructions to the interpreter. =20 I hope somebody can help me with this problem. =20 ------=_NextPart_000_0014_01CAEE30.65FDE760 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Sven,
 
I'm messing around with MS Windows = right=20 now...
 
One interesting way is
 
"How to spawn console processes with = redirected=20 standard handles"
 
sample code at :
http://support.microsoft.= com/kb/190351
 
and it is quite a general solution for = many=20 applications (such as using guile with windows).
 
related :
 
Having a console with windows is easy = to do, and=20 VERY useful for writing debug info using a simple printf(). (compile = with a=20 -mconsole flag).
 
You could hack around your guile = source of=20 course ;O).
 
Hope this helps,
 
obj.

From: Sven Sch=E4fer
Sent: Friday, May 07, 2010 8:28 PM
To: guile-user@gnu.org
Subject: (no subject)

Hello,

 

I=92m new in = this list and=20 I use Guile for the first time.

I start Guile = in a=20 program written in C.

Is it = possible to disable=20 the output =93guile>=94 at the standard = output?

That means, = when I start=20 Guile there is no =93guile>=94 in the command line but I can give = instructions to=20 the interpreter.

 

I hope = somebody can help=20 me with this problem.

 

------=_NextPart_000_0014_01CAEE30.65FDE760--