From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?0JDQvdC00YDQtdC5INCf0LDRgNCw0LzQvtC90L7Qsg==?= Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: emacsclient fails, emacsclient -t works Date: Sun, 27 Dec 2009 21:23:58 +0300 Message-ID: <5f0660120912271023t521f88f9q467d487350866464@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1261938281 6933 80.91.229.12 (27 Dec 2009 18:24:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Dec 2009 18:24:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 27 19:24:34 2009 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 1NOxn6-0003NI-T2 for ged-emacs-devel@m.gmane.org; Sun, 27 Dec 2009 19:24:33 +0100 Original-Received: from localhost ([127.0.0.1]:38662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOxn7-00063f-2h for ged-emacs-devel@m.gmane.org; Sun, 27 Dec 2009 13:24:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOxmz-00060i-PV for emacs-devel@gnu.org; Sun, 27 Dec 2009 13:24:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOxmu-0005uu-28 for emacs-devel@gnu.org; Sun, 27 Dec 2009 13:24:24 -0500 Original-Received: from [199.232.76.173] (port=34810 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOxmt-0005ui-TL; Sun, 27 Dec 2009 13:24:19 -0500 Original-Received: from mail-ew0-f224.google.com ([209.85.219.224]:42520) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NOxmt-00006Q-KR; Sun, 27 Dec 2009 13:24:19 -0500 Original-Received: by ewy24 with SMTP id 24so11334107ewy.26 for ; Sun, 27 Dec 2009 10:24:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:cc:content-type; bh=9yP6ZKkVADBvQChNF7D0Us//vIcIKPVAvBLngjeWMus=; b=u8sT3K5zwEvytrG4wvznqEQ8380zV/rtKo6ZRHzoV89c7OoxpXYPGGSRQF81dHkQmW BOJ88AQGlJDHoH/mCx5LP0Fie5hxELOLRpfGeHm9dOFTTBaf6XMnY5Xcja0T5lcLaiJg bv1DezqT2Wm7l8aOMET0ZBRtJahlls+9xaPXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; b=efWySOTksjwpDCu+a8jYXsWcWBVHlYeibnA2U+jPCc9C+Mjlu42hzbqgp3hfLKOmjA jWoTUHZwf1TZYFBWR2mS8rzoRZ0lB10fttr3bJ35xMVy1uy6afWGAC0FhUjdgaiPa6/R iX/Jkh9QylZh/2VQsnW64PbmXWzWyMrBFFM1Q= Original-Received: by 10.216.93.69 with SMTP id k47mr1225200wef.179.1261938258076; Sun, 27 Dec 2009 10:24:18 -0800 (PST) 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:118834 gmane.emacs.help:70890 Archived-At: Hello! I've restarted my X session, and connect to the still running emacs daemon via emacsclient no longer works. X window is created, but nothing is ever drawn inside it. Fortunately, emacsclient -t works, so I don't lose information. However, I wish to try to debug the problem. What should I do? Andrey Paramonov