From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: tool-bar related errors when loading compile.el Date: Mon, 06 Oct 2008 07:58:57 +0200 Message-ID: <48E9A921.2040200@gmx.at> References: <200810060547.m965lUCa002112@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223272841 12425 80.91.229.12 (6 Oct 2008 06:00:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 06:00:41 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 06 08:01:38 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 1KmjA1-0006tM-BF for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2008 08:01:37 +0200 Original-Received: from localhost ([127.0.0.1]:43413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kmj8x-0004yF-Vn for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2008 02:00:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kmj8u-0004yA-63 for emacs-devel@gnu.org; Mon, 06 Oct 2008 02:00:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kmj8r-0004xy-KH for emacs-devel@gnu.org; Mon, 06 Oct 2008 02:00:26 -0400 Original-Received: from [199.232.76.173] (port=45018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kmj8r-0004xv-E3 for emacs-devel@gnu.org; Mon, 06 Oct 2008 02:00:25 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:35651) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kmj8p-0004zJ-O6 for emacs-devel@gnu.org; Mon, 06 Oct 2008 02:00:24 -0400 Original-Received: (qmail invoked by alias); 06 Oct 2008 06:00:21 -0000 Original-Received: from 62-47-59-189.adsl.highway.telekom.at (EHLO [62.47.59.189]) [62.47.59.189] by mail.gmx.net (mp059) with SMTP; 06 Oct 2008 08:00:21 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/LssYpmOPLCuwLxX/Lka7+q1nilJRdvsjzMegt90 jO0/uBddPAuJ/O User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <200810060547.m965lUCa002112@mothra.ics.uci.edu> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.8100000000000001 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:104368 Archived-At: > 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. I'd rather turn (if (display-graphic-p) into (if tool-bar-mode in compile.el and grep.el. martin