From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: Re: table cell menu does not appear at the menubar Date: Thu, 03 May 2007 17:18:34 -0700 (PDT) Organization: Sony Electronics Inc. Message-ID: <20070503.171834.190212995.Takaaki.Ota@am.sony.com> References: <20070502.172214.226046380.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1178237927 19100 80.91.229.12 (4 May 2007 00:18:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 May 2007 00:18:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 04 02:18:46 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 1HjlVT-0003jF-OQ for ged-emacs-devel@m.gmane.org; Fri, 04 May 2007 02:18:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hjlc3-0007Ln-6J for ged-emacs-devel@m.gmane.org; Thu, 03 May 2007 20:25:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hjlc0-0007LF-1O for emacs-devel@gnu.org; Thu, 03 May 2007 20:25:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hjlby-0007JN-BP for emacs-devel@gnu.org; Thu, 03 May 2007 20:25:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hjlby-0007J8-8V for emacs-devel@gnu.org; Thu, 03 May 2007 20:25:26 -0400 Original-Received: from outbound-blu.frontbridge.com ([65.55.251.16] helo=outbound7-blu-R.bigfish.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HjlVN-0001qt-5B; Thu, 03 May 2007 20:18:37 -0400 Original-Received: from outbound7-blu.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound7-blu-R.bigfish.com (Postfix) with ESMTP id 7C642214597; Fri, 4 May 2007 00:18:36 +0000 (UTC) Original-Received: from mail3-blu-R.bigfish.com (unknown [10.1.252.3]) by outbound7-blu.bigfish.com (Postfix) with ESMTP id 70A181630114; Fri, 4 May 2007 00:18:36 +0000 (UTC) Original-Received: from mail3-blu (localhost.localdomain [127.0.0.1]) by mail3-blu-R.bigfish.com (Postfix) with ESMTP id 3B95217C013C; Fri, 4 May 2007 00:18:36 +0000 (UTC) X-BigFish: VP Original-Received: by mail3-blu (MessageSwitch) id 1178237916223591_21586; Fri, 4 May 2007 00:18:36 +0000 (UCT) Original-Received: from mail8.fw-sd.sony.com (mail8.fw-sd.sony.com [160.33.66.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail3-blu.bigfish.com (Postfix) with ESMTP id CF9EF19D8070; Fri, 4 May 2007 00:18:35 +0000 (UTC) Original-Received: from mail1.sgo.in.sel.sony.com (mail1.sgo.in.sel.sony.com [43.130.1.111]) by mail8.fw-sd.sony.com (8.12.11/8.12.11) with ESMTP id l440IYjc004962; Fri, 4 May 2007 00:18:34 GMT Original-Received: from localhost (us00130290172a.am.sony.com [43.191.14.104]) by mail1.sgo.in.sel.sony.com (8.12.11/8.12.11) with ESMTP id l440IY3l026516; Fri, 4 May 2007 00:18:34 GMT In-Reply-To: X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16530 Via Esprillo, MZ7205, San Diego, CA 92127 X-Mailer: Mew-5.2.50 on Emacs-22.1.50.1 (i386-mingw-nt5.1.2600 built on 2007-05-02) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:70528 Archived-At: Thu, 03 May 2007 19:56:14 -0400: Richard Stallman wrote: > (easy-menu-define table-cell-menu-map table-cell-map "Table cell menu" table-cell-menu) > > in lisp/textmodes/table.el used to put a table cell menu item on the > menubar and it appeared only when the point entered a table cell > area. This is somehow not working anymore. Does anyone have an idea > why? > > Can you try building Emacs sources from various dates, and determine > which change broke this? I am sorry but I cannot perform this test right now as I am overloaded with daily work. I am happy to investigate more when I can spare time, hopefully soon. Also the nature of this bug is a bit more elusive than I thought. If I kill current emacs and start it freshly the menu starts working correctly. It continue to work correctly but eventually stops (entering the point into a table cell doesn't bring the table menu item anymore). I don't exactly know what "eventually" means technically at this moment. -Tak