From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Misleading `window-system' docstring Date: Wed, 20 Oct 2010 20:58:26 -0400 Message-ID: References: <87lj5u1ni6.fsf@keller.adm.naquadah.org> <8739s1qakh.fsf_-_@gmail.com> <831v7kafq9.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287622727 13185 80.91.229.12 (21 Oct 2010 00:58:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 00:58:47 +0000 (UTC) Cc: julien@danjou.info, =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 21 02:58:45 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 1P8jUT-0006BK-5E for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 02:58:45 +0200 Original-Received: from localhost ([127.0.0.1]:60658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8jUS-0004Ms-Cq for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 20:58:44 -0400 Original-Received: from [140.186.70.92] (port=39707 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8jUH-0004IL-El for emacs-devel@gnu.org; Wed, 20 Oct 2010 20:58:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8jUD-0002wS-Lo for emacs-devel@gnu.org; Wed, 20 Oct 2010 20:58:30 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:29278 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8jUC-0002vc-6F; Wed, 20 Oct 2010 20:58:28 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYJALosv0xMCpO7/2dsb2JhbACgVXpyv1eFSgSSGw X-IronPort-AV: E=Sophos;i="4.58,214,1286164800"; d="scan'208";a="80273311" Original-Received: from 76-10-147-187.dsl.teksavvy.com (HELO ceviche.home) ([76.10.147.187]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 20 Oct 2010 20:58:27 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id D076C66112; Wed, 20 Oct 2010 20:58:26 -0400 (EDT) In-Reply-To: <831v7kafq9.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 20 Oct 2010 20:20:14 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.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:131917 Archived-At: >> The value is nil if the selected frame is on a text-only-terminal. > I don't mind spelling out the exception, but I actually would like to > add there that using it as a predicate is deprecated, and point to > display-*-p predicates as TRT. Stefan and Chong, any objections? I don't care about spelling out "the exception" (seems better to just list the possible values, in that case, tho), but pointing to display-*-p predicates sounds good. Stefan