all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
To: 26379@debbugs.gnu.org
Cc: Kunihiro Tak <tkk@misasa.okayama-u.ac.jp>
Subject: bug#26379: patch for display.texi
Date: Thu, 6 Apr 2017 08:37:05 +0900	[thread overview]
Message-ID: <3818C695-71E8-4522-9574-F1F6AB0C0644@misasa.okayama-u.ac.jp> (raw)

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

My entry point is Info and sometime I think Info needs to be updated.
For example, I could not notice existence of line-pixel-height for a long time.
So having it in Info is very useful.  Thus I want to send a patch for display.texi
to infer line-pixel-height.

However, at the same time, I wonder if sending this kind of patch is really useful.


[-- Attachment #2: display.texi.patch --]
[-- Type: application/octet-stream, Size: 651 bytes --]

--- /cygdrive/c/devel/emacs-25.1/doc/lispref/display.texi	2016-07-25 16:08:38.000000000 +0900
+++ /cygdrive/c/Users/dream/Downloads/display.texi	2017-04-06 08:27:57.979688400 +0900
@@ -2067,7 +2067,15 @@
 numeric height value specifies the line spacing, rather than the line
 height.
 
-  On text terminals, the line spacing cannot be altered.
+  On text terminals, the line spacing cannot be altered.  On graphical
+terminals, for example, the line height you specify can be confirmed by
+following function.
+
+@defun line-pixel-height
+This function returns the height of the line at point in pixels.
+@end defun
+
+
 
 @node Faces
 @section Faces

             reply	other threads:[~2017-04-05 23:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 23:37 Tak Kunihiro [this message]
2017-04-11  9:42 ` bug#26379: patch for display.texi Eli Zaretskii
2017-04-11 22:20   ` Tak Kunihiro

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=3818C695-71E8-4522-9574-F1F6AB0C0644@misasa.okayama-u.ac.jp \
    --to=tkk@misasa.okayama-u.ac.jp \
    --cc=26379@debbugs.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.