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: Windows 9X without KernelEx Date: Sat, 15 Jun 2024 10:01:38 +0300 Message-ID: <86frtewuy5.fsf@gnu.org> References: <875xub8sn8.fsf.ref@yahoo.com> <875xub8sn8.fsf@yahoo.com> <8634pfy289.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18806"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 15 09:02:02 2024 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 1sINQI-0004iy-Kw for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Jun 2024 09:02:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sINPz-0004FO-1U; Sat, 15 Jun 2024 03:01:43 -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 1sINPw-0004Ew-VK for emacs-devel@gnu.org; Sat, 15 Jun 2024 03:01:40 -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 1sINPw-0005k1-Lx; Sat, 15 Jun 2024 03:01:40 -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=rJUWn5MBYMc9PrVBeBGcZsnM3Flre5d59PMJbLFfafk=; b=lCJxSwjhDPGf rYhDfeiqp3MgzUrAIHo/5k+Sd+9WYxPMbDw/i69ogtTWvpkZaipuLtc0VDy+IBCBZf7dMMvKs6fg0 MSBBVP17f60qCELZkfwTEfq6pcwcliJEXPLZxIL+JYCDgBlRybBTztd0/2HNPuO1RQyoOkPHhcaRu TbgmLVneBe+t2JZNo3PVmVnH1ytEfx/4aIraSa1tQte1jevZR77iXnvXMsFgxzhOgvxCOnxU39cyq 11elBR84o5i0f09IorfdOr5z/O4C4YCotDyxoFXpL6Jkn4gAJBF3fonusYzIz9yXgk7kwNIQF1/aQ WuAQ8FLvsKltQLXFP+zLGw==; In-Reply-To: (message from Stefan Kangas on Fri, 14 Jun 2024 21:07:00 -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:320101 Archived-At: > From: Stefan Kangas > Date: Fri, 14 Jun 2024 21:07:00 -0700 > Cc: emacs-devel@gnu.org > > Eli Zaretskii writes: > > > [...] I don't think it makes sense to introduce all this complexity > > now, just to add Windows 95 to the soup. > > Agreed. > > BTW, would the below patch make sense? Yes, done.