[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keeping the arglist
- To: cfry@mit.edu, cgay@darkwing.uoregon.edu
- Subject: Re: keeping the arglist
- From: William M. York <York@CHUCK-JONES.west.dialnet.ila.com>
- Date: Thu, 26 Mar 1992 10:01-0800
- Cc: info-mcl@cambridge.apple.com
- In-reply-to: <9203210103.AA11069@MIT.EDU>
Date: Fri, 20 Mar 1992 20:00 PST
From: cfry@mit.edu (Christopher Fry)
> a Fred command analogous c-Sh-A on the lispm
>should be easy to implement.
Yes! I've been thinking the same thing. To make the user feel confident that the
machine is giving him the arglist to foo instead of bar, the minibuffer printout
should include the name of the fn too.It could just print a fn call of the fn
with the argnames in place of the args. Example:
(foo argname1 argname2 &optional argname3)
This is OK for FOO, but doesn't work as well for
DEFINE-PRESENTATION-TO-COMMAND-TRANSLATOR (a legitimate symbol in
the CLIM package), unless we all get much wider screens.