From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Sven_Sch=E4fer?= Newsgroups: gmane.lisp.guile.user Subject: AW: console info Date: Sat, 8 May 2010 08:28:38 +0200 Message-ID: <2A612F7112B54D1DA52B54DA21692B1A@SvenPC> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01CAEE88.75E75BE0" X-Trace: dough.gmane.org 1273300136 9528 80.91.229.12 (8 May 2010 06:28:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 May 2010 06:28:56 +0000 (UTC) To: "'objc'" , Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat May 08 08:28:54 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 1OAdWv-0007Hm-Ja for guile-user@m.gmane.org; Sat, 08 May 2010 08:28:54 +0200 Original-Received: from localhost ([127.0.0.1]:42196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAdWu-0004tf-OZ for guile-user@m.gmane.org; Sat, 08 May 2010 02:28:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAdWn-0004sg-KA for guile-user@gnu.org; Sat, 08 May 2010 02:28:45 -0400 Original-Received: from [140.186.70.92] (port=36449 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAdWj-0004sI-N1 for guile-user@gnu.org; Sat, 08 May 2010 02:28:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAdWi-00007x-2N for guile-user@gnu.org; Sat, 08 May 2010 02:28:41 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:38014) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAdWh-00007s-Cq for guile-user@gnu.org; Sat, 08 May 2010 02:28:40 -0400 Original-Received: from smtp08.web.de ( [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id C11D116016C2D; Sat, 8 May 2010 08:28:37 +0200 (CEST) Original-Received: from [93.193.110.151] (helo=SvenPC) by smtp08.web.de with asmtp (WEB.DE 4.110 #4) id 1OAdWf-0003bQ-00; Sat, 08 May 2010 08:28:37 +0200 In-Reply-To: X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcruJ/euQ6wAxOX5Sj6FWn2yi4IgyQATY9Lg X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7600.16385 X-Sender: sven-schaefer-ww@web.de X-Provags-ID: V01U2FsdGVkX1+t4q8knzIkUE7xJUm+X8si2WkO7xqhht0nwOmH XnMfp0W6dvKvuiKoudDs7MtyBq/AZQeCw3sgWgYPSo/EQ263Om Lm3V+ijcdEyRqY6fqDuA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:7767 Archived-At: This is a multi-part message in MIME format. ------=_NextPart_000_0006_01CAEE88.75E75BE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =20 Hi obj. =20 I forgot to write that I will use Guile on a linux system.=20 Only the output =93guile>=94 should be disable. All other outputs from = Guile should go to the stdout. =20 A short overview: I will write the output from Guile in variables. A second program communicates with the =93Guile=94-program over netcat. This program = sends instructions to the Guile program. Then the Guile program returns some = data (for example an integer). When I now write the output in the second = program into a variable, I write also the =93guile>=94 into it. Because of this = I will only disable the output of =93guile>=94. =20 I hope I write this a little bit understandable. :-) =20 Sven =20 _____ =20 Von: objc [mailto:objcjohn@hotmail.com]=20 Gesendet: Freitag, 7. Mai 2010 22:58 An: Sven Sch=E4fer; guile-user@gnu.org Betreff: console info =20 Hi Sven, =20 I'm messing around with MS Windows right now... =20 One interesting way is=20 =20 "How to spawn console processes with redirected standard handles"=20 =20 sample code at : http://support.microsoft.com/kb/190351 =20 and it is quite a general solution for many applications (such as using guile with windows). =20 related : =20 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). =20 You could hack around your guile source of course ;O). =20 Hope this helps, =20 obj. =20 From: Sven Sch=E4fer=20 Sent: Friday, May 07, 2010 8:28 PM To: guile-user@gnu.org=20 Subject: (no subject) =20 Hello, =20 I=92m 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 =93guile>=94 at the standard = output? That means, when I start Guile there is no =93guile>=94 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_0006_01CAEE88.75E75BE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

 

Hi = obj.

 

I forgot to = write that I will use Guile on a linux system.

Only the output = “guile>” should be disable. All other outputs from Guile should go to the = stdout.

 =

A short = overview:

I will write the = output from Guile in variables. A second program communicates with the = “Guile”-program over netcat. This program sends instructions to the Guile program. Then = the Guile program returns some data (for example an integer). When I now = write the output in the second program into a variable, I write also the = “guile>” into it. Because of this I will only disable the output of = “guile>”.

 =

I hope I write = this a little bit understandable. J

 =

Sven

 =


Von: objc [mailto:objcjohn@hotmail.com]
Gesendet: Freitag, 7. Mai = 2010 22:58
An: Sven Sch=E4fer; = guile-user@gnu.org
Betreff: console = info

 

Hi Sven,

 

I'm messing around with MS Windows right = now...

 

One interesting way is

 

"How to spawn console processes with redirected standard handles"

 

sample code at :

 

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.

 

Sent: Friday, May 07, 2010 8:28 PM

Subject: (no subject)

 

Hello,

 

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.

 

I hope somebody can help me with this = problem.

 

------=_NextPart_000_0006_01CAEE88.75E75BE0--