From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#35058: [PATCH] Use display-graphic-p in more cases Date: Sat, 06 Apr 2019 10:18:40 +0300 Message-ID: <83y34na9f3.fsf@gnu.org> References: <<8736n4ndav.fsf@gmail.com>> <<83tvfjgilm.fsf@gnu.org> <875zry9x94.fsf@gmail.com>> <<83a7hagv11.fsf@gnu.org>> <558890e4-a519-48ec-8e9d-36d829a5c089@default> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="32502"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 35058@debbugs.gnu.org, agrambot@gmail.com To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 06 09:20:14 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hCfcb-0008Jh-12 for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Apr 2019 09:20:13 +0200 Original-Received: from localhost ([127.0.0.1]:51664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCfcZ-0008F9-U1 for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Apr 2019 03:20:11 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:36994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCfcU-0008F2-Fy for bug-gnu-emacs@gnu.org; Sat, 06 Apr 2019 03:20:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCfcS-00009n-Dj for bug-gnu-emacs@gnu.org; Sat, 06 Apr 2019 03:20:06 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:32967) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCfcQ-00008T-DB for bug-gnu-emacs@gnu.org; Sat, 06 Apr 2019 03:20:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCfcQ-0003hf-57 for bug-gnu-emacs@gnu.org; Sat, 06 Apr 2019 03:20:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Apr 2019 07:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35058 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 35058-submit@debbugs.gnu.org id=B35058.155453514214158 (code B ref 35058); Sat, 06 Apr 2019 07:20:02 +0000 Original-Received: (at 35058) by debbugs.gnu.org; 6 Apr 2019 07:19:02 +0000 Original-Received: from localhost ([127.0.0.1]:46511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCfbR-0003fy-9T for submit@debbugs.gnu.org; Sat, 06 Apr 2019 03:19:01 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:50601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCfbP-0003fm-3T for 35058@debbugs.gnu.org; Sat, 06 Apr 2019 03:18:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCfbI-0007wp-0a; Sat, 06 Apr 2019 03:18:52 -0400 Original-Received: from [176.228.60.248] (port=3075 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hCfbH-0002Vs-4W; Sat, 06 Apr 2019 03:18:51 -0400 In-reply-to: <558890e4-a519-48ec-8e9d-36d829a5c089@default> (message from Drew Adams on Mon, 1 Apr 2019 07:32:23 -0700 (PDT)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:157252 Archived-At: > Date: Mon, 1 Apr 2019 07:32:23 -0700 (PDT) > From: Drew Adams > Cc: 35058@debbugs.gnu.org > > This is a great description, Eli. > > I hope it or similar is recorded somewhere in > code or code-related artifacts, not just in > mail threads. Thanks, I added commentary to frame.el, where these functions are defined. > BTW, where would the intended meaning of such > functions be recorded now? Currently their > doc is just the doc of `display-graphic-p', > as they are aliased. (Could/should they have > their own doc strings now, even if the behavior > is currently just `display-graphic-p'?) I don't think we have features to have separate doc strings for them, I hope the commentary I wrote is enough.