From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Assignment of misc packages for emacs Date: Wed, 05 Jun 2002 10:42:41 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200206051442.g55EgfI30906@rum.cs.yale.edu> References: <200205050534.g455YfF01634@aztec.santafe.edu> <5xbsbumexh.fsf@kfs2.cua.dk> <200205141941.g4EJfud15293@aztec.santafe.edu> <5xvg9qmgzt.fsf@kfs2.cua.dk> <200205151927.g4FJRRW26103@rum.cs.yale.edu> <5x3cwr4q7m.fsf@kfs2.cua.dk> <87g00rd74y.fsf@tc-1-100.kawasaki.gol.ne.jp> <87sn4otknt.fsf@tc-1-100.kawasaki.gol.ne.jp> <200205191441.g4JEfMg23080@rum.cs.yale.edu> <200205202134.g4KLYHj26031@aztec.santafe.edu> <200205222227.g4MMRIX29393@aztec.santafe.edu> <87g0030xah.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023288408 28806 127.0.0.1 (5 Jun 2002 14:46:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Jun 2002 14:46:48 +0000 (UTC) Cc: rms@gnu.org, monnier+gnu/emacs@rum.cs.yale.edu, storm@cua.dk, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Fc3k-0007UV-00 for ; Wed, 05 Jun 2002 16:46:48 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17FcOC-0007Rr-00 for ; Wed, 05 Jun 2002 17:07:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Fc2A-0007jJ-00; Wed, 05 Jun 2002 10:45:10 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Fbzw-0006j0-00; Wed, 05 Jun 2002 10:42:53 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g55EgfI30906; Wed, 5 Jun 2002 10:42:41 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Miles Bader Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4589 > Richard Stallman 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"