From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [jay_finger@hotmail.com: Two problems in Emacs-21.2.91 on Windows] Date: Thu, 24 Oct 2002 09:13:26 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021024082927.AB55.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035443731 17808 80.91.224.249 (24 Oct 2002 07:15:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2002 07:15:31 +0000 (UTC) Cc: jasonr@btinternet.com, andrewi@gnu.org, jay_finger@hotmail.com, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 184cDK-0004d6-00 for ; Thu, 24 Oct 2002 09:15:30 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 184cFO-0005hu-00 for ; Thu, 24 Oct 2002 09:17:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184cC4-0002IH-00; Thu, 24 Oct 2002 03:14:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 184cBl-0002Ey-00 for emacs-devel@gnu.org; Thu, 24 Oct 2002 03:13:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 184cBj-0002Ek-00 for emacs-devel@gnu.org; Thu, 24 Oct 2002 03:13:52 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 184cBi-0002Ed-00; Thu, 24 Oct 2002 03:13:51 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id JAA27552; Thu, 24 Oct 2002 09:13:26 +0200 (IST) X-Sender: eliz@is Original-To: Juanma Barranquero In-Reply-To: <20021024082927.AB55.LEKTU@terra.es> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8712 On Thu, 24 Oct 2002, Juanma Barranquero wrote: > Well, on one hand I don't see the point of having XColor defined in > xfaces.c *and* other .c files (like w32term.c, for example). That's what > include files are for, aren't? We could use some header that is common to all platforms, with a suitable ifdef if needed.