9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Joseph Stewart <joseph.stewart@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Running PicoLisp in Acme
Date: Sun, 30 Sep 2012 20:20:50 -0400	[thread overview]
Message-ID: <CANGQBe5nmOo7T1mqayX6NxMFA2g-kdLfgurAn4z73AHErWdxhw@mail.gmail.com> (raw)
In-Reply-To: <4028526.kJK0hItHXD@coil>

[-- Attachment #1: Type: text/plain, Size: 1574 bytes --]

I'm far from an expert here, but I believe the underlying model here is
that a line at a time in/out of the subordinate command (in this case
picolisp) is the smallest unit of exchange to Acme.

Tell me some details about the environment where you're running
picolisp/acme (OS/architecture/versions of picolisp and acme) and I can try
this out on my side.

-joe

On Fri, Sep 28, 2012 at 9:09 AM, dexen deVries <dexen.devries@gmail.com>wrote:

> Hi lists,
>
> On Friday 28 of September 2012 13:28:57 you wrote:
> > > Acme does not emulate anything resembling ANSI terminal. As far as I
> know,
> > > it only treats TAB and LF characters in special way. In particular, no
> > > cursor addressing resembling anything of ANSI terminal.
> >
> > Yes, but this is on a level higher. The picolisp line editor avoids any
> > dependence on terminal control sequences (termcap or terminfo), by
> > relying solely on spaces and backspaces to format the line.
>
>
> I see now. I have similar annoyance with Git -- which uses ^H (or was it
> CR?)
> to over-write line of text when indicating pull progress (1% ^H^H2% ^H^H^3%
> etc.etc.).
>
>
> > In any way, instead of completely disabling 'led', you might change the
> > function 'chgLine' in "lib/led.l", and replace "^H" ((prin "^H") in
> > three places) with some other character which is suitable for acme.
>
>
> I believe there's no direct replacement, but let's ask the nice folks on
> 9fans@9fans.net -- I'm cross-posting this message.
>
> --
> dexen deVries
>
> [[[↓][→]]]
>
>
>

[-- Attachment #2: Type: text/html, Size: 2137 bytes --]

      reply	other threads:[~2012-10-01  0:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120928112857.GA29306@software-lab.de>
2012-09-28 13:09 ` dexen deVries
2012-10-01  0:20   ` Joseph Stewart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANGQBe5nmOo7T1mqayX6NxMFA2g-kdLfgurAn4z73AHErWdxhw@mail.gmail.com \
    --to=joseph.stewart@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).