From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: table cell menu does not appear at the menubar Date: Thu, 03 May 2007 19:56:14 -0400 Message-ID: References: <20070502.172214.226046380.Takaaki.Ota@am.sony.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1178236779 15649 80.91.229.12 (3 May 2007 23:59:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 May 2007 23:59:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tak Ota Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 04 01:59:37 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 1HjlCy-00011c-IY for ged-emacs-devel@m.gmane.org; Fri, 04 May 2007 01:59:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjlJX-0006Je-Rb for ged-emacs-devel@m.gmane.org; Thu, 03 May 2007 20:06:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjlJ5-0005Q8-U0 for emacs-devel@gnu.org; Thu, 03 May 2007 20:05:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjlJ5-0005Pl-CU for emacs-devel@gnu.org; Thu, 03 May 2007 20:05:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjlJ5-0005Pe-84 for emacs-devel@gnu.org; Thu, 03 May 2007 20:05:55 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjlCV-0007Ob-8V for emacs-devel@gnu.org; Thu, 03 May 2007 19:59:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Hjl9i-0002O2-EX; Thu, 03 May 2007 19:56:14 -0400 In-reply-to: <20070502.172214.226046380.Takaaki.Ota@am.sony.com> (message from Tak Ota on Wed, 02 May 2007 17:22:14 -0700 (PDT)) 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:70527 Archived-At: (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?