From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: table cell menu does not appear at the menubar Date: Thu, 03 May 2007 16:40:37 +0200 Message-ID: <87y7k6nf6i.fsf@escher.local.home> 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 X-Trace: sea.gmane.org 1178203277 17543 80.91.229.12 (3 May 2007 14:41:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 May 2007 14:41:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 03 16:41:11 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 1HjcUW-0002Va-0z for ged-emacs-devel@m.gmane.org; Thu, 03 May 2007 16:41:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hjcb0-0007UD-C5 for ged-emacs-devel@m.gmane.org; Thu, 03 May 2007 10:47:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hjcax-0007Ty-CK for emacs-devel@gnu.org; Thu, 03 May 2007 10:47:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hjcat-0007Tm-87 for emacs-devel@gnu.org; Thu, 03 May 2007 10:47:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hjcat-0007Tj-5B for emacs-devel@gnu.org; Thu, 03 May 2007 10:47:43 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HjcUL-000313-Mt for emacs-devel@gnu.org; Thu, 03 May 2007 10:40:57 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HjcUF-0003a9-2l for emacs-devel@gnu.org; Thu, 03 May 2007 16:40:51 +0200 Original-Received: from i577bdc0c.versanet.de ([87.123.220.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 May 2007 16:40:51 +0200 Original-Received: from Stephen.Berman by i577bdc0c.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 May 2007 16:40:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bdc0c.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) 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:70512 Archived-At: On Wed, 02 May 2007 17:22:14 -0700 (PDT) Tak Ota wrote: > 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? It works for me in GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-04-30. Steve Berman