unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html
@ 2023-04-04 19:11 David Hedlund
  2023-04-04 19:20 ` gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: David Hedlund @ 2023-04-04 19:11 UTC (permalink / raw)
  To: Emacs-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-04-08  7:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 19:11 gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html David Hedlund
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

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).