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: Mon, 28 Sep 2015 09:39:52 +0300 Message-ID: <83si5zdp3b.fsf@gnu.org> References: <17620.1443392512@allegro.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443422455 7623 80.91.229.3 (28 Sep 2015 06:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2015 06:40:55 +0000 (UTC) Cc: jon.dufresne@gmail.com, emacs-devel@gnu.org To: Mike Kupfer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 28 08:40:46 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 1ZgS7A-0005N8-Rc for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2015 08:40:44 +0200 Original-Received: from localhost ([::1]:60854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgS7A-0000LK-4L for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2015 02:40:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgS6E-00005C-HC for emacs-devel@gnu.org; Mon, 28 Sep 2015 02:39:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgS6B-0000q5-AF for emacs-devel@gnu.org; Mon, 28 Sep 2015 02:39:46 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:48450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgS6B-0000pv-25 for emacs-devel@gnu.org; Mon, 28 Sep 2015 02:39:43 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NVD00I00JE24V00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 28 Sep 2015 09:39:41 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVD00HGBJU5Z770@a-mtaout20.012.net.il>; Mon, 28 Sep 2015 09:39:41 +0300 (IDT) In-reply-to: <17620.1443392512@allegro.localdomain> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:190428 Archived-At: > From: Mike Kupfer > cc: Jon Dufresne , emacs-devel@gnu.org > Date: Sun, 27 Sep 2015 15:21:52 -0700 > > 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. Set the variable server-log to a non-nil value (in your .emacs), then look at the contents of the buffer named " *server*" after each invocation of emacsclient.