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] Package Installation in Tutorial Date: Sun, 05 Dec 2021 12:21:39 +0200 Message-ID: <838rwz4aj0.fsf@gnu.org> References: <864k7ro07p.fsf@mail.linkov.net> <87pmqdvd1h.fsf@gnus.org> <83lf105o58.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4864"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Daniel Fleischer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 05 11:22:34 2021 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 1mtofB-00018F-G2 for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Dec 2021 11:22:33 +0100 Original-Received: from localhost ([::1]:58442 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtofA-0001ga-KD for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Dec 2021 05:22:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtoeP-00011g-0v for emacs-devel@gnu.org; Sun, 05 Dec 2021 05:21:45 -0500 Original-Received: from [2001:470:142:3::e] (port=36140 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtoeO-0000D7-Px; Sun, 05 Dec 2021 05:21:44 -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=wYTF7GpOhd9OSCGyWkeDit834nkbQOmA/11iBkM2nvM=; b=qm0M8FDYPZIh b1W5jw14ZONiWwN9oyBsf7Sfk42mIpcvIlcAtJGPT6Uf8rK+9iQE0gtk0P5vjdyxHdnlk1OICXyZ+ X+NuMtJDn/bHcehgvjvIQ4kdjUueAP5rBc8vBYt2T1NMQjc7GB5u7KG2Wg17lDuypIT38E/mfcDZ7 ACotcZu6UdLopaXJ1oLaV1XenxVDS6RsPGBeT7gLyde8JImjrkKNT421Grt1uQi1RzLtbDz6poroU PDYnkzn9xtv7OirOUlkkwm2CVuX+6esoZPXy962xRYripR1m24PpUjwFgQhbLCiHKRBmoQTDGQK9H lKEph5OsOZiModX2g6Y5Sg==; Original-Received: from [87.69.77.57] (port=2664 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 1mtoeO-00015f-DS; Sun, 05 Dec 2021 05:21:44 -0500 In-Reply-To: (message from Daniel Fleischer on Sat, 04 Dec 2021 22:38:58 +0200) 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:280978 Archived-At: > From: Daniel Fleischer > Date: Sat, 04 Dec 2021 22:38:58 +0200 > > > Thanks, but I feel this is too much for a tutorial. Just mentioning > > list-packages, and having a reference to the manual that describes the > > rest, should be enough. > > OK, listing the packages and referring the manual is good enough for > raising awareness to this topic at this point. LGTM, thanks. > Please notice the new button in the startup screen as well, as it > wasn't discussed and is also included in the patch. Does this enlarge the size of the window required to show the splash screen? Did you try that when there are auto-save files? Emacs displays 2 more lines in that case, and it's important to keep them visible on the screen. Also, should we tell users that pressing that button accesses the Internet?