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: (featurep 'multi-tty) => t on Windows Date: Wed, 10 Dec 2008 11:16:34 -0500 Message-ID: <87r64g9fa5.fsf@cyd.mit.edu> References: <873agwxh8p.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228925818 30918 80.91.229.12 (10 Dec 2008 16:16:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 16:16:58 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 17:18:02 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 1LARl1-0000Rs-PI for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 17:17:52 +0100 Original-Received: from localhost ([127.0.0.1]:50052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LARjq-0004Ra-Eb for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 11:16:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LARjk-0004Q6-GV for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:16:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LARji-0004Om-Ct for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:16:31 -0500 Original-Received: from [199.232.76.173] (port=53101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LARji-0004Ob-2w for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:16:30 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:52455) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LARjh-0001Wg-Px for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:16:29 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id EFE1B57E1C8; Wed, 10 Dec 2008 11:16:34 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Wed, 10 Dec 2008 15:05:49 +0100") 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:106755 Archived-At: "Juanma Barranquero" writes: >> Could you check whether anything in the Emacs sources tests for the >> multi-tty feature? > > Just once: > > `erc-cmd-SV' (from erc/erc.el) uses it, but just to build a string to > display the current Emacs version: > > (if (featurep 'multi-tty) ", multi-tty" "")) I think this feature should be nil on Windows. Go ahead and make the change.