From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Color themes Date: Sat, 01 Mar 2008 11:31:50 +0200 Message-ID: References: <874pbrcpos.fsf@stupidchicken.com> <200802292349.m1TNn0Nr011409@sallyv1.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1204363941 2326 80.91.229.12 (1 Mar 2008 09:32:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2008 09:32:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 01 10:32:47 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 1JVO5G-0005U5-1i for ged-emacs-devel@m.gmane.org; Sat, 01 Mar 2008 10:32:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVO4i-00040r-8f for ged-emacs-devel@m.gmane.org; Sat, 01 Mar 2008 04:32:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVO4e-00040g-2w for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:32:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVO4Z-00040C-Dz for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:32:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVO4Z-000409-Ap for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:32:03 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVO4Y-00057n-ES for emacs-devel@gnu.org; Sat, 01 Mar 2008 04:32:03 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-228-118.inter.net.il [84.229.228.118]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JIR52682 (AUTH halo1); Sat, 1 Mar 2008 11:29:25 +0200 (IST) In-reply-to: <200802292349.m1TNn0Nr011409@sallyv1.ics.uci.edu> (message from Dan Nicolaescu on Fri, 29 Feb 2008 15:49:00 -0800) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:90966 Archived-At: > From: Dan Nicolaescu > Date: Fri, 29 Feb 2008 15:49:00 -0800 > Cc: emacs-devel@gnu.org > > With multi-tty and the default face definitions you can do things like: > > emacs -f server-start > > rxvt -fg white -bg black > and in rxvt do emacsclient -t > > then start another rxvt with a different fg/bg: > rxvt -fg black -bg white > and in there do emacsclient -t > > [rxvt not xterm with emacs knows how to find out the default fg/bg color]. > > All the emacs/eamcsclient frames in the example above will get the > correct face definitions for the type of display they run on. > That does not work anymore if one uses color-theme.el (and quite likely > Custom Themes). OTOH, perhaps whoever uses color themes wants all their frames to use the same face definitions?