From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: emacsclient -n problems Date: Thu, 20 Dec 2007 19:06:26 -0500 Message-ID: References: <20071215110924.GA52148@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198195602 5179 80.91.229.12 (21 Dec 2007 00:06:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 00:06:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Emanuele Giaquinta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 21 01:06:54 2007 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 1J5VPg-0007HL-1b for ged-emacs-devel@m.gmane.org; Fri, 21 Dec 2007 01:06:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5VPM-0005Zu-F8 for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 19:06:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5VPI-0005ZG-9h for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:06:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5VPH-0005Yt-Rb for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:06:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5VPH-0005Yo-NG for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:06:27 -0500 Original-Received: from bas-flu-bbcs-dynip-199-119.vtx.ch ([83.228.199.119] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5VPH-00078z-5z for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:06:27 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 56741B40F5; Thu, 20 Dec 2007 19:06:26 -0500 (EST) In-Reply-To: <20071215110924.GA52148@orion.lan> (Emanuele Giaquinta's message of "Sat, 15 Dec 2007 12:09:24 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:85318 Archived-At: > Using latest cvs, with the following recipe: > emacs -Q --eval '(server-start)' > emacsclient -nc > evaluate '(save-buffers-kill-terminal)' in the client > Debugger entered--Lisp error: (wrong-type-argument processp nowait) > process-plist(nowait) > process-get(nowait buffers) > server-save-buffers-kill-terminal(nowait nil) > save-buffers-kill-terminal() > eval((save-buffers-kill-terminal)) > eval-expression((save-buffers-kill-terminal) nil) > call-interactively(eval-expression nil nil) > When using '--no-wait' together with '--tty' instead the client does > not even start. Thank you for the report. Looks like a simple bug. I'll take a look at it when I come from from my vacation, Stefan