From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: checking for light or dark background Date: Sun, 20 Feb 2022 22:05:31 +0200 Message-ID: <835yp9wbg4.fsf@gnu.org> References: <838rut77h2.fsf@gnu.org> <83y22mvxwu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35999"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 20 21:06:19 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nLsTL-00099o-KD for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 20 Feb 2022 21:06:19 +0100 Original-Received: from localhost ([::1]:51136 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nLsTK-0003jb-3Q for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 20 Feb 2022 15:06:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38104) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLsSX-0003j6-AR for help-gnu-emacs@gnu.org; Sun, 20 Feb 2022 15:05:29 -0500 Original-Received: from [2001:470:142:3::e] (port=33286 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLsSW-0004NF-VN for help-gnu-emacs@gnu.org; Sun, 20 Feb 2022 15:05:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=6LW0UeMbvhBEPT/yhCe78TzU/sI5+pHdMv4DAeC390A=; b=XfbYpmkDNpRM 9UOl889xLw6blzUUnm32+fWJal6fLpHEuzrlbXolWY/7JkJTn/4V8/FXxTPKkPuOayeASVae4zArq WtY142mHi9dYNRQJygMnV5lFSKOppTA+yX620ptrdkfuwyNioTFTTbiYJcw6Z8CIn+gijh6loRfZy ZrNns+XLKWSZYq5FMIHGy/Wh0ro2RnjP+tbAW95yWRF8ye41A24pc1A2/dxbMWgHS41h9wVF9598X 3B1lkMwrGFPrm0y0jUGVMKuBVd4WACqUDHzE0dbHu0tNNdXmebOXG0n3MTvBNwp6h27G3hUhFgTvZ tjJoZawojjOkgOjsjwXZ/w==; Original-Received: from [87.69.77.57] (port=3068 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLsSW-00088s-Ah for help-gnu-emacs@gnu.org; Sun, 20 Feb 2022 15:05:28 -0500 In-Reply-To: (message from James Cloos on Sun, 20 Feb 2022 14:30:43 -0500) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136083 Archived-At: > From: James Cloos > Cc: help-gnu-emacs@gnu.org > Copyright: Copyright 2022 James Cloos > OpenPGP-Fingerprint: E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6 > Date: Sun, 20 Feb 2022 14:30:43 -0500 > > >>>>> "EZ" == Eli Zaretskii writes: > > EZ> You didn't tell what terminal you tried this on. Some of them are > EZ> capable of reporting their default background color, others aren't. > > screen was running on rxvt-unicode. So you are saying rxvt-set-background-mode doesn't work for you?