From: Alan Mackenzie <acm@muc.de>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Missing frame parameters on tty's
Date: Mon, 18 Jan 2016 16:02:14 +0000 [thread overview]
Message-ID: <20160118160213.GA3390@acm.fritz.box> (raw)
In-Reply-To: <83lh9bix4k.fsf@gnu.org>
Hello, Eli.
On Thu, Dec 03, 2015 at 01:34:35PM +0200, Eli Zaretskii wrote:
> > Date: Thu, 3 Dec 2015 11:18:15 +0000
> > Cc: emacs-devel@gnu.org
> > From: Alan Mackenzie <acm@muc.de>
[ .... ]
> > Anyhow, I've been reading the "Window Frame Parameters" chapter in the
> > Elisp manual, in particular "Position Parameters". The description of
> > `left' and `top' immediately follow a statement that measurements on a
> > TTY are in terms of characters or lines. This cannot help but give the
> > impression `left' and `top' _are_ available on TTYs. Perhaps if we
> > aren't going to give TTYs these parameters, we should amend that manual
> > page to say explicitly that TTYs don't have them.
> Patches to that effect are welcome.
How about this one, then?
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 5d873ac..18932cb 100644
--- 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.
@table @code
@vindex left, a frame parameter
> Thanks.
--
Alan Mackenzie (Nuremberg, Germany).
next prev parent reply other threads:[~2016-01-18 16:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 22:15 Missing frame parameters on tty's Alan Mackenzie
2015-12-02 23:07 ` Juanma Barranquero
2015-12-03 7:34 ` Eli Zaretskii
2015-12-03 8:30 ` Alan Mackenzie
2015-12-03 10:27 ` Eli Zaretskii
2015-12-03 11:18 ` Alan Mackenzie
2015-12-03 11:34 ` Eli Zaretskii
2016-01-18 16:02 ` Alan Mackenzie [this message]
2016-01-18 16:11 ` Eli Zaretskii
2016-01-18 17:03 ` Alan Mackenzie
2016-01-18 17:07 ` Eli Zaretskii
2016-01-18 17:55 ` Alan Mackenzie
2016-01-18 18:41 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160118160213.GA3390@acm.fritz.box \
--to=acm@muc.de \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.