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: Add list of useful settings to setup wizard was: Re: Default custom file Date: Sat, 08 Jan 2022 16:12:08 +0200 Message-ID: <83zgo62u6f.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35276"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: LdBeth Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 08 15:14:10 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 1n6CTy-0008zy-5N for ged-emacs-devel@m.gmane-mx.org; Sat, 08 Jan 2022 15:14:10 +0100 Original-Received: from localhost ([::1]:34922 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n6CTw-0001w8-Hx for ged-emacs-devel@m.gmane-mx.org; Sat, 08 Jan 2022 09:14:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38080) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6CSH-0001BP-Kb for emacs-devel@gnu.org; Sat, 08 Jan 2022 09:12:25 -0500 Original-Received: from [2001:470:142:3::e] (port=33244 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 1n6CSG-0002Mz-AB; Sat, 08 Jan 2022 09:12:24 -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=HBqEQVBNsMEnLvC8Zkw5tcCELkb4uYkXAydpdvRmGbw=; b=ePlKOqfd0BWK IWF2TmwTpL4T0/oZ+lUlW9E7h/VTcqCoVtXXJlQF7vCWBBJj7nXLpUFBDkg8yLVaYGJqXqAOUdT3b vUFOQBKKnlls64TWUsxMjMgXWSvLVK/XeiEUYPaa47v89nHQRPx9qF4W2h1zafOLd6WsvFZRFhNlX yB8PGKwvgtKGpOpw234ufbeeVrmfa1hSbx7EBLdMWh3hhSVAVkXAaRnya3rVkVng7aFbw9B+xIaMD 6YdnRCEbiwnQ/+W8yvCo+zes51mvmq5sPnIZoO/Vv12NgA+Q9XQH4zFnZxCiTz+6dwa1tT6ZVXZCw 6CfNkoCpZ1rBn4SzPBCVKw==; Original-Received: from [87.69.77.57] (port=3997 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 1n6CSG-0001Px-7Z; Sat, 08 Jan 2022 09:12:24 -0500 In-Reply-To: (message from LdBeth on Sat, 08 Jan 2022 21:32:48 +0800) 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:284465 Archived-At: > Date: Sat, 08 Jan 2022 21:32:48 +0800 > From: LdBeth > Cc: casouri@gmail.com, emacs-devel@gnu.org > > ** align, delimit-columns-region > "Align regions in a context-sensitive fashion." > "Helps to prettify columns in a text region or rectangle." > > ** auto-revert-mode > Update buffer when file changes. > > ** ruler-mode > Something you'd get in a word processor. > > ** whitespace-mode > And =whitespace-cleanup=. > > ** mouse-avoidance-mode > Hide your mouse pointer. > > ** kinsoku > Avoid certain characters appear at beg-of-line.. > > ** strokes-mode > Useful if you have a 3-key mouse. I'm not sure I understand what other editors does each of the above features emulate. Can you spell that out? Thanks.