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: Updating *Completions* as you type Date: Wed, 29 Nov 2023 05:33:32 +0200 Message-ID: <83wmu16xo3.fsf@gnu.org> References: <87bkd3z9bi.fsf@catern.com> <87il5xlf9b.fsf@catern.com> <86y1esuajx.fsf@mail.linkov.net> <86v89ws5t3.fsf@mail.linkov.net> <86v89vzf1o.fsf@mail.linkov.net> <87pm03jn3w.fsf@catern.com> <861qcjw3ch.fsf@mail.linkov.net> <86r0ki2on3.fsf@mail.linkov.net> <86leao519y.fsf@mail.linkov.net> <87fs0wk5oq.fsf@catern.com> <86edgfin4v.fsf@mail.linkov.net> <87o7fhixzv.fsf@catern.com> <86o7fhy9ae.fsf@mail.linkov.net> <87v89ohc6f.fsf@catern.com> <86il5nhdvh.fsf@mail.linkov.net> <87plzuuend.fsf@catern.com> <837cm19ay3.fsf@gnu.org> <877cm1v3ez.fsf@catern.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37104"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, sbaugh@janestreet.com, emacs-devel@gnu.org To: Spencer Baugh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 29 04:34:41 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 1r8BLV-0009Oj-6q for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Nov 2023 04:34:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r8BKi-0007co-Nh; Tue, 28 Nov 2023 22:33:52 -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 1r8BKg-0007cG-Ho for emacs-devel@gnu.org; Tue, 28 Nov 2023 22:33:50 -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 1r8BKf-0005pX-3U; Tue, 28 Nov 2023 22:33:49 -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=HMr3agSEyZ9jL/s+5F3FKoSuOfa1VkWrwtL8eKjlPE8=; b=QV4UAyhLWB8e sq98xF7fuaOl0vsp5kzfZxaSpYf7Wmzvq0nAhAONtKdx2pispGsliDeN8y0d2j+ph5AGqaYrmTdf4 3Cu86TQhziyBcs54UnW7e1t3dzZxpbRnMKZAihTHtV2kl0v/53dbJkmFhsQi7QENyIeRbLHEoEDw+ wAcnFU3HVHzuZdxw9wLrg6cxv4kMQoCwc3AZ2uTCITu2SB6clwm7Qqov04aQxO2+Z9r3zoPRM2XRb kGLi72vS/3fJHYk3nwwVOOxYwgM2GdGFr3TSMrtraccior8/iCnaL1TN78Dysm+nYCG3HLzbJmqDA 7Vbt3gm+od7R7NpfggCUcw==; In-Reply-To: <877cm1v3ez.fsf@catern.com> (message from Spencer Baugh on Tue, 28 Nov 2023 23:56:14 +0000 (UTC)) 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:313347 Archived-At: > From: Spencer Baugh > Date: Tue, 28 Nov 2023 23:56:14 +0000 (UTC) > Cc: juri@linkov.net, sbaugh@janestreet.com, emacs-devel@gnu.org > > Eli Zaretskii writes: > >> From: Spencer Baugh > >> Date: Tue, 28 Nov 2023 14:38:55 +0000 (UTC) > >> Cc: Spencer Baugh , emacs-devel@gnu.org > >> :type '(choice (const :tag "No sorting" nil) > >> (const :tag "Alphabetical sorting" alphabetical) > >> + (const :tag "Historical sorting" historical) > > ^^^^^^^^^^^^^^^^^^ > > "Chronological sorting" > > I think "historical sorting" is more intuitive here. "Chronological" > seems more ambiguous - it could mean something different for files, for > example. I don't understand why, please explain. Did history stop changing in chronological order at some point and I missed that? That is, doesn't the first minibuffer input always precede the second one in chronological order?