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: table cell menu does not appear at the menubar Date: Wed, 02 May 2007 17:22:14 -0700 (PDT) Organization: Sony Electronics Inc. Message-ID: <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 1178151747 28843 80.91.229.12 (3 May 2007 00:22:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 May 2007 00:22:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 03 02:22:26 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 1HjP5V-0006oF-Oa for ged-emacs-devel@m.gmane.org; Thu, 03 May 2007 02:22:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjPBy-0008FH-3T for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 20:29:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjPBt-0008C6-OB for emacs-devel@gnu.org; Wed, 02 May 2007 20:29:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjPBs-0008Au-NB for emacs-devel@gnu.org; Wed, 02 May 2007 20:29:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjPBs-0008Ar-Iu for emacs-devel@gnu.org; Wed, 02 May 2007 20:29:00 -0400 Original-Received: from outbound-dub.frontbridge.com ([213.199.154.16] helo=outbound4-dub-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 1HjP5P-00060Q-AA for emacs-devel@gnu.org; Wed, 02 May 2007 20:22:19 -0400 Original-Received: from outbound4-dub.bigfish.com (localhost [127.0.0.1]) by outbound4-dub-R.bigfish.com (Postfix) with ESMTP id 51D6B5BC4F7 for ; Thu, 3 May 2007 00:22:17 +0000 (UTC) Original-Received: from mail102-dub-R.bigfish.com (unknown [10.5.252.3]) by outbound4-dub.bigfish.com (Postfix) with ESMTP id 45F8F1800079 for ; Thu, 3 May 2007 00:22:17 +0000 (UTC) Original-Received: from mail102-dub (localhost [127.0.0.1]) by mail102-dub-R.bigfish.com (Postfix) with ESMTP id 2E6CA22022A for ; Thu, 3 May 2007 00:22:17 +0000 (UTC) X-BigFish: VP Original-Received: by mail102-dub (MessageSwitch) id 1178151737170864_4669; Thu, 3 May 2007 00:22:17 +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 mail102-dub.bigfish.com (Postfix) with ESMTP id BB0C41020060 for ; Thu, 3 May 2007 00:22:16 +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 l430MFM1010480 for ; Thu, 3 May 2007 00:22:15 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 l430MEo4001475 for ; Thu, 3 May 2007 00:22:14 GMT 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:70497 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? -Tak