From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: colours in client on xterm (if an X frame is open at same time) Date: Fri, 8 Jan 2010 00:26:11 +0100 Message-ID: <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 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1262906804 5683 80.91.229.12 (7 Jan 2010 23:26:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 23:26:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 00:26:37 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 1NT1kS-0002oK-EK for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 00:26:36 +0100 Original-Received: from localhost ([127.0.0.1]:44601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT1kT-0004w1-1h for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 18:26:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT1kN-0004th-Dh for emacs-devel@gnu.org; Thu, 07 Jan 2010 18:26:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT1kI-0004rj-Rk for emacs-devel@gnu.org; Thu, 07 Jan 2010 18:26:30 -0500 Original-Received: from [199.232.76.173] (port=56927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT1kI-0004ra-Mk for emacs-devel@gnu.org; Thu, 07 Jan 2010 18:26:26 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:52913) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NT1kI-00065z-76 for emacs-devel@gnu.org; Thu, 07 Jan 2010 18:26:26 -0500 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id o07NQBjI022540 for ; Fri, 8 Jan 2010 00:26:11 +0100 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.3/8.14.2) with ESMTP id o07NQBso027140; Fri, 8 Jan 2010 00:26:11 +0100 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.3/8.14.3/Submit) id o07NQBYF027137; Fri, 8 Jan 2010 00:26:11 +0100 X-Mailer: VM 8.0.12 under 23.1.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:119627 Archived-At: 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: [delete the frame with C-x 5 0] $ emacsclient -n -c [don't delete the X frame] $ emacsclient -t Now the window has grey background and the modeline is black. Is it intended that it should look like this? Screenshot: If I set TERM=vt200 (instead of TERM=xterm) before starting emacsclient, then it looks like the first screenshot again. Ulrich