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: Sun, 23 Jun 2024 12:16:13 +0300 Message-ID: <86wmmgdnoi.fsf@gnu.org> References: <875xub8sn8.fsf.ref@yahoo.com> <875xub8sn8.fsf@yahoo.com> <8634pfy289.fsf@gnu.org> <87sexe7sgm.fsf@yahoo.com> <87o7827r1t.fsf@yahoo.com> <86ed8ywuoz.fsf@gnu.org> <87frte7jry.fsf@yahoo.com> <86a5jmwt2r.fsf@gnu.org> <874j9u7dla.fsf@yahoo.com> <86h6dutirt.fsf@gnu.org> <875xua5lxs.fsf@yahoo.com> <86bk42tfw7.fsf@gnu.org> <868qz6tctn.fsf@gnu.org> <87wmmp4pdy.fsf@yahoo.com> <86r0cxsb37.fsf@gnu.org> <86plshsag3.fsf@gnu.org> <87o7814bv8.fsf@yahoo.com> <87h6dt3yuy.fsf@yahoo.com> <87r0co12g9.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39147"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Po Lu , Corwin Brust , Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 23 11:17:00 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 1sLJLH-0009wH-Ql for ged-emacs-devel@m.gmane-mx.org; Sun, 23 Jun 2024 11:17:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLJKj-0002K5-Ae; Sun, 23 Jun 2024 05:16:25 -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 1sLJKe-0002Jo-DJ for emacs-devel@gnu.org; Sun, 23 Jun 2024 05:16:20 -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 1sLJKc-0007Zz-7Q; Sun, 23 Jun 2024 05:16:19 -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=BfktHJlq3PBBju0pzSDZBwLOKl55AFmLYT7OQT0g78k=; b=fSFikiZRMSEG 0tIy7ParnpOcx0FP9QSRPN1FcV1E9XHkuSCQR+z2g6nrBphSn6LkbhgEmPEOGqCoFnmvsAEXRcXA0 uzmCkS5yh+dL06S53szG++q1/CClyZ0bUu81t9B8JMXbsKt3YKuTA0o5fhu8GMDmDheRdBruJHykj DiA5aVAGsfBKdV9IRURmVGF0hk9cY1b1TJq0u4WTerWWc6DsXlGhPLooqgU18Rvilx3phSKftgFM7 NAVkvOv2u0WeLh6xt7IExIVtSIhx7ib1hg/j9rFhMM7xyw1tOpeyBFY4hbF1JC5G9i9EdkNEnKgol ywqB0td4e8074jpkz2qEWQ==; In-Reply-To: <87r0co12g9.fsf@yahoo.com> (message from Po Lu on Sun, 23 Jun 2024 16:35:34 +0800) 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:320505 Archived-At: > From: Po Lu > Cc: stefankangas@gmail.com, emacs-devel@gnu.org > Date: Sun, 23 Jun 2024 16:35:34 +0800 > > Po Lu writes: > > > Po Lu writes: > > > >> I'll try to `make bootstrap', which I've been desperately avoiding on > >> Windows, where make is excruciatingly slow. > > > > This did the trick, leaving only USP10, globals_of_w32, and > > ReadDirectoryChangesW. I think I'll postpone these to the next weekend. > > I pushed changes to load functions defined in UNICOWS.DLL from that DLL > on Windows 9X systems, and other adjustments affecting USP10, > globals_of_w32 and ReadDirectoryChangesW to scratch/windows-98. It is > possible that they should impact the Cygwin build, which I can't test. > > Therefore, would you please arrange that this message fall on the right > ears for the contents of the branch to be tested in this configuration? That would be Ken and Corwin, I believe.