On Sun, 14 May 2000 10:27:34 -0500, Samuel W. Heywood wrote:

> On Sat, 13 May 2000 19:57:24 +0200, Lubor Dedina wrote:

>> Hi,

>> is there any chance to get rid of the annoying redraw in the internal Arachne
>> editor (reached by <F4>)?. It's a real pain on a slow computer...

>> Lubor

> Hello Lubor:

> Yes, I am very much aware of the problem.  That is why I installed the
> External Editor APM.  There might possibly be a way of modifying the
> APM so that we could use a favorite text editor also for those occasions
> when we reach the internal editor by F4.  Producing such a modification
> to the APM would be a very worthy project for someone to work on.

 Do you perhaps mean something like this???

--from mime.cfg---
file/mxedit.dgi   |@call xedit mail.tmp
__________________

"call xedit" is referring to xedit.bat...
---xedit.bat---
c:\pedit\pedit.exe %1
_______________
(change pedit.exe to the editor of your choice)

 I am editing this with pedit right now.
When I exit pedit, I'll be back on the "replyto screen" so that I can
save this to my outbox.

 If you would prefer not to install the external editor .APM...
just do the changes manually.

Insert the "mxedit.dgi" line ito mime.cfg and then delete the original
"buttons table" and insert this new one into these 2 files
\arachne\reply.htp
\arachne\resend.htp

<!--buttons table-->
<TABLE CELLSPACING=0 CELLPADDING=0>
<TD>
<INPUT TYPE=SUBMIT NAME=$SMTP VALUE="Send mail NOW">
<TD>
<INPUT TYPE=SUBMIT NAME=$SAVE VALUE="Save to Outbox">
</FORM>
<TD>
<FORM ACTION="arachne:back">
<INPUT TYPE=SUBMIT VALUE="Cancel">
</FORM>
<TD>
<FORM ACTION="file:mxedit.dgi">
<INPUT TYPE=SUBMIT VALUE="External Editor">
<TD NOWRAP WIDTH=100>
<A HREF="#help">Scroll to Help</A>
<TR>
<TD>
<TEXTAREA COLS=74 ROWS=4 NAME="MAILLIST" WRAP="Yes" ARACHNEROWS 
ARACHNEEDITOR=MAILLIST.TXT></TEXTAREA>
</FORM>
</TABLE>
<!--buttons end-->

-- 
Glenn McCorkle [EMAIL PROTECTED] North Jackson, Ohio, USA
DOS prog. for QV cameras http://www.angelfire.com/id/glenndoom/qvplay.html
Other stuff http:[EMAIL PROTECTED]/
            Arachne, The Web Browser for DOS
   Open the 'DOOR' to the WWW. Keep the 'windows' closed.
      http://arachne.browser.org/ http://arachne.cz/

Reply via email to