Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2564205ybi; Mon, 17 Jun 2019 06:59:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqy7YmydlbK3xVJzvUgUt5jYr7QHN8q9fqSeCec2c1VnNtF/b4Qfg79MMJyMesjUr2/UNNMh X-Received: by 2002:a63:2b58:: with SMTP id r85mr6049592pgr.80.1560779950159; Mon, 17 Jun 2019 06:59:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560779950; cv=none; d=google.com; s=arc-20160816; b=bbl9QwTQFnahksas2DXiUv+qLDO4tGxAd1Q0+SvSj9IVwuANZtRc99K1xbCeh2v5wz rwg05KZYjl3oRNsGvVIgzK6LSoFJzZ/9OOhwvxYxlYjjekI+YAqE4Z7SzbS/cEd9F31F 65fzWswTw9f5LDo+9AANdSdcANEa2kLdOdJz+xPsEwlng+UWPB4CYBZgXovFOrqrvieG cvQqESIlNGlBSjwy51se9tujTxRlhm6fTADY4QT7bFnbyimOxnqNGRGhRWAxp60Txras xpfkyGvozJUoyiyLJoRCZJjHAAsbPL6vYFVRSjdmjWui8/NIIc5pdyvWypxkAyP8UA8q eXuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=ljDwD2AIdzrUiRGZcTOIA9QS47rxbc70seu50PHqiJw=; b=JB0cYiPaLJ0r4239GsDh+K14eGr8IOSPETnRSDKeQqeWoIdu+RZ6PpFirC2x1sTZ7P 5/cTQqc6COlGFDRg+SusdlD/1ec29dXXoaj/Wq9tr8dzMML/Y84dxYzAczgwvUg8OiKV 1pm27NmhcGEiUN7KwRc0NDl+Azkvj1OeVm5NCEfDDeUyPqe+2VJ4xLPv4I5I0xFlHclK 0RHO0YNopiuNS7sQ6EAaUzEyhNej5OiF8nMXXZpdn9Azan9mAgF/zXkRNgnq1oOard9y fzsso2KMPVohynPDOqU46slt3L+890ziMmbBzf4KxuywanduWyzy1/n0kbewSauFTik0 gy6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c1si9829197pll.194.2019.06.17.06.58.54; Mon, 17 Jun 2019 06:59:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728045AbfFQN5S (ORCPT + 99 others); Mon, 17 Jun 2019 09:57:18 -0400 Received: from ms.lwn.net ([45.79.88.28]:42952 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725995AbfFQN5S (ORCPT ); Mon, 17 Jun 2019 09:57:18 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id A0DDC891; Mon, 17 Jun 2019 13:57:16 +0000 (UTC) Date: Mon, 17 Jun 2019 07:56:08 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Markus Heiser , Greg Kroah-Hartman , Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support Message-ID: <20190617075608.696cf037@lwn.net> In-Reply-To: <20190617061659.22596fc3@coco.lan> References: <62c8ffe86df40c90299e80619a1cb5d50971c2c6.1560477540.git.mchehab+samsung@kernel.org> <20190614161837.GA25206@kroah.com> <20190614132530.7a013757@coco.lan> <28aca947-4e88-7186-7f07-9a3ccb379649@darmarit.de> <20190617061659.22596fc3@coco.lan> Organization: LWN.net X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Jun 2019 06:16:59 -0300 Mauro Carvalho Chehab wrote: > > No need to change, the emacs notation is also OK, see your link > > > > """or (using formats recognized by popular editors):""" > > > > https://www.python.org/dev/peps/pep-0263/#defining-the-encoding > > > > I prefer emacs notation, this is also evaluated by many other editors / tools. > > The usage of emacs notation is something that we don't like at the > Linux Kernel. With ~4K developers per release, if we add tags to > every single editor people use, it would be really messy, as one > developer would be adding a tag and the next one replacing it by its > some other favorite editor's tag. So "we" like a language-specific notation instead? That seems a little strange to me. Lots of things understand the Emacs notation, it doesn't seem like something that needs to be actively avoided here. Thanks, jon