From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Menus with more items than the TTY can display Date: Fri, 18 Oct 2013 09:55:45 +0200 Message-ID: <5260E981.6020604@gmx.at> 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> <83y55tnii4.fsf@gnu.org> <525FADCF.5010700@gmx.at> <83ob6nonry.fsf@gnu.org> <52601ACA.9070603@gmx.at> <83iowvokoj.fsf@gnu.org> <526025E8.20009@gmx.at> <83fvrzoe6o.fsf@gnu.org> <83eh7joda2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1382082965 27971 80.91.229.3 (18 Oct 2013 07:56:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 07:56:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 18 09:56:08 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 1VX4uk-0000h1-CE for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 09:56:06 +0200 Original-Received: from localhost ([::1]:56192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX4uk-0004wC-2R for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 03:56:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX4ua-0004ml-Aa for emacs-devel@gnu.org; Fri, 18 Oct 2013 03:56:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VX4uR-0008Ji-W2 for emacs-devel@gnu.org; Fri, 18 Oct 2013 03:55:56 -0400 Original-Received: from mout.gmx.net ([212.227.17.20]:60257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX4uR-0008JM-JL for emacs-devel@gnu.org; Fri, 18 Oct 2013 03:55:47 -0400 Original-Received: from [62.47.33.61] ([62.47.33.61]) by mail.gmx.com (mrgmx003) with ESMTPA (Nemesis) id 0LwIuc-1VntxE37Ww-0183SD for ; Fri, 18 Oct 2013 09:55:46 +0200 In-Reply-To: <83eh7joda2.fsf@gnu.org> X-Provags-ID: V03:K0:v96PrvW0Le5APBQVIy3ydP13d6D/Q0BtrgbbyxggKOlsBph6wdG FXrsEDxca7hHCZBNpGav1tm6t5Q2VSJ8AyaOxInNMwGxNKHL+6/v1pky18yZqvjwbspTTFN aBBnvBFZbsB4aJMg6WNZwhm5Kmvu3GU/JlojuIskyCFZ+23xsmJVwrMIjBPD38F71S+a+Pq YCjgQzSNlmKGaRqV3OM2Q== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 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:164290 Archived-At: > Also, it might be worthwhile to try this in GDB, after starting Emacs: > > (gdb) attach EMACS-PID > (gdb) break update_frame_1 > (gdb) commands > > bt > > continue > > end > (gdb) continue > > Now open the menu and do whatever you do to trigger the problem. I can't trigger the problem when I do that :-( With the modified term.c I always get Lisp Backtrace: "x-popup-menu" (0xa92fa170) "popup-menu" (0xa92fa6c0) "menu-bar-open" (0xa92fac20) "call-interactively" (0xa92faf60) "command-execute" (0xa92fb4b8) With term.c unmodified I alternately get Lisp Backtrace: "x-popup-menu" (0x617c0ba0) "popup-menu" (0x617c10f0) "menu-bar-open" (0x617c1650) "call-interactively" (0x617c1990) "command-execute" (0x617c1ee8) and Lisp Backtrace: "message" (0x617bf970) "tooltip-show-help-non-mode" (0x617bfeb0) "tooltip-show-help" (0x617c03e8) "x-popup-menu" (0x617c0ba0) "popup-menu" (0x617c10f0) "menu-bar-open" (0x617c1650) "call-interactively" (0x617c1990) "command-execute" (0x617c1ee8) martin