[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Assignment of misc packages for emacs
From: |
Stefan Monnier |
Subject: |
Re: Assignment of misc packages for emacs |
Date: |
Wed, 05 Jun 2002 10:42:41 -0400 |
> Richard Stallman <address@hidden> writes:
> > Is there any reason we couldn't make it call out to lisp to do the
> > formatting?
> >
> > It's ok with me if someone finds it easy to do.
>
> What do you think of the appended patch? It moves all the formatting
> and prompting for keyboard-menus to lisp (and in the process gets rid
> of the one-line-at-a-time interface, since the lisp code just displays
> the whole menu at once).
Just a little note: don't assume blindly that the minibuffer/echoarea
is always properly resized. Think of the case where the frame is too
small. Or when the user has set resize-mini-windows to nil.
Stefan "whose Emacs does not know how to resize its
minibuffer-only frame"
Re: Assignment of misc packages for emacs, Kim F. Storm, 2002/06/05
Re: Assignment of misc packages for emacs, Miles Bader, 2002/06/05