From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4324eec68ab4bcd52cf9e8d2eaf1bd90@quanstro.net> From: erik quanstrom Date: Mon, 26 Jan 2009 22:42:38 -0500 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] Small program "PlanKey" (paraphrase of DOSKey) Topicbox-Message-UUID: 89774f0a-ead4-11e9-9d60-3106f5b1d025 > On a serious note: do you guys ever edit text that > is way after the output point? i do. in hold mode. that's generally how i compose email when not using acme. > > i don't think there's a really good answer (yet?) > > In the in the /disgusting unix/ world, you can add readline even to the > things that don't use it: > % socat READLINE EXEC:'ftp ftp.sun.com',pty,setsid,ctty > More on this here: > http://www.dest-unreach.org/socat/doc/socat.html#EXAMPLES there, fixed that for ya! ☺ let's list some of the crunchy stuff this requires 1. dynamic linking 2. and ron's favorite, link editing 2.5 magic goo. how does readline know what functions to steal? 3. ttys 4. $PATH. by the way, how does quoting work in that command line? say i want the literal argument "$1" to the socatt'ed executable. - erik