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: Should https://www.gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html be renamed to Maxmize-mode-on-MS_002dWindows.html ? Date: Mon, 23 Oct 2023 16:02:18 +0300 Message-ID: <83fs21o5k5.fsf@gnu.org> References: <83o7hjahlw.fsf@gnu.org> <837co7a4po.fsf@gnu.org> <8ca2201b-c0f9-4e8d-b4ca-82d02ad78b99@beloved.name> <8334yva2m8.fsf@gnu.org> <4ffcb78e-3735-4c9d-9755-ff3403ca8071@beloved.name> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38033"; mail-complaints-to="usenet@ciao.gmane.io" Cc: public@beloved.name, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 23 15:03:31 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 1quuah-0009fA-E8 for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Oct 2023 15:03:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quuZx-00061h-4L; Mon, 23 Oct 2023 09:02: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 1quuZp-0005xo-5p for emacs-devel@gnu.org; Mon, 23 Oct 2023 09:02: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 1quuZo-0007Bw-2Q; Mon, 23 Oct 2023 09:02:36 -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=gvb80UxYvi3e0HQxWfqELWK3J081ccI43nYgekvFERc=; b=Ho8Bu8KkITGw zSFwlq2o0nXnsHzJsQgT4fIf36RWHFo3vmwzk6k6M9HMh1AQSkB5WL8fAWjsSCViWWeWThsydmuvM efVxrOFdyBlXnS9sUs233k0sUVFRhMbQbTUIAs2g+7riBmG/L4ycUr69M7KXew3RmU+JL/Mf2uAdQ 03bs4227qmK0vWVUgE9/Gyi3hTrowJ4n0FJRVJSyt5onIj8Jt6bbDi49KFJNAarPezjtS0+dZF3gu 7AgnQG3bzvGYuSxAJrRhMVJvi9Ui85XEmZCoK+gLqpBzp5W4yt0G3n6eNrMlaQbGnVD+T0mkb3AYz 9vufuOrh+XNie/5BueKirA==; In-Reply-To: (message from Stefan Kangas on Sun, 22 Oct 2023 15:24:36 -0700) 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:311711 Archived-At: > From: Stefan Kangas > Date: Sun, 22 Oct 2023 15:24:36 -0700 > > David Hedlund writes: > > > Also, people expect GUIs that can start with a maximized window to not > > gradually expand it. Emacs is the only GUI that behaves this way of all > > the GUIs that I'm currently using. > > Right, but taking a step back here: should we consider that as a bug? > > IOW, instead of documenting workarounds, why isn't --maximized fixed to > not have the "slightly distracting visual effect"? Is that impractical > for some reason? Is this really about --maximized? I thought this was about customizations in the init file that cause frames to be maximized. The --maximized switch creates the frame maximized from the get-go here.