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, 18 Oct 2013 10:02:50 +0300 Message-ID: <83a9i7njs5.fsf@gnu.org> References: <83a9igrqq1.fsf@gnu.org> <5257E3B3.4070508@yandex.ru> <834n8nswas.fsf@gnu.org> <831u3nrhf9.fsf@gnu.org> <525D8938.6080208@gmx.at> <83hacipd88.fsf@gnu.org> <525E43D8.6060109@gmx.at> <83bo2pp7kd.fsf@gnu.org> <525ED0CE.9010001@gmx.at> <834n8hozdu.fsf@gnu.org> <525EDC1A.9070201@gmx.at> <831u3loxcy.fsf@gnu.org> <525FAD69.9010901@gmx.at> <83ppr3ookb.fsf@gnu.org> <52601A31.1040603@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1382079781 22784 80.91.229.3 (18 Oct 2013 07:03:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 07:03:01 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 18 09:03:04 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 1VX45Q-0001A6-8D for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 09:03:04 +0200 Original-Received: from localhost ([::1]:56028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX45P-0006Os-Sv for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 03:03:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX45H-0006On-CJ for emacs-devel@gnu.org; Fri, 18 Oct 2013 03:03:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VX45A-0006cE-Ks for emacs-devel@gnu.org; Fri, 18 Oct 2013 03:02:55 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:65398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX45A-0006c3-DE for emacs-devel@gnu.org; Fri, 18 Oct 2013 03:02:48 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MUU00600RB4SA00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 18 Oct 2013 10:02:46 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUU0061DRKMS220@a-mtaout23.012.net.il>; Fri, 18 Oct 2013 10:02:46 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:164285 Archived-At: > Date: Fri, 18 Oct 2013 06:52:41 +0800 > From: Xue Fuqiao > Cc: Eli Zaretskii , emacs-devel > > FWIW I can also produce it on a gnome-terminal but not on a large-font > xterm (on Ubuntu 13.04). Is it possible that gnome-terminal lies to us about its height, when you disable its own menu bar? What do the following evaluate to, in the situation where you see the problem? M-: (window-height) RET M-: (window-screen-lines) RET Please invoke those when the frame shows only one window, i.e. it is not split in any way. How do the results relate to the actual number of lines you have in that terminal window? Martin, could you please try the above as well?