From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.1.91 Date: Wed, 27 Feb 2008 10:50:55 -0500 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> <47C55A60.5010709@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204127496 1400 80.91.229.12 (27 Feb 2008 15:51:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 15:51:36 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, matsuan@ca2.so-net.ne.jp, Jason Rumney To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 16:52:01 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 1JUOZb-0004uY-Nk for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 16:52:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUOZ5-0005d1-MT for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 10:51:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUOZ0-0005ba-GG for emacs-devel@gnu.org; Wed, 27 Feb 2008 10:51:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUOYz-0005ar-4I for emacs-devel@gnu.org; Wed, 27 Feb 2008 10:51:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUOYy-0005am-LN for emacs-devel@gnu.org; Wed, 27 Feb 2008 10:51:20 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUOYq-000682-RR; Wed, 27 Feb 2008 10:51:12 -0500 Original-Received: from ceviche.home (vpn-132-204-232-171.acd.umontreal.ca [132.204.232.171]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m1RFpAon027578; Wed, 27 Feb 2008 10:51:10 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 98A17B40C5; Wed, 27 Feb 2008 10:50:55 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Wed, 27 Feb 2008 15:11:15 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered HAS_X_HELO=0 X-detected-kernel: by monty-python.gnu.org: Error: This connection is not (no longer?) in the cache. 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:90613 Archived-At: > + ;; delay until the init files have been loaded > + (add-hook 'after-init-hook `(lambda () (tool-bar-setup ,frame)))) Yuck! There's gotta be a better fix, Stefan