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: Including unconditionally in Emacs Date: Thu, 06 Jun 2024 08:57:57 +0300 Message-ID: <86frtqipei.fsf@gnu.org> References: <1906c20b-1c6a-4fce-9e55-9667b32ec8f4@cs.ucla.edu> <86plsuisdh.fsf@gnu.org> <57488183-bd8f-44bd-89dd-c5b7376682fd@cs.ucla.edu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32798"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 06 07:58:38 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 1sF68z-0008HD-3U for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jun 2024 07:58:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sF68S-0000Iz-5e; Thu, 06 Jun 2024 01:58:04 -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 1sF68R-0000IG-7V for Emacs-devel@gnu.org; Thu, 06 Jun 2024 01:58:03 -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 1sF68Q-0004Xk-Ah; Thu, 06 Jun 2024 01:58:02 -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=k4X/7LY1cwQ2El4JZJRV66JEtNeCQRIlNZi34AWJYM4=; b=lUbXfsEytjXJ YX4gxWN9HV1llKKvkwlwG/b8y4M6NLvB/clLYN/SPd4HI2n9avL8EJkNixofyHBAAG5MlIcPFQQok UknMPZJeNx9KLmTwuSoy2o4GLWFHy4yke6kfBV7gDVlQdcEjSMVzLWbnC2kTKvHJhU3tL3bOBg7A1 X9csukfr+TKA5Xbf+iFHSXFF2JvmeQ4/uAljl2n+u/eWC3sEjZ5f4PFdXBpRnrGBhfUtLs6ysjtSa KRdQRTk9KB/6P7LTi2+PjE6GeIvUIVLQHsiAZ9zPKKpbbnPeSC3cghFsG8ROz5JsnGe+PBhb40apA NRHHMzWkuXv3+QmFIuxXUg==; In-Reply-To: <57488183-bd8f-44bd-89dd-c5b7376682fd@cs.ucla.edu> (message from Paul Eggert on Wed, 5 Jun 2024 22:44:39 -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:319842 Archived-At: > Date: Wed, 5 Jun 2024 22:44:39 -0700 > Cc: Emacs-devel@gnu.org > From: Paul Eggert > > On 2024-06-05 21:53, Eli Zaretskii wrote: > > > I'd like to hear from Po Lu wrt the > > Andriod port, as I'm not familiar with the situation there. I think > > Po Lu also builds Emacs on some ancient Solaris version, so maybe > > there's an issue there? And what about macOS? > > None of these are real issues. Android has had locale.h since day 1. > Even ancient, ancient SunOS has it and besides, there's no point porting > to anything older than Solaris 10 aka SunOS 5.10 (the oldest supported > version). macOS has had it "forever" too. Then I think we are good to go in this matter. > > we > > will have one more reason not to import from Gnulib before the branch > > point. > > I can sync from Gnulib into the master branch after "soon" happens, and > then people can copy those fixes into the emacs-30 branch if and when > they feel the need. There's no rush. I wouldn't have even bothered to > sync from Gnulib recently, except that somebody reported a > Gnulib-related bug on the master branch. Right, thanks.