From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master 80d964e 2/4: Add missing file systems to etc-fstab-generic-mode Date: Fri, 29 Jan 2021 00:10:49 -0500 Message-ID: References: <20210128172527.13985.99694@vcs0.savannah.gnu.org> <20210128172530.5D83520E7B@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30241"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 29 06:12:22 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 1l5M50-0007md-AD for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Jan 2021 06:12:22 +0100 Original-Received: from localhost ([::1]:35214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5M4z-0000EH-DH for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Jan 2021 00:12:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5M3Z-0007qA-Qu for emacs-devel@gnu.org; Fri, 29 Jan 2021 00:10:53 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:6539) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5M3Y-0005ZE-9R for emacs-devel@gnu.org; Fri, 29 Jan 2021 00:10:53 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 85617102381; Fri, 29 Jan 2021 00:10:51 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 2C9F6101F43; Fri, 29 Jan 2021 00:10:50 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1611897050; bh=EUCLHlaiitcV7MdY8QtJdoUukAuyfVnth6V8wv8SOcQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=OxuRzirS1F/x7eiP84gyrvLjSr+dm7FdyLndqkKrOYiBWZL6iTx8FjUNi7KdN/DFB 66GNKJrDET2kJ40yMOswiDum0tjZMKqH6o1JeWNGte9lRE/o4gkAIp9anUFm3NUMAP Fvpl55lQq0LwWTYFsRTbRrlkL/AyH05f5+WB9bmRP25cWfHW8od3JQoE45rguyNCUj SnfRZIWZQB3Kp4Anek0AT89/hr5b8R+kPvk/r+gPbDjoHzY32nd7KdsrmhXQ2zZjmz ZDaTYKAdF+iPNtD6wW21Timm2GR/Y2v9tv66LFzhYGnUsg07uFSFGB+a+oqRj/Ne6p VXpgp4mrrWZvQ== Original-Received: from alfajor (69-196-141-46.dsl.teksavvy.com [69.196.141.46]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0670C1203CF; Fri, 29 Jan 2021 00:10:49 -0500 (EST) In-Reply-To: (Stefan Kangas's message of "Thu, 28 Jan 2021 20:34:33 -0800") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:263568 Archived-At: > I'm guessing also that the list would be different depending on your OS, > for example running GNU/Linux ext2 is simply ext2 while AFAIU on *BSD it > is ext2fs. So I'm not sure, but I guess there might need to be more > than one reference, perhaps? Or maybe we only care about GNU/Linux. > > Does anyone have any idea where to find a canonical reference for this? Another approach is to disregard the actual names and just highlight based on the position ;-) Stefan