From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Wells Newsgroups: gmane.emacs.devel Subject: Re: tooltip frame uses (class mono) when processing defface specs Date: Thu, 20 Sep 2007 18:32:54 +0100 Message-ID: <86y7f19r95.fsf@macs.hw.ac.uk> References: <863axadi7d.fsf@macs.hw.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190309592 27460 80.91.229.12 (20 Sep 2007 17:33:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 17:33:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 19:33:08 2007 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 1IYPtk-0004eH-HM for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 19:33:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYPti-000192-MW for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 13:33:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYPtf-00017A-Pn for emacs-devel@gnu.org; Thu, 20 Sep 2007 13:33:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYPtf-000161-5v for emacs-devel@gnu.org; Thu, 20 Sep 2007 13:33:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYPte-00015r-T7 for emacs-devel@gnu.org; Thu, 20 Sep 2007 13:33:02 -0400 Original-Received: from izanami.macs.hw.ac.uk ([137.195.13.6]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IYPta-0000pW-UY; Thu, 20 Sep 2007 13:32:59 -0400 Original-Received: from selene.macs.hw.ac.uk ([137.195.27.40]:47499 helo=127.0.0.1) by izanami.macs.hw.ac.uk with smtp (Exim 4.51) id 1IYPtW-0007AI-Vt; Thu, 20 Sep 2007 18:32:55 +0100 Original-Received: (nullmailer pid 3305 invoked by uid 1001); Thu, 20 Sep 2007 17:32:54 -0000 In-Reply-To: (Richard Stallman's message of "Thu\, 20 Sep 2007 12\:35\:15 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:79385 Archived-At: Richard Stallman writes: > When processing defface specs, the tooltip frame uses > alternatives that select the characteristic (class mono). > Alternatives that select (class color) or (class grayscale) are > not used. > > That is strange. It ought to use whichever one fits the screen it > is on, right? I had been guessing that this was a deliberate design choice (with which I disagreed). From what you say, it is rather a bug. Anyway, the example expressions I sent should allow reproducing the behavior I see. Is this the case? -- Joe