From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: `emacs -nw', `framep' returning `t', `display-graphic-p' returning `nil' Date: Sun, 17 Dec 2017 22:10:10 +0200 Message-ID: <833749qfod.fsf@gnu.org> References: <87wp1l6xmw.fsf@Rainer.invalid> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1513541305 25400 195.159.176.226 (17 Dec 2017 20:08:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 17 Dec 2017 20:08:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 17 21:08:21 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQfES-0006HB-VX for ged-emacs-devel@m.gmane.org; Sun, 17 Dec 2017 21:08:21 +0100 Original-Received: from localhost ([::1]:55345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQfGR-0002AU-92 for ged-emacs-devel@m.gmane.org; Sun, 17 Dec 2017 15:10:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQfGK-0002AB-Sd for emacs-devel@gnu.org; Sun, 17 Dec 2017 15:10:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQfGH-0004c2-LM for emacs-devel@gnu.org; Sun, 17 Dec 2017 15:10:16 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQfGH-0004bY-6X; Sun, 17 Dec 2017 15:10:13 -0500 Original-Received: from [176.228.60.248] (port=4731 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eQfGF-0007oH-Be; Sun, 17 Dec 2017 15:10:13 -0500 In-reply-to: <87wp1l6xmw.fsf@Rainer.invalid> (message from Achim Gratz on Sun, 17 Dec 2017 19:02:31 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:221185 Archived-At: > From: Achim Gratz > Date: Sun, 17 Dec 2017 19:02:31 +0100 > > > I was thinking that when `display-graphic-p' is non-nil the > > problem wouldn't exist. But apparently at least one user has > > the problem even though `display-graphic-p' returns non-nil. > > I would interpret that to mean the display is graphics capable, but the > selected frame still runs on a terminal emulation. No, that'd be a wrong interpretation. display-graphic-p reports about a frame, and accepts a frame parameter for that purpose. > I think that might happen if you connect from a terminal based > emacsclient to an emacs server that runs on a graphical display. If you see that, please report it as a bug.