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: Missing features in c-ts-mode Date: Wed, 15 Feb 2023 21:05:01 +0200 Message-ID: <83lekyagwy.fsf@gnu.org> References: <83wn4iajyy.fsf@gnu.org> <87fsb67pfj.fsf@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27379"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: Theodor Thornhill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 15 20:06:18 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 1pSN6e-0006sw-A8 for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Feb 2023 20:06:16 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSN5q-0005Nb-2x; Wed, 15 Feb 2023 14:05:26 -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 1pSN5o-0005Jr-AX for emacs-devel@gnu.org; Wed, 15 Feb 2023 14:05:24 -0500 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 1pSN5n-00016r-Kx; Wed, 15 Feb 2023 14:05:23 -0500 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=aOnVcmgRaTT6lnjfHdankid+RgvfflUXjwbQtFRNEnA=; b=cDxmGYJQ9f5P XEiCwMdjcY4AqYdIW6UAaDEQHv2kDQqU6ud5OYvOnvlcpOE6ZvHXjdTLXZwbZB8WNMqC6bwnC74lm yMTrqszy9M/INEJj3UoIX96pnAXDJCJ6CF1J/flAWZj3vTfDDllB+Mw1O02y6b+8HyiTgRBdzlmqT 38h9YyUT8S5O6iUX9m9MtLisTtWMuFimnGeH3Ws+sQrUjYq9Np/OmO9ye6Bzer23B28Mg17pqixI6 OVEMhwdyLwtzwfdvhQK2bL3AhpnyitRcKMqGCsNkF0/rFH0XncfynROcXoaIbxp9wmxHNdcJ7AvDS Y2qgSblnxr2qXBO6R9A1MQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSN5k-00062S-OH; Wed, 15 Feb 2023 14:05:22 -0500 In-Reply-To: <87fsb67pfj.fsf@thornhill.no> (message from Theodor Thornhill on Wed, 15 Feb 2023 19:29:20 +0100) 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:303327 Archived-At: > From: Theodor Thornhill > Cc: emacs-devel@gnu.org > Date: Wed, 15 Feb 2023 19:29:20 +0100 > > Eli Zaretskii writes: > > > There's a couple of useful features that are currently missing from > > c/c++-ts-mode: > > > > M-a and M-e (go to beginning/end of statement) > > electric # (aligns # to the left unless it's in a comment or a string) > > > > Can we add these, please? > > Isn't M-a and M-e available on master? Maybe, I didn't look there, sorry. If they work there, then this one is fine. > I'll look into electric #. For emacs-29 or master? If it is simple and safe enough, emacs-29. Thanks.