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: Merging feature/android Date: Thu, 16 Mar 2023 12:43:48 +0200 Message-ID: <837cvhq8m3.fsf@gnu.org> References: <87edq7ztks.fsf.ref@yahoo.com> <87edq7ztks.fsf@yahoo.com> <874jqn9508.fsf@yahoo.com> <86sfe7mqms.fsf@gnu.org> <87r0tr79oe.fsf@yahoo.com> <86jzzjmp9h.fsf@gnu.org> <87mt4f788u.fsf@yahoo.com> <83fsa7s3yz.fsf@gnu.org> <87edpq7tke.fsf@yahoo.com> <875yb27qe8.fsf@yahoo.com> <87ttym5vgj.fsf@yahoo.com> <87sfe540or.fsf@yahoo.com> <86bkkt3wpb.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16766"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, corwin@bru.st, emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 16 11:44:47 2023 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 1pcl6D-0004A3-LR for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Mar 2023 11:44:45 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pcl5V-00089m-2S; Thu, 16 Mar 2023 06:44:01 -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 1pcl5T-00089R-Eo for emacs-devel@gnu.org; Thu, 16 Mar 2023 06:43:59 -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 1pcl5S-00061D-D0; Thu, 16 Mar 2023 06:43:58 -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=BhTVJHdTkKNcWqffSFI0v7sdImY0A1ga+jdSUf0j1jc=; b=kUT9fbIJi889 EleZmDEmg/DOpVBUznZLniUjhveOtAMn6aY1UN97iZNGF346hyJLdMTkMSZjtQxFR/yqS9RYQmaJt D6c3U/NCzpULOV9vLB4JfesOoUbP4Jioi7Hlnnglc/7OAY5OKt/1jDy2cwxriaWHPy4+xsHr6kl3I q8ccPU4KScaq3ap5nUzDg4s7R6Gc5EL9fiZ4snwuxkjuvRTvQpXT2/vGbiTSIY8UaYnjbbiCY/AfJ eHRLuVxYkyL7rzp4cHXw60mZ5iOjKemHuHp0Qgse8UlO4rP5BBngAOryCE+RGjTMN9k1Jykyama80 67qvo2rlDFIBfWGtimewpQ==; Original-Received: from [87.69.77.57] (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 1pcl5K-0007zn-VR; Thu, 16 Mar 2023 06:43:54 -0400 In-Reply-To: <86bkkt3wpb.fsf@gnu.org> (message from Arash Esbati on Thu, 16 Mar 2023 09:52:00 +0100) 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:304518 Archived-At: > From: Arash Esbati > Cc: Corwin Brust , Eli Zaretskii , > emacs-devel@gnu.org > Date: Thu, 16 Mar 2023 09:52:00 +0100 > > In end of data: > loaddefs.el:3789:55: Warning: the function `c-list-of-strings' is not > known to be defined. This is unrelated to the feature branch, I see that on master as well, and asked Alan to look into that.