8/5/87 Kimi Gosney

This directory contains the Lisp client for the Finder demo
which uses a Lisp client and a C server.

To use:

Invoke Franz Lisp 
	% lisp
	->(load 'Finder.l)

Finder.l will then load the Lisp layer of HRPC which calls upon
the C coded runtime of HRPC.  (This takes a while, and is rather
verbose)

	->(Finder 'kimi)

where 'kimi is the user name of the person you want to inquire about.
Finder will finger every machine that Finder.l knows about, using 
FinderServer.  (It knows about machines where I have placed copies of
the C server FinderServer.  That's an extension of Dennis's xwho.  
On june and roskilde, those servers are autoactivated.  On wally, 
it must be manually activated.)  You will get back a list of two lists, 
the first being the names of the machines that the user is logged into 
directly, the second being the names of the machines that s/he is into 
via some other host.

To get out
	->(exit)



The C coded server, FinderServer is in the c subdirectory here.  
(note: even though the stub generator generates C stubs and Lisp stubs
as specified for client and server, I have separated them because I
can't make the C stuff in the same directory as the .l stuff, since make
assumes the .l files require lex.)
