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 14:08:07 +0300 Message-ID: <83sf88pujs.fsf@gnu.org> References: <833508rj7j.fsf@gnu.org> <871qfs7rwb.fsf@yahoo.com> <83y1i0q0re.fsf@gnu.org> <87wmxk6b4u.fsf@yahoo.com> <83v8d4pxmk.fsf@gnu.org> <87h6oo6984.fsf@yahoo.com> <83ttsopvya.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11504"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 24 13:08:43 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 1qZ8Ch-0002o4-0q for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Aug 2023 13:08:43 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZ8Bo-0008Nq-Nk; Thu, 24 Aug 2023 07:07:48 -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 1qZ8Bl-0008KF-JK for emacs-devel@gnu.org; Thu, 24 Aug 2023 07:07:46 -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 1qZ8Bl-00014K-6z; Thu, 24 Aug 2023 07:07:45 -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=2r+5iUmTR517IfYg1l30Lwk2iO7R2I2prv/A3qQWEvo=; b=Fj57+emTgB/m TN1M/wqmdgpMA+xN+6eMRxDHZOpxorMVcbzfFe/Vr9DTjdkSUxyXFnBZPvJjmGuoq3WW4FJVYtUGm lU3w3wmI6IQwjQPRRln6NC1LnxXg2KB88lyTO12vJxHUTwHYScN01yot2ZkwXw4SH/RBKAa1gj0Th 5sy3UDD7LMP/WsKYoAAkUkzJM6JK4/nydbL7BeYvuQRf+ej5x8Cbdvd1UE2/rBblTeDNfzG7U4QgD CihaXxZegnFBocBdl5cB3+yXCm+f+g142mDEU09tDhpCDxlmaJZvY1n/6VUIcpJv/kY8DEgFc5Lmt W4vttxfFb92CCtE9Sntg4w==; In-Reply-To: (message from Andreas Schwab on Thu, 24 Aug 2023 12:51:52 +0200) 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:309160 Archived-At: > From: Andreas Schwab > Cc: Po Lu , emacs-devel@gnu.org > Date: Thu, 24 Aug 2023 12:51:52 +0200 > > On Aug 24 2023, Eli Zaretskii wrote: > > > And if that's not good enough, I think we should have a Lisp variable > > or function to do this job, because these issues will keep popping up, > > and doing all of that in C, just because we don't have the information > > in Lisp, is not a good idea. We do stuff like that in other cases, > > cf. noninteractive, window-system, daemonp, etc. > > Or add a feature for it. Yes, that'd be also good.