[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
y-or-n-p, yes-or-no-p
- To: ALAN at MIT-MC
- Subject: y-or-n-p, yes-or-no-p
- From: Robert W. Kerns <RWK at MIT-MC>
- Date: Thu, 19 Mar 81 01:41:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 18 March 1981 20:41-EST
Date: 5 March 1981 21:17-EST
From: Alan Bawden <ALAN at MIT-MC>
Subject: y-or-n-p, yes-or-no-p
To: BUG-LISP at MIT-MC
Why does y-or-n-p REQUIRE that I supply an argument? I would think that
it was completely clear what I want if I just call it with no arguments.
LISP had the wrong built-in ARGS property. Fixed and patched.
Why doesn't yes-or-no-p go to the trouble to strip leading and trailing
spaces from what the user types?
It will now.