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: Auto-suggesting Packages Date: Tue, 16 Jan 2024 14:58:02 +0200 Message-ID: <838r4pcu5h.fsf@gnu.org> References: <87il3tg07k.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4261"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 16 13:58:49 2024 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 1rPj1k-0000ro-MM for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Jan 2024 13:58:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rPj1D-0005bt-Um; Tue, 16 Jan 2024 07:58:15 -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 1rPj1C-0005bl-I2 for emacs-devel@gnu.org; Tue, 16 Jan 2024 07:58:14 -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 1rPj1B-0005bI-RE; Tue, 16 Jan 2024 07:58:13 -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=vJe/Pq8IYsOAEio/efQVt5ltc/HJK35DMmn4b9EYj/I=; b=LPuSoZA/uWQK 8Tg9ltbWc7SVoeq6r0Ui6uZqR27XJ2yLtDW+Yusa1i7+VqXCmRLjfY2DtRxsgCcHZ75XYHBpk4CA1 8hRo49BtUVByyokye8Cq1AOHNZZBgajMHjS8qgXdbWqLHuxPtTyQxS4QLNckaW1obnFHSjsEvLKXM 6rYuXl6/lLsrJsdcy0uHxvSnEJaWhqZgzhf4EE+Z5Hz+/+AhG7MH8l9wNTtdFN29WIcs+tWpJkTmL OOL7++rL39iTONOztRfj8SZcgHfYnrKb2QuBw0c24e2js8HFtyeG/Nph99xnBLrRlv7cQbdEd9zF7 M1H+QAZVhsxTbFMLCDvwwA==; In-Reply-To: <87il3tg07k.fsf@posteo.net> (message from Philip Kaludercic on Tue, 16 Jan 2024 08:18:55 +0000) 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:315014 Archived-At: > From: Philip Kaludercic > Date: Tue, 16 Jan 2024 08:18:55 +0000 > > I posted a patch like this a few months back and forgot about it, but > Sacha's Emacs News this weeks reminded me again. I took the code and > changed the default behaviour to indicate a package can be installed in > the mode line: Is it really a good idea to show this on the mode line? Why not in the echo-area? We have several features that suggest tips, and AFAIK they all show the tips in the echo-area. Thanks.