From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Capello Newsgroups: gmane.emacs.devel Subject: Re: 22.1.50; [ERC] erc-default-port should be an integer or a string service (not a string number) Date: Sun, 09 Sep 2007 20:38:05 +0200 Message-ID: <87bqcb4rci.fsf@gismo.pca.it> References: <87veatgpnb.fsf@gismo.pca.it> <87r6lgsf8y.fsf@hariken.mwolson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1189369464 988 80.91.229.12 (9 Sep 2007 20:24:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2007 20:24:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 06:24:11 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 1IUa2c-0008GD-OQ for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 05:34:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUSYF-0002vR-Kn for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 15:34:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IURfe-0002bH-O0 for emacs-devel@gnu.org; Sun, 09 Sep 2007 14:38:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IURfd-0002aO-PD for emacs-devel@gnu.org; Sun, 09 Sep 2007 14:38:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IURfd-0002a9-KI for emacs-devel@gnu.org; Sun, 09 Sep 2007 14:38:09 -0400 Original-Received: from mbox.unige.ch ([129.194.9.209]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IURfd-0006xF-6y for emacs-devel@gnu.org; Sun, 09 Sep 2007 14:38:09 -0400 Original-Received: from gismo.pca.it (78.95.203.62.cust.bluewin.ch [62.203.95.78]) by mbox.unige.ch (Sun Java(tm) System Messaging Server 6.3-1.04 (built May 9 2007; 32bit)) with ESMTPSA id <0JO4007DG6FHJB00@mbox.unige.ch> for emacs-devel@gnu.org; Sun, 09 Sep 2007 20:38:06 +0200 (CEST) Original-Received: by gismo.pca.it (Postfix, from userid 1000) id 0663959EDE; Sun, 09 Sep 2007 20:38:06 +0200 (CEST) In-reply-to: <87r6lgsf8y.fsf@hariken.mwolson.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Solaris 10 (beta) X-Mailman-Approved-At: Sun, 09 Sep 2007 15:34:31 -0400 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:78330 Archived-At: Hi Michael! Please Cc: me, I'm not subscribed to emacs-devel@. Sorry for the late reply, I didn't know that emacs-pretest-bug@ is redirected to emacs-devel@ [1]. On Mon, 03 Sep 2007 03:35:09 +0200, Michael Olson wrote: > Luca Capello writes: >> This is because erc-default-port (lisp/erc/erc.el:1463) defines the >> port number as a string, thus breaking socks-find-services-entry >> (lisp/net/socks.el:551). > > Thanks for the report. I've fixed this in upstream ERC, and will merge > to Emacs trunk shortly. Thanks for the quick fix. > I decided to use the number 6667 instead of a string. The reason > that we don't want to use ircd there is that Mac OS X is unable to > look up that particular service (IIRC). I remember getting at least > one report about it. Well, I remember that I searched in the ERC upstream repository [3] to check if it was already fixed there or not, where I discovered "ircd" instead of the port number. Thx, bye, Gismo / Luca Footnotes: [1] AFAIK there's no mention of that at [2] nor when someone perform M-x report-emacs-bug [2] http://lists.gnu.org/mailman/listinfo [3] of which I forgot the address, sorry