From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: emacs 28.2 on Windows XP 32-bit Date: Mon, 24 Oct 2022 10:15:16 +0200 Message-ID: <86h6ztr623.fsf@gnu.org> References: <87v8o94wb4.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19852"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: Peter Wyatt , help-gnu-emacs@gnu.org To: Po Lu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 24 11:31:38 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1omto2-0004zb-2R for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 24 Oct 2022 11:31:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1omsdL-000697-EI; Mon, 24 Oct 2022 04:16:31 -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 1omsdG-000659-Gx for help-gnu-emacs@gnu.org; Mon, 24 Oct 2022 04:16:26 -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 1omsdF-0005kX-DP; Mon, 24 Oct 2022 04:16:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=LLZXaTFPRWMQuWM4HDK5EjtRaidgTCFPmmVPSuZqzkQ=; b=gksXC2nAO+1qhIP/gbej v6R3VvfC0r8ImADNUOuucyh5wwaO91pTQc4nv/898mkhuqSwnvopy+4PWZ5yDkGkZlM5GMmuxlXUf Ajlye1P4oYLpsmqgaxSAgW6eIIgh5zDI61ICJcUv6WN1j8lOZzZbZJ6LAJN7jPlWNlC0uZOSbeUqX uWfj1kUSeGXeMsaBaWXpjBFHdhzg20huDMOWbfCH2nPZi65Iwdd7NLTAQr5fMVnKR6S26SypMmj2s pepFbgrgmPsDTkdkPY5CJAlEZrtCn+1GCtvdbyvTePrrG4FLoW4zcdnfW5NtGH6iZ75PEmCSRvTiW 0rhLbux3B0agMg==; Original-Received: from p5b326552.dip0.t-ipconnect.de ([91.50.101.82] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omscc-0001wD-Fx; Mon, 24 Oct 2022 04:15:53 -0400 In-Reply-To: <87v8o94wb4.fsf@yahoo.com> (Po Lu's message of "Mon, 24 Oct 2022 13:36:47 +0800") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "help-gnu-emacs" Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:140312 Archived-At: Po Lu writes: > You will have to build the 32-bit version of yourself with MinGW; see > nt/INSTALL. Emacs continues to support Windows 9x onwards, but the > volunteer who used to provide 32-bit prebuilts has ceased to do so. I think there is another volunteer who is providing 32-bit builds. https://sourceforge.net/projects/ezwinports/files/ Search for emacs-28.2-2-w32-bin.zip. This is from the README.txt: emacs-28.2-2-w32 A 32-bit Windows build of GNU Emacs version 28.2. The MS-Windows binaries of Emacs available from the GNU FTP site include only a 64-bit build, and cannot run on Windows before Windows 7. This 32-bit build runs on Windows XP and later, and is supposed to be able to run on Windows 9X as well (but was not actually tested there). Best, Arash