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: Re: gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html
Date: Sat, 8 Apr 2023 06:37:38 +0200	[thread overview]
Message-ID: <a4eebe0a-aa38-d437-96bc-1f4b2f0cb364@beloved.name> (raw)
In-Reply-To: <835yabszcu.fsf@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 598 bytes --]


On 2023-04-05 06:54, Eli Zaretskii wrote:
>> Date: Wed, 5 Apr 2023 00:58:56 +0200
>> From: David Hedlund<public@beloved.name>
>>
>>   Yes it does. I've tried it several times to make sure it really works. You can try it yourself on Windows.
>>
>> Oh, I forgot to tell you: My solution only works for Windows, not GNU/Linux. So I understand if you got
>> confused if you tried it in a distro.
> Which parts in your code are specific to Windows?

All of it, see the attached file in this email.


>
> And no, I was aware you were talking about Windows: see the part about
> the "task bar".
>
>
Oh.


[-- Attachment #1.2: Type: text/html, Size: 1499 bytes --]

[-- Attachment #2: emacs-for-windows.txt --]
[-- Type: text/plain, Size: 299 bytes --]

;; Emacs for Windows: Avoid the slightly distracting visual effect of Emacs starting with its default frame size and then growing
to fullscreen
(setq frame-resize-pixelwise t)
(set-frame-position (selected-frame) 0 0)
(set-frame-size (selected-frame) (display-pixel-width) (display-pixel-height) t)

  reply	other threads:[~2023-04-08  4:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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             ` David Hedlund [this message]
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=a4eebe0a-aa38-d437-96bc-1f4b2f0cb364@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).