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: [PATCH] Improve sorting in the bookmark list buffer. Date: Wed, 20 Apr 2022 22:02:39 +0300 Message-ID: <83h76nshm8.fsf@gnu.org> References: <875yovm1m6.fsf@elite.giraud> <87v8wvkk64.fsf@red-bean.com> <83v8wuj3v0.fsf@gnu.org> <87tucewgu7.fsf@red-bean.com> <83lexqi3z9.fsf@gnu.org> <87tuceuo4b.fsf@red-bean.com> <83czj2hrdv.fsf@gnu.org> <87a6e5lui6.fsf@elite.giraud> <837d99j10x.fsf@gnu.org> <874k4dlpeg.fsf@elite.giraud> <834k4divrt.fsf@gnu.org> <87wnh9k43g.fsf@elite.giraud> <83v8wth5lh.fsf@gnu.org> <87h78afndq.fsf@red-bean.com> <87zgm25d9o.fsf@elite.giraud> <87zgkfbp9l.fsf_-_@red-bean.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15190"; mail-complaints-to="usenet@ciao.gmane.io" Cc: manuel@ledu-giraud.fr, emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 20 21:48:36 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 1nhGJX-0003ko-He for ged-emacs-devel@m.gmane-mx.org; Wed, 20 Apr 2022 21:48:35 +0200 Original-Received: from localhost ([::1]:50104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhGJW-0008I7-Fa for ged-emacs-devel@m.gmane-mx.org; Wed, 20 Apr 2022 15:48:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36226) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhFbF-0003JO-K9 for emacs-devel@gnu.org; Wed, 20 Apr 2022 15:02:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhFbD-00017k-4O; Wed, 20 Apr 2022 15:02:48 -0400 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=fCusrfosirHt7nwnWja28JzXlqx0WGRlHAB3v/YaWrc=; b=AFWvp7gjzqsb vkCJuUX0k7hoM9je8uS9BXLSX9H+JCRe3y7o8t1ab3hRmT+huT1LvC6bZsiJyqBi2oY2pb1cTYFEU GulOX5z5MLE7r0nXmfJdsxrbfRRzA27bPatzzbNCrRxLcaA27EIZpna9k1P9yJMAN8aoWfj3ckL2a Q0j09tXKCb364Uc4/yYlG0SCjmMs68ZDj4ScYPycx+KLkOymIwQYWE+JkaWfwipaxX1yJxKWSr30M K38QUH3tkplFD80d2jQhNfmYqnHijJl1mZzUuzh71+BQUGcjf2JvvMoyubRvCBCqSc4DhVJ+u0nNg HqCDWpY8P3hIl/dowuSa4A==; Original-Received: from [87.69.77.57] (port=4610 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 1nhFbC-0005lr-Ji; Wed, 20 Apr 2022 15:02:46 -0400 In-Reply-To: <87zgkfbp9l.fsf_-_@red-bean.com> (message from Karl Fogel on Wed, 20 Apr 2022 13:09:26 -0500) 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:288723 Archived-At: > From: Karl Fogel > Date: Wed, 20 Apr 2022 13:09:26 -0500 > Cc: Manuel Giraud > > Review / feedback welcome. This is based against current 'master' > branch (commit 25308a95f8869c), but once it's been through review > I'll ask Eli which branch it should go on (or Eli if you want to > just say now that's fine too). I think this should go to master, since this isn't a recent regression, right?