[comp.unix.xenix] Line discipline

shepperd@dms.UUCP (Dave Shepperd) (11/28/89)

Here's some patches to cled.c and its makefile to fix a couple problems
that some people have noticed. Save this whole message to a file in the cled
directory type:

	patch < this_message_file

======================================
Index: cled.c
1321c
        } else if (lb->c == RUB) {      /* handle DEL key! */
          fndx = lb->ttybf->keymap[CLEKEY_DEL];
          (*edit_functions[fndx])(lb);   /* do the edit function */
          return;
        }
.
798a
#endif
.
797a
#if 1
    cle_puts(lb->prmpt,lb->ttybf->ttyp);
#else
.
======================================
Index: makefile
16a
	touch /usr/sys/io/libio.a
.
-- 
Dave Shepperd.	    shepperd@dms.UUCP or motcsd!dms!shepperd
Atari Games Corporation, 675 Sycamore Drive, Milpitas CA 95035.
Nobody knows what I'm saying. I don't even know what I'm saying.

shepperd@dms.UUCP (Dave Shepperd) (12/07/89)

Lots of people sent mail to me asking for a copy of the interactive line editor
I wrote as a line discipline for Xenix/Unix. (Re: device drivers in
comp.unix.wizards around early Nov '89).

After trying to send mail to several of those who asked and failing, it has
become even more evident that my mailer is good for inbound messages only.
It also has occurred to me that since I didn't honor the requests of
everybody individually, you guys might think I didn't want to send you a
copy. I blame my mailer. I posted the source some weeks ago yet I'm still
getting requests for the thing and since my mail coverage seems to be a tiny
subset of the universe, I thought I'd post the names of those who have asked
for it at one time or another. If there are people on the list with which
you know you can converse via E-mail, perhaps they can forward a copy to
you if they have it.

I don't remember if mail got through to these guys or I just haven't
tried. (They asked just before I posted the source, so I may have assumed
they'd get it via netnews):
	eric@egsner.cirr.com
	merv@gpstwr.UUCP
	a2@mindlink.UUCP
	jalsop@seachg.uucp
	rutgers!scarecrow.csee.Lehigh.EDU!wbader
	apple!ames!wimsey.bc.ca!sl
	lee@anduk.co.uk
	matt@shorty.cs.wisc.edu
	psuvax1!andrew.cmu.edu!mp3o+

I sent mail to these guys and it bounced:
	ryan@INGR.COM
	cs.utexas.edu!ti-csl!ticipa.ti.com!john
	uunet!inpnms!logan

I sent mail and it didn't bounce, but I haven't heard back from
these guys. This probably means my mail went into oblivion:
	bruce@mdi386.UUCP
	pjh@mccc.UUCP
	mb@ttidca.tti.com
	uunet!nuchat!steve

Two way mail has been proven to work:
	dionj@sco.com
	stu@jpusa1.chi.il.us
	dave@uci.mn.org
	bet@orion.mc.duke.edu

So far, John Maline (cs.utexas.edu!ti-csl!ticipa.ti.com!john) is the only
one who has sent mail saying he actually tried it. He also sent me a couple
patches for it. Thanks, John, for the kind words ("Cled is incredible"). 
Too bad I can't get to you via E-mail.

bruce@mdi386.UUCP was having trouble compiling it. I responded
but haven't heard back (probably my reply didn't make it).

-- 
Dave Shepperd.	    shepperd@dms.UUCP or motcsd!dms!shepperd
Atari Games Corporation, 675 Sycamore Drive, Milpitas CA 95035.
Nobody knows what I'm saying. I don't even know what I'm saying.