* bug#26379: patch for display.texi
@ 2017-04-05 23:37 Tak Kunihiro
2017-04-11 9:42 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Tak Kunihiro @ 2017-04-05 23:37 UTC (permalink / raw)
To: 26379; +Cc: Kunihiro Tak
[-- 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#26379: patch for display.texi
2017-04-05 23:37 bug#26379: patch for display.texi Tak Kunihiro
@ 2017-04-11 9:42 ` Eli Zaretskii
2017-04-11 22:20 ` Tak Kunihiro
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2017-04-11 9:42 UTC (permalink / raw)
To: Tak Kunihiro; +Cc: 26379-done
> From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
> Date: Thu, 6 Apr 2017 08:37:05 +0900
> Cc: Kunihiro Tak <tkk@misasa.okayama-u.ac.jp>
>
> 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.
Thanks, I used a slightly different wording and added it in a
different node. Pushed to the emacs-25 branch.
> However, at the same time, I wonder if sending this kind of patch is really useful.
Why not?
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#26379: patch for display.texi
2017-04-11 9:42 ` Eli Zaretskii
@ 2017-04-11 22:20 ` Tak Kunihiro
0 siblings, 0 replies; 3+ messages in thread
From: Tak Kunihiro @ 2017-04-11 22:20 UTC (permalink / raw)
To: eliz; +Cc: tkk, 26379-done
>> However, at the same time, I wonder if sending this kind of patch
>> is really useful.
>
> Why not?
Writing documentation is not that appreciated in my daily
circumstance. Thus I was not sure the revision of a few lines is
regarded as `useful'. Now I know!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-11 22:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-05 23:37 bug#26379: patch for display.texi Tak Kunihiro
2017-04-11 9:42 ` Eli Zaretskii
2017-04-11 22:20 ` Tak Kunihiro
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).