Path: blue.weeg.uiowa.edu!news.uiowa.edu!uunet!news.delphi.com!usenet From: Chuck Orem Newsgroups: comp.sys.apple2.comm Subject: Re: ProTerm 3.1 & Lynx 2.3 Date: Sat, 7 Jan 95 22:38:24 -0500 Organization: Delphi (info@delphi.com email, 800-695-4005 voice) Lines: 30 Message-ID: References: <3dn9is$o88@crl11.crl.com> <3dne4b$ljr@eis.calstate.edu> <3elj5p$eef@aristotle.algonet.se> <3en5bv$l1j@crl7.crl.com> NNTP-Posting-Host: bos1e.delphi.com X-To: Joe Kohn The way I fixed it for my system was to setup a global macro to receive:ascii the incoming lynx data into a file on my hard disk as follows: While it is not perfect, it's a better than not receiving anything. SEtting $C=255 did not work for me. * OPTION-l : Setup for lynx ASCII capture * @@l *set PAth to autosave dir* SEt &01 = *CReate lynx.sbk file in autosave directory* SEt &0=&01+"lynx.sbk" IF !(EXists &0),{CReate &0} *Housekeeping* If (EXists "lynx.sbk.old"),{DElete "lynx.sbk.Old"} DO "File:rename","<%s> [rename] [rename]",&0 *Do ASCII receive, entire processed lines* DO "rec:ascii","<%S> [Save] supp:1 copy:2 [ok] [append]",&0 EXit * OPTION-L * @@L DO "rec:asc","[Close]" EXit