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.devel Subject: Re: Merging feature/android Date: Thu, 16 Mar 2023 09:52:00 +0100 Message-ID: <86bkkt3wpb.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6257"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Corwin Brust , Eli Zaretskii , emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 16 09:53:21 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 1pcjMP-0001Nu-BK for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Mar 2023 09:53:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pcjLe-0003jf-I2; Thu, 16 Mar 2023 04:52:34 -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 1pcjLc-0003jA-D4 for emacs-devel@gnu.org; Thu, 16 Mar 2023 04:52:32 -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 1pcjLb-0004v3-Fr; Thu, 16 Mar 2023 04:52:31 -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=zmA1XH4/XvuE+KpoxY7uK9rxS5pkmDyb+lKnfc6r1Z0=; b=LCSG8UryYQ94g+6s2xzw iueLR47yZjchUQgG3Xjvh/PUHhVGjSMnCztjrZsU5ykhuZXujctSrW/kpunBkQvFmabuRI4Ph/8UJ qkimfQb4oTzrg4o0f72JqMPSNYPXxZWlMNKpkCqJ+eV4aR7sLKh6HLhizOQpjeoSHpvDuzHwwPezW DL3ZNQn32Mc+CtpCPYK2Flg+eYffKKK6enIqclswMV92dXRmzeEDL5i/nCekXk4Jcsz/PoNp/h1MZ K0TXsMhKwTHqSEbEswG4aZHKfBzKiKUsWO3rkLUgZbzD2OmQHZVvsdlxEX4tG+2StaKTvTyk+0OBQ Y+vUNAxrdXvueQ==; Original-Received: from p5b326a86.dip0.t-ipconnect.de ([91.50.106.134] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcjLa-00066d-O8; Thu, 16 Mar 2023 04:52:31 -0400 In-Reply-To: <87sfe540or.fsf@yahoo.com> (Po Lu's message of "Thu, 16 Mar 2023 15:25:56 +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:304513 Archived-At: Po Lu writes: > Or alternatively please pull and try again, I think I've fixed this now. Yes, it seems to work; I'm actually writing this message with it. I also see some warnings during make (the ones related to Org excluded): In end of data: frame.el:2142:8: Warning: the function `android-detect-mouse' is not known to be defined. In end of data: loaddefs.el:3789:55: Warning: the function `c-list-of-strings' is not known to be defined. In end of data: term/android-win.el:54:4: Warning: the function `android-get-connection' is not known to be defined. In end of data: touch-screen.el:113:14: Warning: the function `pixel-scroll-precision-scroll-up-page' is not known to be defined. touch-screen.el:112:16: Warning: the function `pixel-scroll-precision-scroll-down-page' is not known to be defined. Not sure if 2 and 4 are related to the port though. Best, Arash