From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Menus with more items than the TTY can display Date: Mon, 14 Oct 2013 18:38:50 +0300 Message-ID: <831u3nrhf9.fsf@gnu.org> References: <83a9igrqq1.fsf@gnu.org> <5257E3B3.4070508@yandex.ru> <834n8nswas.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1381765152 27460 80.91.229.3 (14 Oct 2013 15:39:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2013 15:39:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: dmantipov@yandex.ru Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 14 17:39:14 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VVkEg-0004ad-IN for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 17:39:10 +0200 Original-Received: from localhost ([::1]:37522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVkEg-0008PO-6Y for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 11:39:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVkEZ-0008ON-Ah for emacs-devel@gnu.org; Mon, 14 Oct 2013 11:39:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVkET-0000jG-Uu for emacs-devel@gnu.org; Mon, 14 Oct 2013 11:39:03 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:44365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVkET-0000ip-N5 for emacs-devel@gnu.org; Mon, 14 Oct 2013 11:38:57 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MUO00J00068Z100@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Mon, 14 Oct 2013 18:38:56 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUO00JGZ0SVSA90@a-mtaout21.012.net.il>; Mon, 14 Oct 2013 18:38:56 +0300 (IDT) In-reply-to: <834n8nswas.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164203 Archived-At: > Date: Fri, 11 Oct 2013 17:43:07 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > Date: Fri, 11 Oct 2013 15:40:35 +0400 > > From: Dmitry Antipov > > CC: Eli Zaretskii > > > > On 10/11/2013 03:28 PM, Eli Zaretskii wrote: > > > > > Bug #15575 raises the issue of what to do with displaying TTY menus > > > that are too long for the screen height. Currently, the code simply > > > truncates the menu at the last available line, but maybe there are > > > better ways of handling this. > > > > IMHO menu should just scroll. > > A good idea, but it will need to wait for a volunteer. The amount of > work is non-trivial, and I have more important things on my plate, > sorry. A volunteer emerged, so this works now (as of trunk revision 114660).