From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacs.bash? Date: Wed, 29 Oct 2008 17:20:37 +0100 Message-ID: References: <873aig6w1n.fsf@cyd.mit.edu> <873aigf0ve.fsf@cyd.mit.edu> <200810290605.m9T65fY7015776@mothra.ics.uci.edu> <87r65zfm6c.fsf@cyd.mit.edu> 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 1225297280 27125 80.91.229.12 (29 Oct 2008 16:21:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2008 16:21:20 +0000 (UTC) Cc: Glenn Morris , Dan Nicolaescu , emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 29 17:22:20 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 1KvDo1-0004Zq-5h for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 17:22:01 +0100 Original-Received: from localhost ([127.0.0.1]:42070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvDmt-0004ev-Ap for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 12:20:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvDmq-0004eq-6F for emacs-devel@gnu.org; Wed, 29 Oct 2008 12:20:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvDmn-0004dt-34 for emacs-devel@gnu.org; Wed, 29 Oct 2008 12:20:46 -0400 Original-Received: from [199.232.76.173] (port=49463 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvDmm-0004dl-Vo for emacs-devel@gnu.org; Wed, 29 Oct 2008 12:20:45 -0400 Original-Received: from rn-out-0910.google.com ([64.233.170.190]:17759) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvDmj-0007fi-EV; Wed, 29 Oct 2008 12:20:41 -0400 Original-Received: by rn-out-0910.google.com with SMTP id k32so50076rnd.7 for ; Wed, 29 Oct 2008 09:20:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yLIoWM4SYdSJzGCv59LZk+O51RbcWBjXp5tm2lyhZlg=; b=APafXe4cxOdF9A4j8Id+shyub5C9qrPSXvg74NpYFtMxFT7FATWj/9aZNAm1T8MvXx v8J9zRUAAfCLGlCVfGDx5yYySzUHTrK+6Sbn6ndnvULHSD2xc49samelP9KRq4nAE6OB viCFxwwzQK8AwkohsWGyoMBpiW95guR1R7e9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=dXTmHb1K/Do4JX1Pjs1oaZHtC34gkLpp5LRvLo7yIxgAQeJ4W5saW9PrDlltfY4/IS XI6T7z4NBCSQYUZX/pQGQLmeXZUybcZqSxyv8b84lpO6ZN0eZ9F+B5Z6yPbMgGeANlb3 vpYixbcdZLeBR7OtVUk+3d3nunOWQcRp/B8v0= Original-Received: by 10.100.141.10 with SMTP id o10mr4024794and.145.1225297237680; Wed, 29 Oct 2008 09:20:37 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Wed, 29 Oct 2008 09:20:37 -0700 (PDT) In-Reply-To: <87r65zfm6c.fsf@cyd.mit.edu> Content-Disposition: inline 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:105151 Archived-At: On Wed, Oct 29, 2008 at 16:36, Chong Yidong wrote: > Is it generally useful to connect to the server via TCP? Or is it > useful only on systems without local sockets? TCP allows connecting from remote machines (though you still need access to the server file), and supports a very trivial scheme for authentication. Other than that, there is no benefit in using it on systems with local sockets. Juanma