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: Sun, 14 Dec 2008 04:11:09 +0100 Message-ID: References: <610112.22856.qm@web83202.mail.mud.yahoo.com> <87fxks1uig.fsf@justinbogner.com> 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 1229224292 8298 80.91.229.12 (14 Dec 2008 03:11:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2008 03:11:32 +0000 (UTC) Cc: Eli Zaretskii , mail@justinbogner.com, emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 14 04:12:35 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 1LBhPD-00069L-Qt for ged-emacs-devel@m.gmane.org; Sun, 14 Dec 2008 04:12:32 +0100 Original-Received: from localhost ([127.0.0.1]:55219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBhO1-0002Nu-Sy for ged-emacs-devel@m.gmane.org; Sat, 13 Dec 2008 22:11:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBhNx-0002Np-TB for emacs-devel@gnu.org; Sat, 13 Dec 2008 22:11:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBhNw-0002NW-0v for emacs-devel@gnu.org; Sat, 13 Dec 2008 22:11:12 -0500 Original-Received: from [199.232.76.173] (port=43243 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBhNv-0002NT-Rx for emacs-devel@gnu.org; Sat, 13 Dec 2008 22:11:11 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.155]:43814) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LBhNu-0004aH-PI; Sat, 13 Dec 2008 22:11:10 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so924628ywk.66 for ; Sat, 13 Dec 2008 19:11:10 -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=M+YRmCEyJHFuh+E0CDbx6xOZnZegt0fUF/H/52+gqt0=; b=d/KFvV91u3b6rv+/hyWyNPtrqYAzb7K3lsIkiZrfOuYhvIxJFRY0/eEJzQf11IBQ3e EBGmMPOaNPq2y03FQMtyUWmRrVieQSm/ZzBVuug6jqg5REQVZiOS8eZpaElPUv2dQwNb rQAAD51WBji5sLLf0oomegB1mM8342nQROzMw= 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=ZAIMywbyvLippX22VlHYD/U4OLMS91eyxccLzAGMDh8WjSqhgyf2MIeOXfT5+hkt/T egLygvFmfW++q6NwnaNIOdqqmnsD13mVUIs8m+vXweZORiCs1VqaKwJl8jt+y6zz54ph s3SZz8u9R2p2mmevJE4z3CVksFrgXm8cQamTs= Original-Received: by 10.100.127.18 with SMTP id z18mr3835956anc.6.1229224270106; Sat, 13 Dec 2008 19:11:10 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sat, 13 Dec 2008 19:11:09 -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:106900 Archived-At: On Sun, Dec 14, 2008 at 03:42, Stefan Monnier wrote: > We're talking about preferenced for a bikeshed's color. No, using features vs. f?boundp is not a bikeshed's color for me. But it's OK, there's no point in arguing right now. Juanma