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: Add prettify configuration to the rust-ts-mode Date: Sun, 17 Sep 2023 12:58:37 +0300 Message-ID: <835y49glyq.fsf@gnu.org> References: <87msxshjnp.fsf@poincare.umons.ac.be> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36029"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Christophe TROESTLER Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 17 11:59:06 2023 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 1qhoYT-00098f-NL for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Sep 2023 11:59:05 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qhoY7-0003lj-69; Sun, 17 Sep 2023 05:58:43 -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 1qhoY5-0003lH-Ir for emacs-devel@gnu.org; Sun, 17 Sep 2023 05:58:41 -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 1qhoY4-00027L-E2; Sun, 17 Sep 2023 05:58:40 -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=ZKFi5kuxedkgy1PsaRT5rCAR8ERrT0fEp/Cqm8kCrZc=; b=DZC5EnAGWlQB N5WLX1JY6wmP5yusoDy6XfTcbbYu2cg2JaMVSgS2fEU1B6/qaAOR/YkAgWWa9Qyn51RCqEi3F6EwJ KdZdZ24a3F4QMRx6G+wajLlVN6mzGVvK1q+rKCLJNMHYOzoHYRts/0m0xNJvXPJnQE6vttm1F7b1w 6gJtCJaV3STAYmrCDSjVEfM8O9+J1X1PWHv+R6p4HAUpYvgSGJJOI95E3LI1b7g7L4Byow6fYdfXx luY9XoZfk8mW2LfmnbevTpQh4FBq83Stzv4+YtLeNXdRslJ3cn0gyMeQXQghiXGG2Ht3yJZCK/WsM Tv9Pa60EjRdRGOPoq9Ms0Q==; In-Reply-To: <87msxshjnp.fsf@poincare.umons.ac.be> (message from Christophe TROESTLER on Mon, 11 Sep 2023 14:24:59 +0000) 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:310660 Archived-At: > From: Christophe TROESTLER > Date: Mon, 11 Sep 2023 14:24:59 +0000 > > I noticed that the rust-ts-mode does not have a configuration for the prettify-symbols-mode. The attached patch aims to add that. Thanks, installed on the master branch.