unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Hedlund <public@beloved.name>
To: Emacs-devel@gnu.org
Subject: gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html
Date: Tue, 4 Apr 2023 21:11:39 +0200	[thread overview]
Message-ID: <1abb86af-6ea5-b588-ddd8-b08d520359ab@beloved.name> (raw)

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

 From 
https://www.gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html

"To avoid the slightly distracting visual effect of Emacs starting with 
its default frame size and then growing to fullscreen, you can add an 
‘Emacs.Geometry’ entry to the Windows registry settings. See X Resources 
<https://www.gnu.org/software/emacs/manual/html_node/emacs/X-Resources.html#X-Resources> 
in The GNU Emacs Manual.

To compute the correct values for width and height, first maximize the 
Emacs frame and then evaluate |(frame-height)| and |(frame-width)| with 
M-:."



This could be added to 
https://www.gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html 
to help the users to *automatically* compute the values with 
(display-pixel-width) and (display-pixel-height):


(setq frame-resize-pixelwise t)

(set-frame-position (selected-frame) 0 0)

(set-frame-size (selected-frame) (display-pixel-width) 
(display-pixel-height) t)

[-- Attachment #2: Type: text/html, Size: 2048 bytes --]

             reply	other threads:[~2023-04-04 19:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-04 19:11 David Hedlund [this message]
2023-04-04 19:20 ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html Eli Zaretskii
2023-04-04 19:24   ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html David Hedlund
2023-04-04 19:33     ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html Eli Zaretskii
2023-04-04 19:34       ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html David Hedlund
2023-04-04 22:58         ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html David Hedlund
2023-04-05  4:54           ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html Eli Zaretskii
2023-04-08  4:37             ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html David Hedlund
2023-04-08  7:20               ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html Eli Zaretskii
2023-04-08  7:23                 ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html David Hedlund
2023-04-08  7:27                   ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html David Hedlund

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1abb86af-6ea5-b588-ddd8-b08d520359ab@beloved.name \
    --to=public@beloved.name \
    --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 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).