9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ethan Grammatikidis <eekee57@fastmail.fm>
To: 9fans@9fans.net
Subject: Re: [9fans] The cons file and consolefs
Date: Thu, 25 Oct 2012 13:56:32 +0100	[thread overview]
Message-ID: <20121025135632.3483b203@vardo.ethans.dre.am> (raw)
In-Reply-To: <50380473.2000001@paradise.net.nz>

On Sat, 25 Aug 2012 10:47:15 +1200
Andy Elvey <andy.elvey@paradise.net.nz> wrote:

> Hi all -
>   I've just been looking at the docs for cons and consolefs. I am just
> **blown away** by how cleanly and elegantly keyboard input is handled in
> Plan 9!  There seems to be *none* of the - um - "less than optimal", to
> put it mildly - approach of Linux, with its termios and friends.
> There doesn't even seem to be the need for "readline",as far as I can tell.
>
> I assume it would be extremely difficult (if not impossible) to
> implement this approach to keyboard-handling on Linux - would I be
> correct in saying that? It's a pity, if that's the case.
>
> Anyway, just a bit of praise there for the Plan 9 devs.....  :)
> - Andy
>

I think you echo all our thoughts there. As to implementing Plan 9's keyboard handling, am I right in assuming you mean for the purpose of writing programs for such a clean interface? If so, you might want to try linking with the plan9port libraries. Alternatively (and probably better) just write for Plan 9 and import your Linux file systems. Drawterm and 9vx provide very easy access to the host's files and u9fs isn't far behind. Almost all the editing and shell operations I do on my Linux box these days are done via drawterm, the only exception being root-owned files.

By the way, if you run p9p acme on Linux as root, don't use win. The pty subsystem crashes or something; you have to reboot before you can open any X term. :D

--
This is obviously some strange usage of the word
"simple" that I was previously unaware of.



  reply	other threads:[~2012-10-25 12:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-24 22:47 Andy Elvey
2012-10-25 12:56 ` Ethan Grammatikidis [this message]
2012-10-25 13:09   ` erik quanstrom
2012-10-25 18:14     ` Ethan Grammatikidis
2012-10-25 19:35       ` erik quanstrom

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=20121025135632.3483b203@vardo.ethans.dre.am \
    --to=eekee57@fastmail.fm \
    --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).