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: problems with easy-menu-add on --without-x emacs Date: Sat, 17 Apr 2004 15:46:43 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <877jwocydn.fsf@tc-1-100.kawasaki.gol.ne.jp> <87vfk3eoge.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1082231386 25070 80.91.224.253 (17 Apr 2004 19:49:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Apr 2004 19:49:46 +0000 (UTC) Cc: miles@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Apr 17 21:49:40 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEvoq-000325-00 for ; Sat, 17 Apr 2004 21:49:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEvoq-00052W-00 for ; Sat, 17 Apr 2004 21:49:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEvnU-0002cE-B0 for emacs-devel@quimby.gnus.org; Sat, 17 Apr 2004 15:48:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEvnH-0002b0-R4 for emacs-devel@gnu.org; Sat, 17 Apr 2004 15:48:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEvml-0002JF-52 for emacs-devel@gnu.org; Sat, 17 Apr 2004 15:48:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEvmk-0002Iw-Si for emacs-devel@gnu.org; Sat, 17 Apr 2004 15:47:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1BEvlz-0005WS-Qp; Sat, 17 Apr 2004 15:46:43 -0400 Original-To: David Kastrup In-reply-to: (message from David Kastrup on 16 Apr 2004 20:27:14 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21830 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21830 I almost never used the menu-bar, and yes, when I did, clicking on it for the first time always caused a significant delay. The idea of the precomputation is to avoid most of that delay (to cause it to happen before Emacs is dumped, in fact). So I wonder whether precomputation is really operating properly for you. It sounds like maybe it is not.