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: Fri, 11 Oct 2013 17:43:07 +0300 Message-ID: <834n8nswas.fsf@gnu.org> References: <83a9igrqq1.fsf@gnu.org> <5257E3B3.4070508@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1381502615 791 80.91.229.3 (11 Oct 2013 14:43:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2013 14:43:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 11 16:43:38 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 1VUdwG-0005v2-97 for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2013 16:43:36 +0200 Original-Received: from localhost ([::1]:54732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdwF-0001eS-UL for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2013 10:43:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdw7-0001bq-U6 for emacs-devel@gnu.org; Fri, 11 Oct 2013 10:43:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUdw2-00068W-Hl for emacs-devel@gnu.org; Fri, 11 Oct 2013 10:43:27 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:47382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdw2-00068O-AB for emacs-devel@gnu.org; Fri, 11 Oct 2013 10:43:22 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MUI00900DTD9V00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 11 Oct 2013 17:43:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUI009CQE883O70@a-mtaout22.012.net.il>; Fri, 11 Oct 2013 17:43:20 +0300 (IDT) In-reply-to: <5257E3B3.4070508@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:164095 Archived-At: > 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. > Also, what about make them cyclic (e.g. when you're on "Quit" line > in "File" menu an press cursor down, "Visit New File" is selected). That's easy. Done as trunk revision 114626.