From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail
From: nanjunjie@139.com
Newsgroups: gmane.emacs.devel
Subject: Re: Propose to add setup-wizard.el to ELPA
Date: Sun, 02 Jan 2022 23:23:18 +0800
Message-ID: <87fsq617rt.fsf@139.com>
References: <897ED591-43BC-4029-912A-917E5E9F6930@gmail.com>
 <83mtkeefmt.fsf@gnu.org> <87v8z2o90o.fsf@yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214";
	logging-data="37437"; mail-complaints-to="usenet@ciao.gmane.io"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)
To: emacs-devel@gnu.org
Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 02 16:34:50 2022
Return-path: <emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org>
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 <emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org>)
	id 1n42sj-0009Wp-EP
	for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 16:34:49 +0100
Original-Received: from localhost ([::1]:47794 helo=lists1p.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.90_1)
	(envelope-from <emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org>)
	id 1n42sh-0007IZ-Vw
	for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 10:34:48 -0500
Original-Received: from eggs.gnu.org ([209.51.188.92]:49920)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <nanjunjie@139.com>) id 1n42r6-0005q8-8o
 for emacs-devel@gnu.org; Sun, 02 Jan 2022 10:33:08 -0500
Original-Received: from n169-114.mail.139.com ([120.232.169.114]:12578)
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <nanjunjie@139.com>) id 1n42r3-0005k5-1O
 for emacs-devel@gnu.org; Sun, 02 Jan 2022 10:33:07 -0500
X-RM-TagInfo: emlType=0                                       
X-RM-SPAM-FLAG: 00000000
Original-Received: from dev01 (unknown[120.244.220.123])
 by rmsmtp-lg-appmail-43-12057 (RichMail) with SMTP id 2f1961d1c383413-53e5f;
 Sun, 02 Jan 2022 23:23:49 +0800 (CST)
X-RM-TRANSID: 2f1961d1c383413-53e5f
In-Reply-To: <87v8z2o90o.fsf@yahoo.com> (Po Lu's message of "Sun, 02 Jan 2022
 16:07:51 +0800")
Received-SPF: pass client-ip=120.232.169.114; envelope-from=nanjunjie@139.com;
 helo=n169-114.mail.139.com
X-Spam_score_int: 0
X-Spam_score: 0.0
X-Spam_bar: /
X-Spam_report: (0.0 / 5.0 requ) FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=unavailable 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." <emacs-devel.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-devel>,
 <mailto:emacs-devel-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/emacs-devel>
List-Post: <mailto:emacs-devel@gnu.org>
List-Help: <mailto:emacs-devel-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-devel>,
 <mailto:emacs-devel-request@gnu.org?subject=subscribe>
Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org
Original-Sender: "Emacs-devel"
 <emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org>
Xref: news.gmane.io gmane.emacs.devel:283919
Archived-At: <http://permalink.gmane.org/gmane.emacs.devel/283919>


For me an emacs user, `customize` itself is a setup wizard, it does not
need another setup wizard to customize the customization. Or once the setup
wizard came out, we need to figure out how to customize the setup
wizard, and we would enter an endless loop.

Po Lu <luangruo@yahoo.com> writes:

> Eli Zaretskii <eliz@gnu.org> writes:
>
>> I didn't yet try the package, but IMNSHO it makes the most sense in
>> core, and in that case it should also be started automatically for new
>> users, or at least suggested to them upon first invocation.
>
> Starting it automatically is too much, but having it on the splash
> screen would be great.
>
> Thanks.