From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Missing features in c-ts-mode Date: Wed, 15 Feb 2023 19:29:20 +0100 Message-ID: <87fsb67pfj.fsf@thornhill.no> References: <83wn4iajyy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2342"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii , Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 15 19:30:28 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 1pSMY0-0000OI-BT for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Feb 2023 19:30:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSMXB-0003JP-13; Wed, 15 Feb 2023 13:29:37 -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 1pSMX6-0003Iq-V9 for emacs-devel@gnu.org; Wed, 15 Feb 2023 13:29:32 -0500 Original-Received: from out-29.mta0.migadu.com ([91.218.175.29]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSMX5-0001gq-EZ for emacs-devel@gnu.org; Wed, 15 Feb 2023 13:29:32 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1676485761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mb9N0wDePBSYr+EhNi3Fv/Gm7pzRAj5O0j9rfe7EaAk=; b=cLX/TVm7Dq75NjnMTOAHTIDV7kDr0BHY5aU2aUeo/URf+3SOKfqu7EhnIFrJpcTzShuLDZ DdPjWyac1IXJtqLYRuMn4t1GrMCbZ42SshFHBsphMfdg3D5X+0UD4rXOPQSCsu3Ycz+buA QSweDvNBae66ehqE9z3IVW/xFBY8wpriK4aA4UTcDGUj5yQsMjthvgbIBWtTTPkVmV0fAm B+0tEr52PtSnw7dT013gdGKr5J51NFTDaw6K62F2VBAxW/cReFB7Le4rHl10heLw88w564 7dlu1g3+4iR01I23jYWuqB9Gt7QL1CDFPnlIhJwTrFqr0+1s9ykYFR2xmUJ8RA== In-Reply-To: <83wn4iajyy.fsf@gnu.org> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=91.218.175.29; envelope-from=theo@thornhill.no; helo=out-29.mta0.migadu.com 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_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action 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:303318 Archived-At: 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? I'll look into electric #. For emacs-29 or master? Theo