From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.devel Subject: Re: Internationalize Emacs's messages (swahili) Date: Sat, 26 Dec 2020 12:12:46 +0100 Message-ID: <87pn2wstw1.fsf@logand.com> References: <87o8ivumn5.fsf@telefonica.net> <83sg7xrgr5.fsf@gnu.org> <83h7odrdwy.fsf@gnu.org> <86sg7w39fh.fsf@163.com> <83pn30pku5.fsf@gnu.org> <86wnx8otoj.fsf@163.com> <834kkbp9vr.fsf@gnu.org> <87czyxuxw6.fsf@db48x.net> <87y2hlt82w.fsf@db48x.net> <87lfdlvsw4.fsf@logand.com> <83h7o8ncly.fsf@gnu.org> <87pn2wudab.fsf@db48x.net> <87mty0c3m1.fsf@gnus.org> <83czywnb86.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24701"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii , Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 26 12:13:58 2020 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 1kt7WI-0006La-6X for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Dec 2020 12:13:58 +0100 Original-Received: from localhost ([::1]:60868 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kt7WH-0000yP-6L for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Dec 2020 06:13:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58216) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kt7VN-0000AY-Rp for emacs-devel@gnu.org; Sat, 26 Dec 2020 06:13:01 -0500 Original-Received: from logand.com ([37.48.87.44]:38388) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kt7VM-0001UO-4Q; Sat, 26 Dec 2020 06:13:01 -0500 Original-Received: by logand.com (Postfix, from userid 1001) id 2274719F6E1; Sat, 26 Dec 2020 12:12:49 +0100 (CET) X-Mailer: emacs 26.3 (via feedmail 11-beta-1 I) In-Reply-To: <83czywnb86.fsf@gnu.org> Received-SPF: pass client-ip=37.48.87.44; envelope-from=tom@logand.com; helo=logand.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:261838 Archived-At: On Sat 26 Dec 2020 at 11:54, Eli Zaretskii wrote: >> From: Lars Ingebrigtsen >> Date: Sat, 26 Dec 2020 10:34:46 +0100 >> >> > (not (null (cdr deleted))) would avoid traversing the entire list, but it >> > wouldn't be easier to read. >> >> Perhaps a `longer-than-p' function would be helpful? I.e., >> (longer-than-p deleted 1)? (Or some better name.) > > Just add an optional arg LIMIT to 'length', since the implementation > will be the same, and you just want to terminate the loop as early as > possible. What about length= length/= length< length<= length> length>= predicates?