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: Emacs pretest 28.0.90 is out Date: Wed, 08 Dec 2021 15:36:14 +0200 Message-ID: <83mtlbw75d.fsf@gnu.org> References: <87v903sotv.fsf@yahoo.com> <83r1ar4h29.fsf@gnu.org> <875ys3qr0o.fsf@yahoo.com> <8335n748sj.fsf@gnu.org> <87wnkjpaff.fsf@yahoo.com> <831r2r47lk.fsf@gnu.org> <87sfv7p9uw.fsf@yahoo.com> <83zgpf2mdr.fsf@gnu.org> <87fsr6pn9r.fsf@yahoo.com> <834k7l3nko.fsf@gnu.org> <87o85tlv9o.fsf@yahoo.com> <87a6hdlukl.fsf@yahoo.com> <83pmq925hc.fsf@gnu.org> <87tufljldf.fsf@yahoo.com> <87pmq9jh21.fsf@yahoo.com> <83k0ggzg6v.fsf@gnu.org> <87r1angb8d.fsf@yahoo.com> <838rwvxofc.fsf@gnu.org> <877dcfdy7a.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3951"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 08 14:37:56 2021 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 1mux8t-0000q2-K5 for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Dec 2021 14:37:55 +0100 Original-Received: from localhost ([::1]:39816 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mux8s-0003ov-My for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Dec 2021 08:37:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mux7p-0002WT-FV for emacs-devel@gnu.org; Wed, 08 Dec 2021 08:36:49 -0500 Original-Received: from [2001:470:142:3::e] (port=58602 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mux7c-00081y-HJ; Wed, 08 Dec 2021 08:36:49 -0500 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=evDa6CkCaZkECSsP2cdp/oS1nTWcTcnfyZ39FsmIOyM=; b=BNVqqyeZg0xD sS8fgzgemyAjAR+twJxCpD5vr1e3dpmFpEsbSeBx6C6V0LNaf9y/7bYReCkYcyEEoCILYptpUixZX pAyl49B8Nc+xLTH4Oz4GcCtczoDztMgGmm0M9bVQCotNXJbBx88ZY81ufgv7ZSx1dp8Vvh5MoHpiu tkjP7D5el/hbcBsRiEdEiwFaP0Ao3+ElJFRi1U5pqQiW+aPLqprJS2uh2U4P6xYPrJ7mDwU3B48Kr JyWfvRMeKoFZnFiMvawXxKu1PIjYFdmuPymwsJaKfLJcOoz3wLRsVUBCeadVKUi5awzEV8ziXStSn x7WLj6hS4ccSQPTPnWOUqQ==; Original-Received: from [87.69.77.57] (port=3252 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mux7a-0005bN-MA; Wed, 08 Dec 2021 08:36:36 -0500 In-Reply-To: <877dcfdy7a.fsf@yahoo.com> (message from Po Lu on Wed, 08 Dec 2021 21:26:49 +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" Xref: news.gmane.io gmane.emacs.devel:281351 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Wed, 08 Dec 2021 21:26:49 +0800 > > Thanks, one last question: is there something about the way gnulib regex > has to be compiled? It seems that regcomp.c and regex_internal.c both > need types defined in regex.h, but don't include that header. We only compile regex.c, which includes all those other files, and in the right order. In any built tree, look what regex*.o files you have in lib/, and you will see it.