From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: emacsclient stuck "Waiting for Emacs..." Date: Tue, 21 Jul 2009 07:26:13 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248154613 10073 80.91.229.12 (21 Jul 2009 05:36:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jul 2009 05:36:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Joseph Garvin Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 21 07:36:46 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MT81s-0004Cv-SR for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2009 07:36:45 +0200 Original-Received: from localhost ([127.0.0.1]:49959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT81s-0001jJ-Bd for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2009 01:36:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MT7ro-0005wu-01 for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 01:26:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MT7rj-0005us-43 for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 01:26:19 -0400 Original-Received: from [199.232.76.173] (port=39089 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT7rj-0005ul-0H for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 01:26:15 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:63116) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MT7ri-0002JF-KW for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 01:26:14 -0400 Original-Received: by yxe2 with SMTP id 2so5087758yxe.14 for ; Mon, 20 Jul 2009 22:26:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=4oyveiM/Ohvky5UChT7SnsLCPsZEoyQXjiXuFVhMdFc=; b=S1pPbTICKPxl9bgb2fpatFZktXzoaqx7HGLWm8zcxC28cnxQchXVmTlt1OIwq/DKLu kAVNYoA1Kud9DQnPdjOvv1NasLpIcp8EazpAttwDHplMpfN4Qm2LetFaCJz+FHD4EjTt aLeXF2Ewoq6GGaIzoKHEFENioeHsvrNOcezp8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gGoJh+941U+F/EiObvHnT0n6nYWbSJKg4zRaIdwdkNrdW3DSVSH+A4rJ4hv2wJeoV1 a3qKoUBALVvWFf7hcPKbSeRvTwytoqi5me2H8x2hs/jN/9TY6QvzVQbqgiOVl9jJuCo/ BX2RbskGC7tMY0dX5GIVqaN6D3lrnn8YZostY= Original-Received: by 10.100.5.12 with SMTP id 12mr7371346ane.69.1248153973506; Mon, 20 Jul 2009 22:26:13 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66279 Archived-At: Send a bug report! M-x report-emacs-bug On Mon, Jul 20, 2009 at 4:35 PM, Joseph Garvin wrote: > I'm running emacs 22.0.96.1. I've put (server-start) in my rc file, and when > I run emacsclient on a file it opens it my existing emacs just as it should. > But emacsclient never detects that emacs has opened the file and just sits > there "Waiting for Emacs..." after that. If in emacs I restart the server > M-x server-start, then emacsclient stops waiting (because it finally > realizes it finished or because it detects a disconnect, I don't know). I've > looked in my /tmp and verified there's an entry for the emacs server there. > In case it's relevant, I'm running on Solaris 10. > > Any ideas how to fix emacsclient? > > thanks >