From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74248 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.gnus.general Subject: float-pi (was: [gnus git] branch master updated: =5= Add color check support with shr-color ; shr: add tag font ; Revert "Drop colorisation of regions since we don't control the background color." ; shr-color: import ; color-lab: new) Date: Mon, 22 Nov 2010 19:37:29 +0100 Message-ID: <87mxp1cihi.fsf@turtle.gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290451170 2077 80.91.229.12 (22 Nov 2010 18:39:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Nov 2010 18:39:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22613@lists.math.uh.edu Mon Nov 22 19:39:25 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKbIM-00071O-Qw for ding-account@gmane.org; Mon, 22 Nov 2010 19:39:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PKbHG-0004K4-Pj; Mon, 22 Nov 2010 12:38:10 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PKbHE-0004Jr-3m for ding@lists.math.uh.edu; Mon, 22 Nov 2010 12:38:08 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PKbH9-0007xT-EE for ding@lists.math.uh.edu; Mon, 22 Nov 2010 12:38:07 -0600 Original-Received: from mailout-de.gmx.net ([213.165.64.23] helo=mail.gmx.net) by quimby.gnus.org with smtp (Exim 3.36 #1 (Debian)) id 1PKbH8-0006Ht-00 for ; Mon, 22 Nov 2010 19:38:02 +0100 Original-Received: (qmail invoked by alias); 22 Nov 2010 18:37:31 -0000 Original-Received: from p54862101.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.33.1] by mail.gmx.net (mp011) with SMTP; 22 Nov 2010 19:37:31 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+mIDMehh+m9BdaglUyWYxWbO3eOz2ox6gfRriMAa Apwg5GEuIA7C6q Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id 4A1383F46D; Mon, 22 Nov 2010 19:37:29 +0100 (CET) Mail-Followup-To: ding@gnus.org In-Reply-To: (Julien Danjou's message of "Mon, 22 Nov 2010 16:34:47 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.90 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74248 Archived-At: In Emacs 23.2 (and earlier), compiling color-lab.el triggers warnings because float-pi is not defined. It would probably be good to check if float-pi is bound before using it. Cheers, Sven