From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jon Dufresne Newsgroups: gmane.emacs.devel Subject: Re: Need help debugging Emacs: emacsclient will not draw its contents sometimes Date: Thu, 10 Sep 2015 11:52:03 -0700 Message-ID: References: <83fv2o7rtp.fsf@gnu.org> <8337yo7mdo.fsf@gnu.org> <83d1xq5m8f.fsf@gnu.org> <83twr23yef.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441911162 28754 80.91.229.3 (10 Sep 2015 18:52:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2015 18:52:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 10 20:52:39 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 1Za6xR-0007Kb-D9 for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 20:52:29 +0200 Original-Received: from localhost ([::1]:51229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za6xQ-000181-NQ for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 14:52:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za6x4-0000vi-55 for emacs-devel@gnu.org; Thu, 10 Sep 2015 14:52:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za6x3-0002zm-DW for emacs-devel@gnu.org; Thu, 10 Sep 2015 14:52:06 -0400 Original-Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:36082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za6x2-0002yK-1M; Thu, 10 Sep 2015 14:52:04 -0400 Original-Received: by qgx61 with SMTP id 61so43683832qgx.3; Thu, 10 Sep 2015 11:52:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cDpmPRk02+rElQF6J2yOJBQ1L4p9DGbmr3EWCasP3lc=; b=HCZ09DfQxLLF9d8jnMLzz+HtTimupFZW+4TwamL8zeUN+P/j0vNjRY2CCAZAWrImO0 RitmdcVd7ptV1c2FAe+bAWodbVZj4Fu6RMljTIobAEbZsPGFa+dloIcyDPK6e8zlJDTm Zzu8AFJzY05MvRirpAnYFmw5eUegJ8PPmY3Nw/6g/UfQ+zfrEdc9HTEcGGmVzPrhltqU sy0jTNXAKptS0yj2+W1iKVHE/KdhkEeR3i2WcuJGKKha43cw2Dl7HMFqhjTZ1/ecNw6V lFeIvkRAoLa4QGPjM1vUpmGZ7u5e7kwauljymr3FyYZpPDO40p1kZ8wkokWs/1Po3cRs 1G4g== X-Received: by 10.140.94.111 with SMTP id f102mr55669096qge.102.1441911123638; Thu, 10 Sep 2015 11:52:03 -0700 (PDT) Original-Received: by 10.55.100.135 with HTTP; Thu, 10 Sep 2015 11:52:03 -0700 (PDT) In-Reply-To: <83twr23yef.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::22d 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:189820 Archived-At: 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.