9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re[2]: [9fans] Getting started in Plan9 - help
@ 2002-01-21 10:01 steve.simon
  2002-01-21 10:28 ` Boyd Roberts
  2002-01-21 17:48 ` Re[2]: " Scott Schwartz
  0 siblings, 2 replies; 6+ messages in thread
From: steve.simon @ 2002-01-21 10:01 UTC (permalink / raw)
  To: 9fans

Any pointers, references, FTP site for "rk" ?

-Steve


____________________Reply Separator____________________
Subject:    Re: [9fans] Getting started in Plan9 - help
Author: 9fans@cse.psu.edu
Date:       20/01/02 22:02

| yes, well, you see plan9 is more mouse driven. eventually you'll
| probably end up with Acme as much your "shell" as anything, and you'll
| find auto complete is unneccessary.

I think that input prediction, if done well, is a beautiful feature, and
one that would fit very well with acme, or maybe as a kind of plumbing. I
used to use a unix thing called "rk"; a markov chain style thing that
continuously prompted you with a line or two of predicted input. You
used the arrow keys or tab or ctrl-m to accept the next char/word/line
of the prediction. It was uncannily good. A lot of command line stuff is
very repetative, and anyone who's seen Rob's fake usenet postings can
see how good this kind of thing is for email. One of these days I'll
get around to hacking it into acme, maybe.

| > - Unless is it part of a grander plan (no pun intended), can we move
| > the process interrupt key from Del to something else and have the
| > conventional functionality of del back ?

Especially since PC keyboards have an actual "break" key to use.




----------------------------------------------------------------------
The contents of this communication are confidential to the normal user of
the email address to which it was sent.  If you have received this email
in error, any use, dissemination, forwarding, printing or copying of this
email is strictly prohibited.  If this is the case, please notify the
sender and delete this message.
----------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] Getting started in Plan9 - help
  2002-01-21 10:01 Re[2]: [9fans] Getting started in Plan9 - help steve.simon
@ 2002-01-21 10:28 ` Boyd Roberts
  2002-01-21 17:48 ` Re[2]: " Scott Schwartz
  1 sibling, 0 replies; 6+ messages in thread
From: Boyd Roberts @ 2002-01-21 10:28 UTC (permalink / raw)
  To: 9fans

steve.simon@snellwilcox.com wrote:
> I think that input prediction, if done well, is a beautiful feature, and
> one that would fit very well with acme, or maybe as a kind of plumbing. I
> used to use a unix thing called "rk"; a markov chain style thing that
> continuously prompted you with a line or two of predicted input. You
> used the arrow keys or tab or ctrl-m to accept the next char/word/line
> of the prediction. It was uncannily good.

In Japan they have a similar style of thing for typing Kanji.  The
pronounciation stem is typed (in kana) and you flip through a list of
choices.  If it's smart it should remember the kanji-frequencies on
a per-user basis.  I never knew if the ones I saw ever did.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re[2]: [9fans] Getting started in Plan9 - help
  2002-01-21 10:01 Re[2]: [9fans] Getting started in Plan9 - help steve.simon
  2002-01-21 10:28 ` Boyd Roberts
@ 2002-01-21 17:48 ` Scott Schwartz
  2002-01-22 19:12   ` Jason Gurtz
  1 sibling, 1 reply; 6+ messages in thread
From: Scott Schwartz @ 2002-01-21 17:48 UTC (permalink / raw)
  To: 9fans

> Any pointers, references, FTP site for "rk" ?

The author wrote a book.  Google can probably find archives
of the software.  A version of it hacked up for tcl is at
http://www.cse.psu.edu/~schwartz/rktcl.tar.gz



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Re[2]: [9fans] Getting started in Plan9 - help
  2002-01-21 17:48 ` Re[2]: " Scott Schwartz
@ 2002-01-22 19:12   ` Jason Gurtz
  2002-11-21  2:32     ` Scott Schwartz
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Gurtz @ 2002-01-22 19:12 UTC (permalink / raw)
  To: 9fans



> > Any pointers, references, FTP site for "rk" ?

To save you 20 min of searching I found it @
ftp://ftp.cpsc.ucalgary.ca/pub/projects/the.reactive.keyboard/

haven't tested it yet

~Jason

--



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re[2]: [9fans] Getting started in Plan9 - help
  2002-01-22 19:12   ` Jason Gurtz
@ 2002-11-21  2:32     ` Scott Schwartz
  2002-11-21 13:04       ` Jason Gurtz
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Schwartz @ 2002-11-21  2:32 UTC (permalink / raw)
  To: 9fans

| To save you 20 min of searching I found it @
| ftp://ftp.cpsc.ucalgary.ca/pub/projects/the.reactive.keyboard/

Ages ago I chopped out all the extraneous stuff (as I recall, there was
a lot of cruft in there) and built some tcl bindings:
	http://www.cse.psu.edu/~schwartz/rktcl.tar.gz



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Re[2]: [9fans] Getting started in Plan9 - help
  2002-11-21  2:32     ` Scott Schwartz
@ 2002-11-21 13:04       ` Jason Gurtz
  0 siblings, 0 replies; 6+ messages in thread
From: Jason Gurtz @ 2002-11-21 13:04 UTC (permalink / raw)
  To: 9fans



> > To save you 20 min of searching I found it @
> > ftp://ftp.cpsc.ucalgary.ca/pub/projects/the.reactive.keyboard/
>
> Ages ago I chopped out all the extraneous stuff (as I recall,
> there was a lot of cruft in there) and built some tcl bindings:
> 	http://www.cse.psu.edu/~schwartz/rktcl.tar.gz

Wow, we do a little mail server work, causing some ages old mail to go
out of the queue and look at the present I receive!

Thanks,

~Jason

--



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-11-21 13:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-21 10:01 Re[2]: [9fans] Getting started in Plan9 - help steve.simon
2002-01-21 10:28 ` Boyd Roberts
2002-01-21 17:48 ` Re[2]: " Scott Schwartz
2002-01-22 19:12   ` Jason Gurtz
2002-11-21  2:32     ` Scott Schwartz
2002-11-21 13:04       ` Jason Gurtz

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).