From wlgerman@earthlink.net Sat Oct 27 23:53:25 2001 Received: from hawk.mail.pas.earthlink.net ([207.217.120.22] helo=hawk.prod.itd.earthlink.net) by usw-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 15xjoy-0004CV-00 for ; Sat, 27 Oct 2001 23:53:25 -0700 Received: from apx1-03-248.pdx.du.teleport.com ([216.26.62.248] helo=pavilion) by hawk.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 15xjow-0004qd-00; Sat, 27 Oct 2001 23:53:22 -0700 Message-ID: <000d01c15f9d$c5989560$977efea9@pavilion> From: "Wayne German" To: Cc: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01C15F5A.B614DB00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: [gedit-list] Automating Lynx? Sender: gedit-list-admin@lists.sourceforge.net Errors-To: gedit-list-admin@lists.sourceforge.net X-BeenThere: gedit-list@lists.sourceforge.net X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Date: Sat Oct 27 23:54:02 2001 X-Original-Date: Sun, 28 Oct 2001 02:46:14 -0800 This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C15F5A.B614DB00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Alex, I would like to make a product that could use a Lynx plugin. But I = would hope that Lynx would interact with the host that it plugs into = interactively on a character by character basis. Is that possible? If = so how? For example, reading in between the lines I guess that you = invoke Linux through a shell. So I expect that you can only tell Linux = one command to do at each invocation. My hope is to be able to be truly = interactive with Lynx so that my program will commandeer Lynx's stdin = and stdout so that it can send individual simulated "keystrokes" to Lynx = and respond to Lynx's output -- all character by character. Do you know = any way this can be done? The usual single character C functions = (fgetc, getc, fputc) all buffer up characters until the key is = depressed then let the characters to come through all at once. Is there = a good way to do this? Please let me know. -- Wayne German wlgerman@earthlink.net 503-538-4132 ------=_NextPart_000_000A_01C15F5A.B614DB00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 Hi Alex,
 
I would like to make a product that = could use a=20 Lynx plugin.  But I would hope that Lynx would interact with the = host that=20 it plugs into interactively on a character by character basis.  Is = that=20 possible?  If so how?  For example, reading in between the = lines I=20 guess that you invoke Linux through a shell.  So I expect that you = can only=20 tell Linux one command to do at each invocation.  My hope is to be = able to=20 be truly interactive with Lynx so that my program will commandeer Lynx's = stdin=20 and stdout so that it can send individual simulated "keystrokes" to Lynx = and=20 respond to Lynx's output -- all character by character.  Do you = know any=20 way this can be done?  The usual single character C functions = (fgetc, getc,=20 fputc) all buffer up characters until the <ENTER> key is depressed = then=20 let the characters to come through all at once.  Is there a good = way to do=20 this?  Please let me know.
 
-- Wayne German
wlgerman@earthlink.net<= /DIV>
503-538-4132
------=_NextPart_000_000A_01C15F5A.B614DB00-- From wlgerman@earthlink.net Sat Oct 27 23:53:25 2001 Received: from hawk.mail.pas.earthlink.net ([207.217.120.22] helo=hawk.prod.itd.earthlink.net) by usw-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 15xjoy-0004CV-00 for ; Sat, 27 Oct 2001 23:53:25 -0700 Received: from apx1-03-248.pdx.du.teleport.com ([216.26.62.248] helo=pavilion) by hawk.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 15xjow-0004qd-00; Sat, 27 Oct 2001 23:53:22 -0700 Message-ID: <000d01c15f9d$c5989560$977efea9@pavilion> From: "Wayne German" To: Cc: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01C15F5A.B614DB00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: [gedit-list] Automating Lynx? Sender: gedit-list-admin@lists.sourceforge.net Errors-To: gedit-list-admin@lists.sourceforge.net X-BeenThere: gedit-list@lists.sourceforge.net X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Date: Sat Oct 27 23:54:02 2001 X-Original-Date: Sun, 28 Oct 2001 02:46:14 -0800 This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C15F5A.B614DB00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Alex, I would like to make a product that could use a Lynx plugin. But I = would hope that Lynx would interact with the host that it plugs into = interactively on a character by character basis. Is that possible? If = so how? For example, reading in between the lines I guess that you = invoke Linux through a shell. So I expect that you can only tell Linux = one command to do at each invocation. My hope is to be able to be truly = interactive with Lynx so that my program will commandeer Lynx's stdin = and stdout so that it can send individual simulated "keystrokes" to Lynx = and respond to Lynx's output -- all character by character. Do you know = any way this can be done? The usual single character C functions = (fgetc, getc, fputc) all buffer up characters until the key is = depressed then let the characters to come through all at once. Is there = a good way to do this? Please let me know. -- Wayne German wlgerman@earthlink.net 503-538-4132 ------=_NextPart_000_000A_01C15F5A.B614DB00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 Hi Alex,
 
I would like to make a product that = could use a=20 Lynx plugin.  But I would hope that Lynx would interact with the = host that=20 it plugs into interactively on a character by character basis.  Is = that=20 possible?  If so how?  For example, reading in between the = lines I=20 guess that you invoke Linux through a shell.  So I expect that you = can only=20 tell Linux one command to do at each invocation.  My hope is to be = able to=20 be truly interactive with Lynx so that my program will commandeer Lynx's = stdin=20 and stdout so that it can send individual simulated "keystrokes" to Lynx = and=20 respond to Lynx's output -- all character by character.  Do you = know any=20 way this can be done?  The usual single character C functions = (fgetc, getc,=20 fputc) all buffer up characters until the <ENTER> key is depressed = then=20 let the characters to come through all at once.  Is there a good = way to do=20 this?  Please let me know.
 
-- Wayne German
wlgerman@earthlink.net<= /DIV>
503-538-4132
------=_NextPart_000_000A_01C15F5A.B614DB00-- From wlgerman@earthlink.net Sat Oct 27 23:53:25 2001 Received: from hawk.mail.pas.earthlink.net ([207.217.120.22] helo=hawk.prod.itd.earthlink.net) by usw-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 15xjoy-0004CV-00 for ; Sat, 27 Oct 2001 23:53:25 -0700 Received: from apx1-03-248.pdx.du.teleport.com ([216.26.62.248] helo=pavilion) by hawk.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 15xjow-0004qd-00; Sat, 27 Oct 2001 23:53:22 -0700 Message-ID: <000d01c15f9d$c5989560$977efea9@pavilion> From: "Wayne German" To: Cc: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01C15F5A.B614DB00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: [gedit-list] Automating Lynx? Sender: gedit-list-admin@lists.sourceforge.net Errors-To: gedit-list-admin@lists.sourceforge.net X-BeenThere: gedit-list@lists.sourceforge.net X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Date: Sat Oct 27 23:54:02 2001 X-Original-Date: Sun, 28 Oct 2001 02:46:14 -0800 This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C15F5A.B614DB00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Alex, I would like to make a product that could use a Lynx plugin. But I = would hope that Lynx would interact with the host that it plugs into = interactively on a character by character basis. Is that possible? If = so how? For example, reading in between the lines I guess that you = invoke Linux through a shell. So I expect that you can only tell Linux = one command to do at each invocation. My hope is to be able to be truly = interactive with Lynx so that my program will commandeer Lynx's stdin = and stdout so that it can send individual simulated "keystrokes" to Lynx = and respond to Lynx's output -- all character by character. Do you know = any way this can be done? The usual single character C functions = (fgetc, getc, fputc) all buffer up characters until the key is = depressed then let the characters to come through all at once. Is there = a good way to do this? Please let me know. -- Wayne German wlgerman@earthlink.net 503-538-4132 ------=_NextPart_000_000A_01C15F5A.B614DB00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 Hi Alex,
 
I would like to make a product that = could use a=20 Lynx plugin.  But I would hope that Lynx would interact with the = host that=20 it plugs into interactively on a character by character basis.  Is = that=20 possible?  If so how?  For example, reading in between the = lines I=20 guess that you invoke Linux through a shell.  So I expect that you = can only=20 tell Linux one command to do at each invocation.  My hope is to be = able to=20 be truly interactive with Lynx so that my program will commandeer Lynx's = stdin=20 and stdout so that it can send individual simulated "keystrokes" to Lynx = and=20 respond to Lynx's output -- all character by character.  Do you = know any=20 way this can be done?  The usual single character C functions = (fgetc, getc,=20 fputc) all buffer up characters until the <ENTER> key is depressed = then=20 let the characters to come through all at once.  Is there a good = way to do=20 this?  Please let me know.
 
-- Wayne German
wlgerman@earthlink.net<= /DIV>
503-538-4132
------=_NextPart_000_000A_01C15F5A.B614DB00--