From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: table.el 1.6.1 Date: Fri, 22 Mar 2002 05:26:35 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203221226.g2MCQZa01737@aztec.santafe.edu> References: <20020319.212249.60850794.Takaaki.Ota@am.sony.com> <200203210138.g2L1cum14295@rum.cs.yale.edu> <20020320.213722.110254553.Takaaki.Ota@am.sony.com> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016800122 8968 127.0.0.1 (22 Mar 2002 12:28:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 12:28:42 +0000 (UTC) Cc: monnier+gnu/emacs@RUM.cs.yale.edu, emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oO9y-0002KX-00 for ; Fri, 22 Mar 2002 13:28:42 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16oOGd-0005s1-00 for ; Fri, 22 Mar 2002 13:35:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oO9r-00047M-00; Fri, 22 Mar 2002 07:28:35 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oO7w-0003x7-00; Fri, 22 Mar 2002 07:26:36 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2MCQZa05857; Fri, 22 Mar 2002 05:26:35 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2MCQZa01737; Fri, 22 Mar 2002 05:26:35 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: Takaaki.Ota@am.sony.com In-Reply-To: <20020320.213722.110254553.Takaaki.Ota@am.sony.com> (message from Tak Ota on Wed, 20 Mar 2002 21:37:22 -0800 (PST)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2125 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2125 Yes, the position-dependent menubar entry does work under 21.1.90, however does not work under 21.2.50 and 20.7. We decided to stop supporting position-dependent menubar entries because they did not work reliably. Emacs does not recompute the menubar when point moves, not in general. We figured that turning this off completely was easier than making the feature work well enough to be used. However, if it really needs to work, we could make it efficient. Emacs could recompute the menu bar whenever the keymap or local-map property at point now is different from the corresponding property at point last time. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel