From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jai Flack Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: gnus-search-mu Date: Fri, 25 Mar 2022 10:35:22 +1000 Message-ID: <87sfr6eunp.fsf@disroot.org> References: <87czib77uz.fsf@disroot.org> <878rszidk9.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7611"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eric Abrahamsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 25 07:23:44 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 1nXdMM-0001iQ-Fw for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Mar 2022 07:23:42 +0100 Original-Received: from localhost ([::1]:40502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXdMK-0007yM-Ql for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Mar 2022 02:23:40 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49354) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXXvT-0004Gs-Lk for emacs-devel@gnu.org; Thu, 24 Mar 2022 20:35:35 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:34546) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXXvP-00022P-9v for emacs-devel@gnu.org; Thu, 24 Mar 2022 20:35:33 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1EE5040136; Fri, 25 Mar 2022 01:35:28 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id od5TuOscyfb4; Fri, 25 Mar 2022 01:35:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1648168527; bh=dy2p1rog2PITxuZbB+B/0G+JTpXPKmZ+H/YNEL7tHR8=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=MbThZiklr5CE8K7WklbsbJ8Z2MpeG3ScwVouFEwG7OnYfVbkCLbLF7uMlFswhF2l8 KPsdLnwJMFtCGTd7uPm/16//wp8ooGAD2MCls0qgRF2J0+N9gdT4q680X3GPjg7yo+ mRBnhfjqBxqWhL8NI10E6yXaPbCNP4GYjSYSsUvDXL7yVZd4Zbf0jLNpDmAT6p9QlW 0YVGMCYQxVKd2pNG0BsKR2BejrxtN9f9XJ/LksJoIyzOcKJfGAea3PzvbFbvvxPuEG CpjtjXSihpT07m519lmN418oyE4zE3pQDGuT+497qbv0lCyrpKGTIRYx/soQXw7E0Q /K/cK/Fn6z6iw== In-Reply-To: <878rszidk9.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Thu, 24 Mar 2022 08:18:46 -0700") Received-SPF: pass client-ip=178.21.23.139; envelope-from=jflack@disroot.org; helo=knopi.disroot.org 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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 25 Mar 2022 02:19:50 -0400 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:287432 Archived-At: Eric Abrahamsen writes: > Hi! Thanks very much for working on this. Wouldn't it make more sense to > include this in Emacs proper? Gnus-search is new enough that it doesn't > seem useful to let users of prior Emacs versions to install > gnus-search-mu from the repos... What do you think? I'm happy for it to be included in Emacs proper; though possibly as both a la modus-themes as it's missed the release window for Emacs 28 (if I understand the release cycle correctly). Shall I convert this to a patch for gnus-search.el? -- Thanks, Jai