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: Need help debugging Emacs: emacsclient will not draw its contents sometimes Date: Fri, 11 Sep 2015 10:26:14 +0300 Message-ID: <83egi54dt5.fsf@gnu.org> References: <83fv2o7rtp.fsf@gnu.org> <8337yo7mdo.fsf@gnu.org> <83d1xq5m8f.fsf@gnu.org> <83twr23yef.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1441956417 4102 80.91.229.3 (11 Sep 2015 07:26:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2015 07:26:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jon Dufresne Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 11 09:26:40 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZaIjA-0004Dq-Mj for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2015 09:26:32 +0200 Original-Received: from localhost ([::1]:54615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaIj9-0003Ov-Mz for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2015 03:26:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaIj5-0003Mz-I8 for emacs-devel@gnu.org; Fri, 11 Sep 2015 03:26:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaIj1-0002dh-J2 for emacs-devel@gnu.org; Fri, 11 Sep 2015 03:26:27 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:48929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaIj1-0002d6-Bn for emacs-devel@gnu.org; Fri, 11 Sep 2015 03:26:23 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NUI006004MW4U00@mtaout29.012.net.il> for emacs-devel@gnu.org; Fri, 11 Sep 2015 10:26:46 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUI004NC4OMMH10@mtaout29.012.net.il>; Fri, 11 Sep 2015 10:26:46 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189830 Archived-At: > Date: Thu, 10 Sep 2015 11:52:03 -0700 > From: Jon Dufresne > Cc: emacs-devel@gnu.org > > On Thu, Sep 10, 2015 at 11:46 AM, Eli Zaretskii wrote: > > Is the background of the frame correct? That is, if it were > > completely displayed, would you expect the background color to remain > > as it is shown in that screenshot? > > No. I expect the background of the frame to be white. The color you > see is from the desktop background going through a transparent outline > of where Emacs should be. This screenshot is from the overview of > GNOME 3. > > > Do you have a way to try this with a development snapshot of Emacs 25? > > I'll give this a shot and report if I encounter the issue again. Thanks. Thanks. One other thing to try is "emacsclient -t", i.e. a text-mode frame. Does that have the same problem, or does it display buffers as expected?