From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: table cell menu does not appear at the menubar Date: Tue, 22 May 2007 00:36:24 +0200 Message-ID: <46521EE8.7050106@gmail.com> References: <20070517.152118.01387916.Takaaki.Ota@am.sony.com> <20070521.135322.160705042.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179787006 11995 80.91.229.12 (21 May 2007 22:36:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 May 2007 22:36:46 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Tak Ota Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 22 00:36:44 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqGUZ-0003dl-Tz for ged-emacs-devel@m.gmane.org; Tue, 22 May 2007 00:36:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqGUZ-0004L9-HI for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 18:36:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqGUW-0004ID-1A for emacs-devel@gnu.org; Mon, 21 May 2007 18:36:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqGUU-0004GI-KH for emacs-devel@gnu.org; Mon, 21 May 2007 18:36:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqGUU-0004G8-GN for emacs-devel@gnu.org; Mon, 21 May 2007 18:36:34 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HqGUN-0008A8-EO; Mon, 21 May 2007 18:36:27 -0400 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:62629 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1HqGUL-0006Fp-3l; Tue, 22 May 2007 00:36:25 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 In-Reply-To: <20070521.135322.160705042.Takaaki.Ota@am.sony.com> X-Antivirus: avast! (VPS 000742-0, 2007-05-21), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HqGUL-0006Fp-3l. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HqGUL-0006Fp-3l c836bb21e44da53adbb691bf0b67b5b0 X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:71549 Archived-At: I have no idea about that, but the problem I mentioned earlier with menus on w32 is a race problem/sync problem (or whatever the correct term is). It might be difficult to catch such problems with the debugger of course. I inserted trace output to the console to catch it. Tak Ota wrote: > Since I freshly got the completely source from CVS Friday (05/18/07) I > have built it and been running it under GDB. So far I haven't seen > the problem yet. Has anyone changed something that might have fixed > this stuck menu problem? > > -Tak > > Fri, 18 May 2007 19:08:57 -0400: Richard Stallman wrote: > >> 2. When the problem once starts menubar contents do not change >> regardless of the mode where point is at. The last menubar content >> is stuck. The last remaining menu responds to mouse event and >> functions correctly. >> >> menu_bar_items is the function that is supposed to make a list of >> all the keymaps to be processed. So the problem is either there >> or in or within a function that calls it. >> >> When the problem happens, can you see if and when menu_bar_items >> gets called? And when it calls get_local_map, what args does it use >> and what value does it get?