[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: FREND at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Wed, 2 Jan 80 17:48:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 2 JAN 1980 1248-EST
There is nothing magic about readlne. At the time it is invoked it
will read a lne of characters forward until a carriage return and
let you rubot as many characters as you type while yo are in the readlne.
Characters that preceded its invocation cannot be rubbed out.
Characters that are typed after it returns (including rubouts) cannot
affect it since it will have already returned the characters to you as
as string. VALRET'ing strings to DDT is a pretty KLUDGEY way to get
something done anyway... -kmp