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: Wed, 09 Oct 2024 19:25:47 +0300 Message-ID: <86wmih2qgk.fsf@gnu.org> References: <87plodsjsd.fsf@web.de> <865xq14dwp.fsf@gnu.org> 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="22878"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Johan =?utf-8?Q?Myr=C3=A9en?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 09 18:25:59 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 1syZVd-0005gV-Ta for ged-emacs-devel@m.gmane-mx.org; Wed, 09 Oct 2024 18:25:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1syZVX-0000HB-6x; Wed, 09 Oct 2024 12:25:51 -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 1syZVV-0000Gj-OR for emacs-devel@gnu.org; Wed, 09 Oct 2024 12:25:49 -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 1syZVV-0000zk-GF; Wed, 09 Oct 2024 12:25:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=1k5MqBgdOT9/74LF2gYLCLEXPVjHqAaCRcNX2ba1KDg=; b=Nb6bOUZmga4lcQwBGq84 zMWMdgVhqgewGA0yuBjIeIbRrUCSqKOUluBNHOxpcGW0jxuHbay+mNo9Io+kF2fsMOh+W9Brbis6q XSh0vQOOpGFCqHXinQbhpUSIlXVi5TJbK6vSBtOdemTtix2oI36xWM4WNwf3grPDrr3vtfQ2BXnEO 0NsHqZFPnY4k/tPSEDFr4K+weLIX+Qu9NblYLis2d84ydAi+0S3tE7w6Ohr4h56TJgpBvU6qYwT/J HTAqhNx3ac1IVJI4gM1OMYJ/9s29hzKF+wYSqyCHrh6jJCFe2bd+5J94g+nPKdjriMyudCw7BXtf+ RTOPKd4JVZ5Ndg==; In-Reply-To: (message from Johan =?utf-8?Q?Myr=C3=A9en?= on Wed, 9 Oct 2024 19:06:12 +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:324449 Archived-At: > From: Johan Myréen > Date: Wed, 9 Oct 2024 19:06:12 +0300 > > I just started my Emacs (from the main branch) with -q and opened a Rust source file. Emacs out of the box > does not even recognize the .rs file extension: the file is opened in Fundamental mode. I explained why we did it like that. To have the .rs extension recognized, you need to load rust-ts-mode first. Emacs tries very hard not to break any user's configuration, and sometimes that means newcomers have to work harder.