From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: colours in client on xterm (if an X frame is open at same time) Date: Thu, 7 Jan 2010 15:58:21 -0800 (PST) Message-ID: <201001072358.o07NwL1e006325@godzilla.ics.uci.edu> References: <19270.28051.401596.689093@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262908828 11447 80.91.229.12 (8 Jan 2010 00:00:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2010 00:00:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 01:00:20 2010 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 1NT2H2-0005ib-Ed for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 01:00:16 +0100 Original-Received: from localhost ([127.0.0.1]:36201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT2H3-0000F0-5g for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 19:00:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT2Gx-0000DD-T1 for emacs-devel@gnu.org; Thu, 07 Jan 2010 19:00:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT2Gt-00006I-03 for emacs-devel@gnu.org; Thu, 07 Jan 2010 19:00:11 -0500 Original-Received: from [199.232.76.173] (port=44183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT2Gs-00006C-TI for emacs-devel@gnu.org; Thu, 07 Jan 2010 19:00:06 -0500 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]:55671) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NT2Gs-000843-7J for emacs-devel@gnu.org; Thu, 07 Jan 2010 19:00:06 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id o07NwLDo025564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Jan 2010 15:58:21 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id o07NwL1e006325; Thu, 7 Jan 2010 15:58:21 -0800 (PST) In-Reply-To: <19270.28051.401596.689093@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Fri, 8 Jan 2010 00:26:11 +0100") Original-Lines: 21 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: o07NwLDo025564 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:119630 Archived-At: Ulrich Mueller writes: > Hi, > > I wonder if the following is a feature or a bug: If I run > "emacsclient -t" in an xterm, then I get a grey background if an > X frame is open at the same time (this didn't happen with 23.1). > > To be specific, here is a session that illustrates the behaviour: > > $ emacs -Q --daemon > ("emacs") > Starting Emacs daemon. > $ emacsclient -t > > This looks "normal": the window has a white background, and the > modeline has a greenish background. > Screenshot: Green is not the default face for the modeline for any display, so something is strange in your setup.