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, 02 Jan 2021 00:32:56 +0100 Message-ID: <87lfdc2pxz.fsf@logand.com> References: <87o8ivumn5.fsf@telefonica.net> <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> <87im8ob707.fsf@gnus.org> <87eejcb6nx.fsf@gnus.org> <875z4ob5c9.fsf@gnus.org> <87a6u09nkq.fsf@gnus.org> <875z4o9jdg.fsf@gnus.org> <87r1nb8yoj.fsf@gnus.org> <892fac78-0457-41b4-a442-46d992ca6e23@default> <87czyo3dj1.fsf@logand.com> <181c8a83-fe72-4642-a9da-6972310510a8@default> <87k0sw1f9q.fsf@logand.com> <8e08cd0e-ce90-445c-82b6-3d93b254af59@default> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12900"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org To: Drew Adams , Lars Ingebrigtsen , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 02 00:34:01 2021 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 1kvTvk-0003EV-Gm for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jan 2021 00:34:00 +0100 Original-Received: from localhost ([::1]:60256 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kvTvj-00082D-Gk for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Jan 2021 18:33:59 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kvTuo-0007Wl-Bp for emacs-devel@gnu.org; Fri, 01 Jan 2021 18:33:02 -0500 Original-Received: from logand.com ([37.48.87.44]:34904) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kvTum-0000C1-LL; Fri, 01 Jan 2021 18:33:02 -0500 Original-Received: by logand.com (Postfix, from userid 1001) id 32F1919F168; Sat, 2 Jan 2021 00:32:58 +0100 (CET) X-Mailer: emacs 26.3 (via feedmail 11-beta-1 I) In-Reply-To: <8e08cd0e-ce90-445c-82b6-3d93b254af59@default> 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:262272 Archived-At: On Fri 01 Jan 2021 at 14:55, Drew Adams wrote: > The question is what it should be for dotted lists (and circular > lists). What is your reasonable expectation for dotted lists? I do not have an expectation for dotted lists except it should not traverse the whole list in order to find out, if it is dotted or not. That would defeat the whole idea. It should do the minimum work necessary to determine the predicate value and not bother with determining if the list is dotted or circular.