From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: emacs.bash? Date: Wed, 29 Oct 2008 11:36:27 -0400 Message-ID: <87r65zfm6c.fsf@cyd.mit.edu> References: <873aig6w1n.fsf@cyd.mit.edu> <873aigf0ve.fsf@cyd.mit.edu> <200810290605.m9T65fY7015776@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225294797 16418 80.91.229.12 (29 Oct 2008 15:39:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2008 15:39:57 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 29 16:40:58 2008 connect(): Connection refused 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 1KvD79-00019J-As for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 16:37:43 +0100 Original-Received: from localhost ([127.0.0.1]:36254 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvD5z-0000eQ-7U for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 11:36:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvD5u-0000eB-Sa for emacs-devel@gnu.org; Wed, 29 Oct 2008 11:36:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvD5t-0000dT-Bx for emacs-devel@gnu.org; Wed, 29 Oct 2008 11:36:26 -0400 Original-Received: from [199.232.76.173] (port=47911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvD5t-0000dQ-30 for emacs-devel@gnu.org; Wed, 29 Oct 2008 11:36:25 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:43973) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvD5p-0000l6-OF; Wed, 29 Oct 2008 11:36:21 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 3825757E0BE; Wed, 29 Oct 2008 11:36:27 -0400 (EDT) In-Reply-To: <200810290605.m9T65fY7015776@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Tue, 28 Oct 2008 23:05:41 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105149 Archived-At: > > I've also rewritten the documentation of the Emacs server substantially. > > If anyone is familiar with the Emacs server/client functionality, I > > encourage you to take a look, and check if I screwed up anywhere. > > Looks good to me. > Maybe adding some info about `server-use-tcp' and `server-host' would be > useful too, it's hard to find out about those without reading the code. Is it generally useful to connect to the server via TCP? Or is it useful only on systems without local sockets?