From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-06v.sys.comcast.net (resqmta-ch2-06v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:38]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 8AA0D78BDD for ; Fri, 10 Mar 2017 07:18:04 -0800 (PST) Received: from resomta-ch2-16v.sys.comcast.net ([69.252.207.112]) by resqmta-ch2-06v.sys.comcast.net with SMTP id mMIacsdRHk7AGmMIwc4vHP; Fri, 10 Mar 2017 15:18:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1489159086; bh=tAn5OrLzlyM6XtkC07z3/zazGpOsNJVf1IyqGXcc8D0=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=J12K3kqG5n0fjeub8eyeVJwBdAQh2Gsut3VgOc0nTZmQvRP4md/D2SwL1LrgGiMIM fOgGSYzLNtr67UzOiN4hfaIRBsAGQml9pzr0nV252f2xyh8e6A/j7bLgGdvGQesxpG DuOBAsf8FpoPdXtWFQGO4n6cwXPuhVuDKFG1w9VWehQskWIRVAFvEd8Ifn9OLXwWVi /NR4lFfDoS65kOikcu4NWkI/2hldMBp8iHvBNcR6HgS26D7dQvBXeDr8r1kxXbzC1O epQE3nGL64PsoRtSVJICgmhouSwjG1syWReGHD1zG/Af6ePpHcCli9VNMX4YJo+wWM w+Iy/CmqYV9Eg== Received: from unknown ([IPv6:2601:408:c301:784d:21e:4fff:fec2:a0f1]) by resomta-ch2-16v.sys.comcast.net with SMTP id mMIvc3go0QeqbmMIwc46H3; Fri, 10 Mar 2017 15:18:06 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.6.2+ Date: Fri, 10 Mar 2017 10:18:05 -0500 Message-ID: <20170210101805.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-015680 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfKbZ+NAD5nPYJCsrEw1xi84ojnA56bE/pteB4xzYUFGe5dQr1kCp9UY6agwKXk2+ahaXKzs7MUtaVPGV9Z0PUI0uFLs5dJbMfvtF4RZvJfUyfPRoDCNh n61UI3T9CNT/3i4sf01BOpN3UyMWVdmAvZziLTApc1qEUsvvNzO5l56j Subject: [Edbrowse-dev] input text area X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.23 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 15:18:04 -0000 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-015680 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable When an input field in a form is a text area it looks like I wanted to script something, fill out a form and submit, but the = script can't know ahead of time which buffer is selected. And it can't really scrape buffer 4 off the page and switch to that = session. A new command of some kind is needed. I thought about this. i>From there you could read in your file, and do more, maybe edit it in = some way. Then switch back to session 1. But then again, what if you weren't in session 1. Does the script use i@ again to toggle back to the input form? So this is less intuitive, less obvious, but more general and more = flexible. On the other hand, I'm not sure I need either of these. It's been 15 years and this is the first time I've run into this = situation, and even if I had these features, I find I can't execute my scripts for = other reasons related to the website. So it wouldn't help much. This is just the thought for the day. Karl Dahlke --nextpart-eb-015680--