all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Changing height to fit window
Date: Wed, 30 Nov 2022 14:23:36 +0200	[thread overview]
Message-ID: <83lensljg7.fsf@gnu.org> (raw)
In-Reply-To: <TclmpbKbDuReVyh59_NkOUd8uSfSHIBHjBSdWBK7IWkLAPIMxRe53uALT0DGZ9Dm7vDxf1AkpLHUDQ5U9dLj9GSr5r0wmUDdlWCE6ER28K8=@protonmail.com> (message from Heime on Tue, 29 Nov 2022 20:37:03 +0000)

> Date: Tue, 29 Nov 2022 20:37:03 +0000
> From: Heime <heimeborgia@protonmail.com>
> 
> 
> One can C-x C-+ and C-x C-- to call text-scale-adjust, 
> which increases or decreases the buffer text size, with
> C-+ or C-- to repeat.
> 
> Instead of repeating, I want to have a function that adjusts
> the scale so that the contents of the buffer fit the window,
> based on the longest line.  What can I do?

Ask Emacs about the pixel-height of the text, then compute the scale you
need to make that the same as the pixel-height of the window's body.

Caveat: when you change the font size, some lines could take more or fewer
lines on the screen (due to wrapping) and disrupt your calculations.
Dealing with that is left as an exercise.



  parent reply	other threads:[~2022-11-30 12:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29 20:37 Changing height to fit window Heime
2022-11-29 22:58 ` [External] : " Drew Adams
2022-11-29 23:15   ` Heime
2022-11-30 12:23 ` Eli Zaretskii [this message]
2022-11-30 14:40   ` Heime
2022-11-30 15:33     ` 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=83lensljg7.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@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.