From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: JavaScript/TypeScript: What do people in 2024, on emacs 29, use for .js, .jsx, .ts and .tsx? Date: Mon, 22 Jan 2024 14:54:51 +0100 Message-ID: <87plxtwk0k.fsf@dod.no> References: <77493010-0b8f-4173-88ed-e726b89a3fad@gutov.dev> <87v8816txt.fsf@dod.no> <877ckd7kr6.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9054"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 22 14:55:50 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1rRumD-00025q-Ti for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 22 Jan 2024 14:55:50 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rRule-0002bT-Hm; Mon, 22 Jan 2024 08:55:14 -0500 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 1rRulb-0002ar-IJ for help-gnu-emacs@gnu.org; Mon, 22 Jan 2024 08:55:12 -0500 Original-Received: from schwantz.bang.priv.no ([95.217.129.251]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rRulY-0004pz-RH for help-gnu-emacs@gnu.org; Mon, 22 Jan 2024 08:55:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dod.no; s=sb; t=1705931691; bh=/HYxop5OSMsx07jmynOBTdNGbMkQeaBjpyEECuZFhac=; h=From:To:Subject:References:Date:In-Reply-To:From; b=ixfaeyNycfQZEDcolEpb3hPac+0DYAg02NVca1ptXv6C6FLAgUEjnL5tAuFdZi1/B +U2LYmIdyOtG4kYMUcafIK9b6PZqo37wJReYEqmZbaqn5QWPzYxxMZEHszAWODkRR1 daZg6vJBL/nQmuKfQ9XJGAJd7wqv3ceJR4GHBP48= Original-Received: from marquez (unknown [84.210.69.52]) by schwantz.bang.priv.no (Postfix) with ESMTPSA id 8AAED1C5 for ; Mon, 22 Jan 2024 13:54:51 +0000 (UTC) In-Reply-To: (Dmitry Gutov's message of "Sun, 14 Jan 2024 23:00:04 +0200") Received-SPF: none client-ip=95.217.129.251; envelope-from=sb@dod.no; helo=schwantz.bang.priv.no X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145778 Archived-At: >>>>> Dmitry Gutov : > Seems like it's the command called 'rjsx-electric-gt' defined here: > https://github.com/felipeochoa/rjsx-mode/blob/b697fe4d92cc84fa99a7bcb476f815935ea0d919/rjsx-mode.el#L916 Yeah! Should have found that one with that obvious name. My bad!