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: Emacs-devel Digest, Vol 204, Issue 28 Date: Sat, 27 Feb 2021 09:58:06 +0200 Message-ID: <8335xiosc1.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36065"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, stefankangas@gmail.com, emacs-devel@gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 27 08:58:47 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 1lFuUx-0009IL-Gn for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Feb 2021 08:58:47 +0100 Original-Received: from localhost ([::1]:39428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFuUw-0008NR-L3 for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Feb 2021 02:58:46 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFuUT-0007yn-Nh for emacs-devel@gnu.org; Sat, 27 Feb 2021 02:58:17 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56805) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFuUS-0002kB-V6; Sat, 27 Feb 2021 02:58:16 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2306 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lFuUR-0004H4-Ue; Sat, 27 Feb 2021 02:58:16 -0500 In-Reply-To: (message from Pedro Andres Aranda Gutierrez on Sat, 27 Feb 2021 08:48:30 +0100) 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:265713 Archived-At: > From: Pedro Andres Aranda Gutierrez > Date: Sat, 27 Feb 2021 08:48:30 +0100 > Cc: stefankangas@gmail.com, Juri Linkov > > I've been recently working with people with diverse abilities and enormous programming skills and guess > what... most love programming 'languages with braces' over pure identantion stuff, because they help them > knowing in which context they are. So, those braces may be 'superfluous' from the language point of view > but they don't harm the code and favour inclusiveness ;-) I removed those braces because they are against our coding style, not because of my personal preferences.