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: master 32fe187bdf1: Install rcs2log within Emacs packages for Android Date: Thu, 24 Aug 2023 13:01:39 +0300 Message-ID: <83v8d4pxmk.fsf@gnu.org> References: <833508rj7j.fsf@gnu.org> <871qfs7rwb.fsf@yahoo.com> <83y1i0q0re.fsf@gnu.org> <87wmxk6b4u.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34389"; 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 Thu Aug 24 12:02:20 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 1qZ7AS-0008ld-26 for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Aug 2023 12:02:20 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZ79S-0006Up-DU; Thu, 24 Aug 2023 06:01:18 -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 1qZ79Q-0006Te-9z for emacs-devel@gnu.org; Thu, 24 Aug 2023 06:01:16 -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 1qZ79Q-0002mI-2B; Thu, 24 Aug 2023 06:01:16 -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=Fk65KVGWWABsYuCkhQOpxTLNN2JjhfSWOwosg2ua6TM=; b=IZIzO4xe4u7H hmrWgvklJPPK0jkApC7DqsKbXVIiBQFW4vkpbB9lDqF68jXce2wr4mmeYhPZr6whLYIQeVsDwoxoh 2dkmYUylzdEWuLZEvF7IkwXgI9EII+p4JbcY6QCj2y0COYmWhXy+G2NkL842YGZ+WySn//r2MuIGr xnHHNrrUdO7SXiSbTAD89l/C0VVPDZOnsmHE2Wed7jkF43E1DJr5fVvmLcZJnQ97kjjWWAGz1PVMf O84DmUxh9/PB9AiMT+uhvvtQQkIcLm/kSs7MNxs3a1qpa8f6t7DdDnKy3xZ4haBKtaIUkfYZ1Q4/F BHJR2cwH2wY+6h939xMr3Q==; In-Reply-To: <87wmxk6b4u.fsf@yahoo.com> (message from Po Lu on Thu, 24 Aug 2023 17:30:09 +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:309156 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Thu, 24 Aug 2023 17:30:09 +0800 > > Eli Zaretskii writes: > > > OK, then let's have them in simple.el or in files.el. Or any other > > preloaded Lisp, if those two don't sound appropriate. > > files.el or simple.el don't have access to the mailutils or > ANDROID_STUBIFY defines in config.h. What is the significance of ANDROID_STUBIFY for these variables? Cannot the proper values be determined in Lisp using some other evidence or variable?