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: Gitlab Migration Date: Fri, 03 Sep 2021 14:41:29 +0300 Message-ID: <83o899yjh2.fsf@gnu.org> References: <87h7fcnmq0.fsf@posteo.net> <83tujbqg4j.fsf@gnu.org> <46353190-1190-495f-b15e-22980159b3ab@yandex.ru> <83y28mp0rb.fsf@gnu.org> <51a363db-fde7-791d-cf8d-98ac601d62ee@yandex.ru> <57ca4d78-2339-201d-edce-678c9b003a99@yandex.ru> <01341bd6-b94b-4f94-1461-405e723142ad@yandex.ru> <8735qmjklm.fsf@localhost> <87ilzi86h7.fsf@posteo.net> <875yvh9anq.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11278"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, danflscr@gmail.com, rms@gnu.org, lokedhs@gmail.com, yantar92@gmail.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 03 13:59:00 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 1mM7qV-0002fF-UR for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Sep 2021 13:58:59 +0200 Original-Received: from localhost ([::1]:45172 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mM7qU-0005bN-IN for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Sep 2021 07:58:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mM7Zo-0007Hc-K7 for emacs-devel@gnu.org; Fri, 03 Sep 2021 07:41:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58836) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mM7Zn-0001rM-JP; Fri, 03 Sep 2021 07:41:43 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2481 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 1mM7Zd-0001nJ-3Q; Fri, 03 Sep 2021 07:41:33 -0400 In-Reply-To: (message from Dmitry Gutov on Fri, 3 Sep 2021 14:31:47 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:273771 Archived-At: > Cc: Ihor Radchenko , Elias MÃ¥rtenson > , Daniel Fleischer , > Richard Stallman , emacs-devel , > Stefan Monnier , Eli Zaretskii > From: Dmitry Gutov > Date: Fri, 3 Sep 2021 14:31:47 +0300 > > One change I previously suggested is the value of > uniquify-buffer-name-style to 'forward, which most distributions out > there use. > > It's a small difference, but again -- no go. > > Another similar changes: > > require-final-newline -> t > > indent-tabs-mode -> nil (of course) > > show-paren-mode seems universally acclaimed as well (though prelude and > doom-emacs use smartparens for a similar effect), so why not enable it too. There, you have already a list of options to include in a suitably named "profile". Why not add that to Emacs right now?