9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] AIM software
Date: Wed, 13 Nov 2002 16:42:16 -0500	[thread overview]
Message-ID: <de55ba61fbbca2bdd706f83312449d11@plan9.bell-labs.com> (raw)

especially if you use toc, an aim file server should be trivial.

as for chatting, as long as you only care about text
(and not embellishments like fonts and colors),
using win inside acme to run a simple text
program actually gives you a nice interface.

there's an undocumented -e flag to win that
erases input as it is read (bizarre, i know),
which is really nice for chat interfaces.

for example, in the minimal irc client i wrote,
there are two threads.  one does:

	while(read a message from the network)
		print "<from> message"

the other does:

	while(read a message from the keyboard)
		print "<you> message"

combined with win -e, this has the nice effect
that new messages are inserted before what you're
typing, and then once you hit enter on the line you
are typing,

	message

turns into

	<you> message

to look more like the conversation.

i'd like to see an aim client.
what i'd really like is a generic interface
that clients for aim, irc, icq can use and then there
can be just one client program.

russ



             reply	other threads:[~2002-11-13 21:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13 21:42 Russ Cox [this message]
2002-11-13 22:06 ` Sam
2002-11-13 22:39 ` Dan Cross
2002-11-13 22:55   ` matt
  -- strict thread matches above, loose matches on Subject: below --
2002-11-14  6:49 Russ Cox
2002-11-13 22:42 Russ Cox
2002-11-13 23:37 ` Dan Cross
2002-11-13 22:17 rog
2002-11-13 22:09 Russ Cox
2002-11-13 16:46 Null
2002-11-13 17:22 ` matt
2002-11-13 14:26 Skip Tavakkolian

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=de55ba61fbbca2bdd706f83312449d11@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /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).