From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: tool-bar related errors when loading compile.el Date: Sun, 5 Oct 2008 22:47:30 -0700 (PDT) Message-ID: <200810060547.m965lUCa002112@mothra.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223272081 10720 80.91.229.12 (6 Oct 2008 05:48:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 05:48:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 06 07:48:58 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 1Kmixl-0003Xz-II for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2008 07:48:57 +0200 Original-Received: from localhost ([127.0.0.1]:36043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kmiwi-0000rk-5o for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2008 01:47:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kmiwb-0000q6-JA for emacs-devel@gnu.org; Mon, 06 Oct 2008 01:47:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmiwY-0000ne-PF for emacs-devel@gnu.org; Mon, 06 Oct 2008 01:47:44 -0400 Original-Received: from [199.232.76.173] (port=60930 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmiwY-0000nM-Hz for emacs-devel@gnu.org; Mon, 06 Oct 2008 01:47:42 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:46042) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KmiwW-0000xk-Ad; Mon, 06 Oct 2008 01:47:40 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m965lVuX000475; Sun, 5 Oct 2008 22:47:31 -0700 (PDT) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id m965lUCa002112; Sun, 5 Oct 2008 22:47:30 -0700 (PDT) In-Reply-To: (Miles Bader's message of "Mon, 06 Oct 2008 14:20:51 +0900") Original-Lines: 30 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: m965lVuX000475 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:104367 Archived-At: Miles Bader writes: > I get the appended backtrace when loading compile.el. I don't use > tool-bars, and it looks like compile.el is doing tool-bar stuff, so > maybe the problem is caused by this change: > > 2008-10-04 Dan Nicolaescu > > * faces.el (x-create-frame-with-faces): Only setup the toolbar if > tool-bar-mode is on. > > The command I used to get the backtrace was just: > > M-x load-library RET compile.el RET > > Here's the backtrace: You turn the tool-bar off in .Xdefaults, right? (the bug does not show otherwise). I do that too, but I have been running without .Xdefaults for a few days to find a fix for bug#1066, otherwise I would have caught this. :-( I reverted the patch. Help finding a solution for bug#1066 from someone that understands how the toolbar setup is supposed to work would be greatly appreciated. Thanks --dan