From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: plz -> curl? Date: Tue, 17 May 2022 17:46:53 -0700 Message-ID: <87zgjfr7k2.fsf@ericabrahamsen.net> References: <87k0akmlc8.fsf@yahoo.com> <87sfp8dug9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35097"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Po Lu , Adam Porter , Lars Ingebrigtsen , Richard Stallman , Philip Kaludercic , mardani29@yahoo.es, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 18 02:48:23 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 1nr7rS-0008rj-L1 for ged-emacs-devel@m.gmane-mx.org; Wed, 18 May 2022 02:48:22 +0200 Original-Received: from localhost ([::1]:52384 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nr7rR-0002Oq-4i for ged-emacs-devel@m.gmane-mx.org; Tue, 17 May 2022 20:48:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nr7qC-0001gV-Io for emacs-devel@gnu.org; Tue, 17 May 2022 20:47:04 -0400 Original-Received: from mail.ericabrahamsen.net ([52.70.2.18]:59602) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nr7qB-0002AD-2Q; Tue, 17 May 2022 20:47:04 -0400 Original-Received: from localhost (c-71-197-232-41.hsd1.wa.comcast.net [71.197.232.41]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 59286FA4A5; Wed, 18 May 2022 00:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1652834814; bh=/d6vAGl+RUW6gPusNZbDF80HLZbBBeKet1E8StD9lBM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=r9ik0UR9ZUPa05+Yc5ZhwMVEdTkenjKSRkxc5Ta4bbMb8DWaNula3jJ57zqRjm8sh 5xfB/WjtNazw87eHrZbsXx/0wi2h6rM5q92En/iS/NYxClxt5jSPS9UnJdYlBLMDh6 /2gAYneF18dcyXlC77T+9H7wDwQrsnyd84VnATKc= In-Reply-To: <87sfp8dug9.fsf@gnu.org> (Tassilo Horn's message of "Tue, 17 May 2022 17:38:15 +0200") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, 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-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:289900 Archived-At: Tassilo Horn writes: > Po Lu writes: > >>> Is there an apropos-package command? If not, maybe now is the time >>> to write one. >> >> What would it do, and how would it help alieviate this problem? > > Given a term, list the packages of the configured archives whose name or > description contains that term. E.g., asking for LSP it would list > eglot, lsp-mode and the gazillion lsp-* addon packages. There's also filter-by-keyword in the *Packages* list, I'll bet people don't make as much use of that as they could.