From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Allow specifying services as symbols? Date: Tue, 19 Oct 2010 20:22:26 +0200 Message-ID: <83fww29h5p.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1287513441 25581 80.91.229.12 (19 Oct 2010 18:37:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 18:37:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 20:37:20 2010 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.69) (envelope-from ) id 1P8H3n-00027Q-CM for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 20:37:19 +0200 Original-Received: from localhost ([127.0.0.1]:37407 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8H3m-0003NP-Fi for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 14:37:18 -0400 Original-Received: from [140.186.70.92] (port=40213 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8H3T-0002lB-Ul for emacs-devel@gnu.org; Tue, 19 Oct 2010 14:37:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8GpM-0001CA-PW for emacs-devel@gnu.org; Tue, 19 Oct 2010 14:22:31 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:37503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8GpM-0001By-Io for emacs-devel@gnu.org; Tue, 19 Oct 2010 14:22:24 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LAJ00F00V14ZA00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Tue, 19 Oct 2010 20:22:21 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.93.189]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LAJ00FY4V17VZ40@a-mtaout21.012.net.il>; Tue, 19 Oct 2010 20:22:21 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:131847 Archived-At: > From: Lars Magne Ingebrigtsen > Date: Tue, 19 Oct 2010 20:07:46 +0200 > > It was suggested that we should allow specifying port names (e.g., > "imap") as symbols, too, in addition to strings and numbers. Any > objections to something like the following? If this is accepted, please also update the ELisp manual. Thanks.