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: Server port Date: Sun, 31 Aug 2008 23:02:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220238179 10344 80.91.229.12 (1 Sep 2008 03:02:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 03:02:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Peter Oliver Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 01 05:03:53 2008 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 1KZzhg-0006om-Lv for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2008 05:03:44 +0200 Original-Received: from localhost ([127.0.0.1]:36511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZzgi-00017l-0G for ged-emacs-devel@m.gmane.org; Sun, 31 Aug 2008 23:02:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZzge-00017g-6k for emacs-devel@gnu.org; Sun, 31 Aug 2008 23:02:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZzgb-00017U-PF for emacs-devel@gnu.org; Sun, 31 Aug 2008 23:02:38 -0400 Original-Received: from [199.232.76.173] (port=52398 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZzgb-00017R-Ka for emacs-devel@gnu.org; Sun, 31 Aug 2008 23:02:37 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:45821) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZzgb-0001aF-6h for emacs-devel@gnu.org; Sun, 31 Aug 2008 23:02:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuYEAH/4ukhFxJrH/2dsb2JhbACBZbVCgWmBBw X-IronPort-AV: E=Sophos;i="4.32,304,1217822400"; d="scan'208";a="26179430" Original-Received: from 69-196-154-199.dsl.teksavvy.com (HELO ceviche.home) ([69.196.154.199]) by ironport2-out.teksavvy.com with ESMTP; 31 Aug 2008 23:02:36 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id C6661B41E9; Sun, 31 Aug 2008 23:02:33 -0400 (EDT) In-Reply-To: (Peter Oliver's message of "Sun, 31 Aug 2008 21:20:50 +0100 (BST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:103350 Archived-At: >>> I wanted to force the Emacs server to listen on a particular port. >>> Here is a patch that allows this by adding a customisation option. >> Why? > So that it would be simple to set up a firewall rule or port forwarding to > allow incoming connections from remote emacsclients. Makes sense. Can you post your patch to bug-gnu-emacs so that we can save it for when we reopen the trunk for new features? Stefan