From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.devel Subject: Re: Need help debugging Emacs: emacsclient will not draw its contents sometimes Date: Sun, 27 Sep 2015 15:21:52 -0700 Message-ID: <17620.1443392512@allegro.localdomain> References: <83h9mlljl5.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: ger.gmane.org 1443392540 18918 80.91.229.3 (27 Sep 2015 22:22:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2015 22:22:20 +0000 (UTC) Cc: Jon Dufresne , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 28 00:22:09 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 1ZgKKc-0005fZ-IS for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2015 00:22:06 +0200 Original-Received: from localhost ([::1]:59131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgKKb-00043k-VK for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2015 18:22:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgKKV-00043c-VR for emacs-devel@gnu.org; Sun, 27 Sep 2015 18:22:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgKKS-0003AU-So for emacs-devel@gnu.org; Sun, 27 Sep 2015 18:21:59 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:44521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgKKS-0003AA-KY; Sun, 27 Sep 2015 18:21:56 -0400 Original-Received: from allegro.localdomain (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id t8RMLq5f074892; Sun, 27 Sep 2015 15:21:53 -0700 (PDT) (envelope-from m.kupfer@acm.org) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be allegro.localdomain In-Reply-To: Your message of "Wed, 23 Sep 2015 09:45:42 +0300." <83h9mlljl5.fsf@gnu.org> X-Mailer: MH-E 8.6; nmh 1.6; GNU Emacs 24.5.3 Content-ID: <17619.1443392512.1@allegro.localdomain> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-Received-From: 198.144.192.42 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:190420 Archived-At: Eli Zaretskii wrote: > > > I guess the question is now what does Mercurial do, exactly, to invoke > > > emacsclient. Can you look at the command line Mercurial passes to it, > > > for example? Perhaps also log the communications between emacsclient > > > and the server on the Emacs side, and see what is passed there. I occasionally run into the same or a very similar issue as Jon and Tassilo. It's not reproducible on demand and doesn't happen often, so I've been ignoring it. (My usual workaround is to minimize the useless frame and rerun emacsclient. Like Tassilo, I run (server-start) at startup, rather than running Emacs as a daemon.) If it happens again, I can certainly tell you how emacsclient got invoked. But I could use a clue about how to log communication between emacsclient and the server. thanks, mike