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: An anonymous IRC user's opinion Date: Thu, 10 Oct 2024 07:56:47 +0300 Message-ID: <86plo8369c.fsf@gnu.org> References: <87plodsjsd.fsf@web.de> <865xq14dwp.fsf@gnu.org> <343c4d04-af53-4da2-9d1c-c616c74821e1@gutov.dev> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26252"; mail-complaints-to="usenet@ciao.gmane.io" Cc: johan.myreen@gmail.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 10 06:57:40 2024 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 1sylF5-0006f2-VK for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Oct 2024 06:57:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sylEP-00069N-W6; Thu, 10 Oct 2024 00:56:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sylEK-000695-7n for emacs-devel@gnu.org; Thu, 10 Oct 2024 00:56:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sylEH-0000Dh-0B; Thu, 10 Oct 2024 00:56:50 -0400 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=uGLa3cQuIAhsIcvYCirhnNNKjdLD+LtM4Cbu0L1IUQw=; b=VArkexRFKJHa ZlGZzryFGFJ6T0GZTfQZ4CaeTc2bE549cJ7DWIBwa24679RrvlAl2rlJ1wxyH0jMAVR9lftZhvTpA vu4FfvxWCb1gyih1XwOaXYrS0qz5xWSmHp+D5hSDGG3kXSLNuxLUZXJ3pquPO7gxRu9+pD16/KcPc WFzgC/JU+KPbDkHyqUWFKoc9kl2vsbG1U2KDulNnD+DeC30Wmwe8mmBWqa+Fmf4V5IXcNz1jp014d 06o5dBNOfQ/c5dsRri/s6PlsTvS055L0agNV0eUJ+YO2YvHVnZNex7+t35t0zwOD79EwU+5bhyYiA nTCXFkuxpuD1NgqrMvB4nA==; In-Reply-To: <343c4d04-af53-4da2-9d1c-c616c74821e1@gutov.dev> (message from Dmitry Gutov on Thu, 10 Oct 2024 00:25:40 +0300) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324471 Archived-At: > Date: Thu, 10 Oct 2024 00:25:40 +0300 > Cc: emacs-devel@gnu.org > From: Dmitry Gutov > > On 09/10/2024 16:13, Eli Zaretskii wrote: > > rust-ts-mode is part of > > Emacs, and could be turned on automatically when a Rust file is > > visited; we didn't do that because we are unsure whether users of an > > unbundled Rust mode will protest > > That seems unlikely: as long as the auto-mode-alist configuration for > rust-ts-mode is done early on in Emacs's startup, any installed 3rd > party package such as rust-mode would add its config later, and thus > have priority. I don't have objections to making Rust recognized automatically and activating rust-ts-mode, if people think this danger is low or non-existent, and if *.rs files are not commonly used for something completely unrelated (e.g., I see on my Windows system quite a few *.rs files that seem to be some kind of Windows data files).