From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Hanchrow 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 19:02:50 -0800 Message-ID: <36366a981001071902k21cbdd4fu2d2b3a13680d9f90@mail.gmail.com> 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=UTF-8 X-Trace: ger.gmane.org 1262919790 4637 80.91.229.12 (8 Jan 2010 03:03:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2010 03:03:10 +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 04:03:03 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 1NT57u-0001Ms-HP for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 04:03:02 +0100 Original-Received: from localhost ([127.0.0.1]:44781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT57v-0005cb-68 for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 22:03:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT57p-0005cW-MI for emacs-devel@gnu.org; Thu, 07 Jan 2010 22:02:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT57l-0005ZI-3d for emacs-devel@gnu.org; Thu, 07 Jan 2010 22:02:57 -0500 Original-Received: from [199.232.76.173] (port=45847 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT57l-0005ZF-1m for emacs-devel@gnu.org; Thu, 07 Jan 2010 22:02:53 -0500 Original-Received: from mail-yx0-f177.google.com ([209.85.210.177]:61105) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NT57k-0006ry-J7 for emacs-devel@gnu.org; Thu, 07 Jan 2010 22:02:52 -0500 Original-Received: by mail-yx0-f177.google.com with SMTP id 7so18711285yxe.25 for ; Thu, 07 Jan 2010 19:02:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=HHHiU1Y/IZDo1U8scwKa8nmpsLB0GJtTUGeTtlhRak8=; b=wBX6GSQbeLd1BieufzitfxfBuWEPYQrvOTAz0t/ul/NY3Vx0l6kfyiUF1fdonQBO3L vrkpTH82BamWIzdfll4rplP9pEBo4JndvjuDCgR5IO+0aICRhnPec49nBxm5GK6HKLN4 TTb6JDpChQ5AH7nVj4K1E/GWCGiFFgNNdpIgc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=snC7TY9wV4jhHrn7rHByDXwJ1prt2byY0vPFEwiBW0MYqlZtlgoRVEMb2nMcIVb3mk sDHiKsE0AUlrTNHuqDskfTTfUj2/eSqDH89qV2faSeEi/PaO1w0fOphjESapTfp1N3Iq chfikVglZsTkAS40YtYfKYNKIkkFR9jvV6R2A= Original-Received: by 10.90.126.9 with SMTP id y9mr150654agc.63.1262919770730; Thu, 07 Jan 2010 19:02:50 -0800 (PST) In-Reply-To: <19270.28051.401596.689093@a1i15.kph.uni-mainz.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 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:119642 Archived-At: On Thu, Jan 7, 2010 at 3:26 PM, Ulrich Mueller wrote: > 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). I could not reproduce this behavior, and yet I've seen something vaguely similar: I generally have running an emacs that I've started via "emacs -nw"; I connect to it with "emacsclient --tty" (and then disconnect) a few times a day. That works fine, with no strange colors. But occasionally I connect to it via "emacsclient -c", which itself works fine -- but thenceforth, console frames that I create with "emacsclient --tty" have a light-colored background -- and killing the X frame doesn't fix that problem. Only restarting emacs fixes it.