From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: [External] : [emacs bookmark.el] Sorting by last set Date: Tue, 07 Jun 2022 14:49:30 -0500 Message-ID: <878rq82r05.fsf@red-bean.com> References: <875ylhvu4k.fsf@red-bean.com> <87a6ar84rn.fsf@elite.giraud> Reply-To: Karl Fogel Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16871"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Lars Ingebrigtsen , Stefan Monnier , Drew Adams , emacs-devel To: Manuel Giraud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 07 21:51:31 2022 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 1nyfEg-00047N-Ue for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Jun 2022 21:51:31 +0200 Original-Received: from localhost ([::1]:40356 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nyfEf-0002Ik-RC for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Jun 2022 15:51:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52252) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyfCu-0000vt-Fc for emacs-devel@gnu.org; Tue, 07 Jun 2022 15:49:41 -0400 Original-Received: from sanpietro.red-bean.com ([45.79.25.59]:37356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyfCr-00088N-46 for emacs-devel@gnu.org; Tue, 07 Jun 2022 15:49:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=red-bean.com; s=202005newsp; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:Reply-To:References:Subject:Cc:To:From:Sender: Content-Transfer-Encoding:Content-ID:Content-Description; bh=GiBa/Ev9e45bKiWhGn6WaF43+zLWg7F8IxXTHBu+eCY=; t=1654631375; x=1655840975; b=TdVp5XwuuD92HWZYQ+rd5af5+CzNLz+66ttfRG+IIRI8z3TkrdIzvTNwv2/aMAkDoyV8ov4w7cF 20bIsbmlGRaIuPIQ/BdcLsGCJMiLv0yHhYhcl4bbU0T4QVYlX3+U+y2tq+AKt7VIy+wqSHSzEuz6l lcDJgIuDANySPEJki0Zhi3slKs5p6I1nxfaGUmEUINTkAQwnLTHq1DwTRi7ei+SaNaUWwQbC/ocRx 2u6H1u9v5BcpsEP4BCIuGi3Ne8uzN8y8/V8RHUl4QFpbcBQGJDWOFQJEUZDEyXEkz8HxU+/sEu3NF 1VUDHUV1ZLvnM2EIoixBgvLACMy0yTs30dbw==; Original-Received: from [12.106.183.66] (port=4636 helo=hummy) by sanpietro.red-bean.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nyfCl-009gUp-OG; Tue, 07 Jun 2022 19:49:31 +0000 In-Reply-To: <87a6ar84rn.fsf@elite.giraud> (Manuel Giraud's message of "Sun, 05 Jun 2022 18:16:28 +0200") Received-SPF: pass client-ip=45.79.25.59; envelope-from=kfogel@red-bean.com; helo=sanpietro.red-bean.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:290880 Archived-At: On 05 Jun 2022, Manuel Giraud wrote: >Why not... but we have to settle for good symbol names. I propose >'last-created (as nil) and 'alphabetical (as t). Presumably a thing can only have one creation date, so I suggest `creation-date' for that first one :-). Best regards, -Karl