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: (featurep 'multi-tty) => t on Windows Date: Fri, 12 Dec 2008 13:08:15 +0100 Message-ID: References: <873agwxh8p.fsf@cyd.mit.edu> <87r64g9fa5.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 1229083738 5764 80.91.229.12 (12 Dec 2008 12:08:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Dec 2008 12:08:58 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 12 13:10:03 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 1LB6q7-0002QG-Bh for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2008 13:09:51 +0100 Original-Received: from localhost ([127.0.0.1]:45994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB6ot-0007Tl-7p for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2008 07:08:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LB6of-0007Sj-3v for emacs-devel@gnu.org; Fri, 12 Dec 2008 07:08:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LB6od-0007S7-6f for emacs-devel@gnu.org; Fri, 12 Dec 2008 07:08:19 -0500 Original-Received: from [199.232.76.173] (port=60141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB6oc-0007Rv-Oa for emacs-devel@gnu.org; Fri, 12 Dec 2008 07:08:18 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.154]:36578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LB6oa-0005xv-TT; Fri, 12 Dec 2008 07:08:17 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so662914ywk.66 for ; Fri, 12 Dec 2008 04:08:15 -0800 (PST) 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=vtHQdTfCDGbpSsMJKQebD7lLfeV5UDWYAbx7dh4Gre8=; b=UIsurXOchHyyrysYAhkWTmPm714TYRzeGYzsz6Wr95tgi8wmYpcGBsL3fo2rEue3fu s+VutCK29hIVqpB6gsPASsHFPrXJX/BbaXbQ8RNO750fampxarVr6l/vczq8sc/myiJj e314496jQ/6KOPwSnGMdxFKy4Ssk4IujJpR5w= 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=o2Oplzln74pVtUz42FI2FECq3cjN1MJe32ujOTbkL/mauARdGNLnQmU8u3RgL02UME khEcnXeEte/OyLarqzDGU7vtWVEAoBSwBX6xkxtr4+xFu80AWKr8jqOOYwoLsuNvrP4H PkBd8JMJeKfPltn7wjOnfZeUTqi9hNHuMzZ00= Original-Received: by 10.100.95.15 with SMTP id s15mr2805514anb.20.1229083695811; Fri, 12 Dec 2008 04:08:15 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Fri, 12 Dec 2008 04:08:15 -0800 (PST) In-Reply-To: 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:106839 Archived-At: On Fri, Dec 12, 2008 at 12:52, Eli Zaretskii wrote: > Well, boundp and fboundp can be called from C as well, so if you can > find something that we could test for bound-ness, that will do the > trick. I'll take a look. Juanma