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: Extended menu items, when are :enable and :filter computed? Date: Tue, 28 Feb 2006 01:19:54 -0500 Message-ID: References: <44010776.6020804@student.lu.se> <878xryp1bi.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1141294359 32263 80.91.229.2 (2 Mar 2006 10:12:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Mar 2006 10:12:39 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 02 11:12:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FEknQ-0006Ae-PX for ged-emacs-devel@m.gmane.org; Thu, 02 Mar 2006 11:12:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FEknN-0001Me-VO for ged-emacs-devel@m.gmane.org; Thu, 02 Mar 2006 05:12:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FELeM-0004yo-6U for emacs-devel@gnu.org; Wed, 01 Mar 2006 02:21:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FELeF-0004y1-Ro for emacs-devel@gnu.org; Wed, 01 Mar 2006 02:21:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FE8va-0007lu-Vs for emacs-devel@gnu.org; Tue, 28 Feb 2006 12:46:27 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FDyEB-0005RF-6L for emacs-devel@gnu.org; Tue, 28 Feb 2006 01:20:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FDyDC-0007Bi-7C; Tue, 28 Feb 2006 01:19:54 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Mon, 27 Feb 2006 16:49:26 -0500) 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:51053 Archived-At: I've always viewed such a change as a performance improvement for those cases where we use large dynamically-generated menus or menus with lots of shortcuts to compute (X-Symbol comes to mind). Is this optimization really worth while on modern computers?