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: gnulib fsusage Date: Thu, 19 Jan 2023 15:33:48 +0200 Message-ID: <835yd2ps1v.fsf@gnu.org> References: <87bkmv6z36.fsf.ref@yahoo.com> <87bkmv6z36.fsf@yahoo.com> <83y1pzyqed.fsf@gnu.org> <875yd296la.fsf@yahoo.com> <83lelyzuph.fsf@gnu.org> <871qnq91l1.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33995"; 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 Jan 19 14:34:31 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 1pIV3n-0008eL-6E for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Jan 2023 14:34:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pIV3E-0007hN-7L; Thu, 19 Jan 2023 08:33:56 -0500 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 1pIV3B-0007aT-Qj for emacs-devel@gnu.org; Thu, 19 Jan 2023 08:33:53 -0500 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 1pIV39-0000rG-IR; Thu, 19 Jan 2023 08:33:53 -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=gvZan651+iGv9L/SRTdna86tj2A8ZwGdhjQ1a2aEB4Q=; b=BZ2ycMjfGXMH q2e8NEfU8ERb4Gxwzj4HLORb8weH6x0CxiLyzm3rT+GfufxoYr72XD6XO9OUbFrrJENbag6g6upyt K4NdUQinOMbd4DlTxyUDLnA3c75+BzjkD06kZY9cyateyZTeyzCMG9raJrGMxMxeoKkOphHJKwk4P 8uKY9iXiqQKigWHe2pZWWa0cPO7RkjtwucpHacQhsEHZa8/786MG2Ov5WTPcKuisKqo7frTfmFAc0 borWVO0ysBLhRqvHqdCCxZla8i7TTu+UC1FOGpE6KlIz9TGI0mYAyjnG2qdMMs/h1UvPLSCrRFW2+ RidHa3zYVeUmGr3StnVH4g==; 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 1pIV38-0005qo-PQ; Thu, 19 Jan 2023 08:33:51 -0500 In-Reply-To: <871qnq91l1.fsf@yahoo.com> (message from Po Lu on Thu, 19 Jan 2023 19:59:54 +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:302542 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Thu, 19 Jan 2023 19:59:54 +0800 > > Eli Zaretskii writes: > > > Don't you think your work on the Android port should be discussed > > more, and not just for the current minor issue? I'd hate to have > > those discussions when the port is ready, which means you will have > > invested a lot of hard labor in it. > > Well, I only just found out this problem, and have immediately begun > discussing it. Isn't that fast enough? :D I didn't just read your request, I've looked at the branch. I'm not sure I'm happy with what I see there. Too much stuff that IMNSHO should have been discussed before coding it. > > At least return a list of 3 numbers (zeros?), not nil. > > OK. But the doc string says it can return nil if the system call fails. Suit yourself.