From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Missing frame parameters on tty's Date: Mon, 18 Jan 2016 18:11:09 +0200 Message-ID: <83ziw2dg0y.fsf@gnu.org> References: <20151202221534.GC2318@acm.fritz.box> <83vb8ghtnx.fsf@gnu.org> <20151203083001.GA2136@acm.fritz.box> <83oae7j07y.fsf@gnu.org> <20151203111815.GE2136@acm.fritz.box> <83lh9bix4k.fsf@gnu.org> <20160118160213.GA3390@acm.fritz.box> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1453133484 9167 80.91.229.3 (18 Jan 2016 16:11:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2016 16:11:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 18 17:11:18 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aLCOg-0005Xw-Bt for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2016 17:11:14 +0100 Original-Received: from localhost ([::1]:60535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLCOf-0002KL-GK for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2016 11:11:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLCOa-0002Gz-Ax for emacs-devel@gnu.org; Mon, 18 Jan 2016 11:11:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLCOV-0007fD-SN for emacs-devel@gnu.org; Mon, 18 Jan 2016 11:11:08 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLCOV-0007f7-P3; Mon, 18 Jan 2016 11:11:03 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1262 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aLCOV-00005M-2P; Mon, 18 Jan 2016 11:11:03 -0500 In-reply-to: <20160118160213.GA3390@acm.fritz.box> (message from Alan Mackenzie on Mon, 18 Jan 2016 16:02:14 +0000) 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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198259 Archived-At: > Date: Mon, 18 Jan 2016 16:02:14 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > --- a/doc/lispref/frames.texi > +++ b/doc/lispref/frames.texi > @@ -1188,8 +1188,8 @@ Position Parameters > @cindex window position on display > @cindex frame position > > - Position parameters' values are normally measured in pixels, but on > -text terminals they count characters or lines instead. > + Position parameters' values are measured in pixels. None of them > +exist on text terminal frames. I'd suggest something like (Note that none of these parameters exist on text-mode frames.)