From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html Date: Sat, 08 Apr 2023 10:20:06 +0300 Message-ID: <834jpqon6h.fsf@gnu.org> References: <1abb86af-6ea5-b588-ddd8-b08d520359ab@beloved.name> <83a5zntpwn.fsf@gnu.org> <6d33504f-58a5-e02f-b97c-dc6e181decc6@beloved.name> <838rf7tpc3.fsf@gnu.org> <835yabszcu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29265"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: David Hedlund Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 08 09:20:29 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pl2s8-0007Th-Ut for ged-emacs-devel@m.gmane-mx.org; Sat, 08 Apr 2023 09:20:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pl2rR-0007wp-FN; Sat, 08 Apr 2023 03:19:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pl2rL-0007wb-Fz for emacs-devel@gnu.org; Sat, 08 Apr 2023 03:19:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pl2rE-00080M-P4; Sat, 08 Apr 2023 03:19:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=nLdTRTVbc4pisGONhbUqnQBhzlb3KeFCP5be8sfRioU=; b=bcXZKopq74yM ahyIAY2WugDliZ3QdzLT16EAL/mayre+VRZTUf4bmSOUVG7P/Rjpd8WSxcXu+5Iv676w2DHNRIjDM TULwBsyoeWVEWAHiW8MagZlSfQo1El8F7jtbQOz7r0wjTcnEbIsaTASbmAj/ofd8FH3LuismLche6 GPQLjzLCeUQ+bkmP++i7ExxKZxQ3UzhSb0EnyplqQHrcDvxs8CGo0B2QfdHqz8CKf99ks9dEx+iLe dm30jxQa1A427/m7funxGfrtJQIscQ1BYy7L77tlqMYpXziS18mk1YkJSYZLoRVKnN6TlJj4ZLaUU qX/3vPEi1Zcz7dvRzh6i4g==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pl2rD-0006Wk-6q; Sat, 08 Apr 2023 03:19:32 -0400 In-Reply-To: (message from David Hedlund on Sat, 8 Apr 2023 06:37:38 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305172 Archived-At: > Date: Sat, 8 Apr 2023 06:37:38 +0200 > From: David Hedlund > > > Which parts in your code are specific to Windows? > > All of it, see the attached file in this email. ??? These variables and functions work in any GUI environment that Emacs supports, including GNU/Linux, any platform that runs X, macOS, etc. So I don't quite understand why you say this is Windows-specific. What did I miss?