From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Next release Date: Thu, 8 May 2008 04:34:13 +0200 Message-ID: References: <18457.37369.262079.668907@kahikatea.snap.net.nz> <874p9dn46h.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210214080 18799 80.91.229.12 (8 May 2008 02:34:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 02:34:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 04:35:15 2008 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 1JtvyP-0005Nd-1Q for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 04:35:09 +0200 Original-Received: from localhost ([127.0.0.1]:43484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jtvxg-0006UY-SV for ged-emacs-devel@m.gmane.org; Wed, 07 May 2008 22:34:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jtvxd-0006UB-4j for emacs-devel@gnu.org; Wed, 07 May 2008 22:34:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jtvxb-0006Ty-Pj for emacs-devel@gnu.org; Wed, 07 May 2008 22:34:20 -0400 Original-Received: from [199.232.76.173] (port=43420 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jtvxb-0006Tv-K2 for emacs-devel@gnu.org; Wed, 07 May 2008 22:34:19 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.178]:22941) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jtvxb-0004vT-CY for emacs-devel@gnu.org; Wed, 07 May 2008 22:34:19 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so740021wag.10 for ; Wed, 07 May 2008 19:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=02UzCBZfmBKfSTRJkQSLHG8um+IMt3RyA0+bS/iKcvc=; b=SCuFrZFeo0ZDuRmnKlRLvv3NrCJZrCBXMIMpxP9vqmhuDv7gNB78PFe0kUgAH56VhasW+d1a9qVi8kqZy9LGzT/kltqFARsKwnwbSbRlKQXoVbTY33lyHaYk586H8TDMG9m3sHDrV4V9qHy0DuYxvy/F/5fchAhWxWoXEFO729I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EMQdbNo7gW7XeqYE5GurhqQFh//iEyyJ3GK49A0n9P/Pv0dpK/iH//tq9v1+hoC1KyCgAgkRBi6/kVU0lcZ3lheA2BK0daxl6QVhf4Db7L0QfP8gVqg3yjcNeZBjl5ycg24fOMrU9Q8D90UnYYmSjaN/2+xJf8C63v4swL+Jk44= Original-Received: by 10.114.113.1 with SMTP id l1mr2565052wac.226.1210214053574; Wed, 07 May 2008 19:34:13 -0700 (PDT) Original-Received: by 10.114.166.20 with HTTP; Wed, 7 May 2008 19:34:13 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:96728 Archived-At: On Wed, May 7, 2008 at 8:28 PM, Stefan Monnier wrote: > I've just installed a change in tool-bar.el which delays the call to > find-image. Instead of being called in tool-bar-setup, it's now called > when looking up the tool-bar keymap. Thanks! > This probably won't fix the problem right away (after all, the toolbar > is displayed before reading the .emacs, so the tool-bar filter will be > triggered (and will call find-image) before the .emacs is read). Funnily enough, it *does* fix it. With a simple .emacs with ;;; .emacs (let ((xpm (assq 'xpm image-library-alist))) (setcdr xpm (cons "my-xpm.dll" (cdr xpm)))) ;;; end I get this: C:\test> runemacs C:\test> listdlls emacs.exe | grep -i xpm 0x20800000 0x7e000 C:\emacs\libs\my-xpm.dll C:\test> runemacs -q C:\test> listdlls emacs.exe | grep -i xpm 0x20800000 0x7e000 C:\emacs\libs\libxpm.dll > I'm curious: if Emacs-22 on W32 only loads the > image libraries after the .emacs, does that mean that it doesn't display > the tool-bar while loading the .emacs? Eli has answered that, but if you add (message-box "Not yet finished") to the end of .emacs, the tool bar is not visible until *after* you dismiss the message. Juanma