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: Thu, 16 Feb 2023 22:05:43 +0100 Message-ID: <82965D49-CF28-481F-BE1D-71241CEBE650@thornhill.no> References: <83wn4iajyy.fsf@gnu.org> <87fsb67pfj.fsf@thornhill.no> <83lekyagwy.fsf@gnu.org> <87a61e7n5j.fsf@thornhill.no> <877cwi7mju.fsf@thornhill.no> <83bkluaevv.fsf@gnu.org> <871qmq7l9q.fsf@thornhill.no> <87ilg1qv71.fsf@thornhill.no> <837cwh2vo4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13550"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 16 22:06:42 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 1pSlSk-0003N8-Kz for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Feb 2023 22:06:42 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSlRy-0001A6-4O; Thu, 16 Feb 2023 16:05:54 -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 1pSlRv-00019Q-Sq for emacs-devel@gnu.org; Thu, 16 Feb 2023 16:05:52 -0500 Original-Received: from out-95.mta1.migadu.com ([2001:41d0:203:375::5f]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSlRt-0005Bi-GB for emacs-devel@gnu.org; Thu, 16 Feb 2023 16:05:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1676581545; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=itWPoqk+e8nhGHaEIaTiPapRi2MWrSEdAAJb4c0JDeg=; b=DVsfQnzPNh1RFS9gPSL8cdEPHf3gTYX6ONOsepyZ2D8rCkyi06YRFOFoQIbqqwUZgKbnje AxnPkmTd4z2wz4Fw1ELK/NPidW2ChR+PLVLQm3uWMI+inYkLPmuhSD/MPupvvyfjxj5Rth YBXFexnDhCYAwd29f5OXeFIZnAYagZQ1B2U5K493F1m60pe3O01vgJz+VoF6aQXRamO0wB iZmj4zkfuNhx08NK+7pU3l2FUjecAZOqUHkvi9ZCuFvwrGmx6ES/Evy8fOCo8aGrBjQktJ ss+gFIXex6MA45LON1e+TbheLZQbPm1+RMFqUhLF/cKdufEnZN3gzatT62TZGA== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: <837cwh2vo4.fsf@gnu.org> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::5f; envelope-from=theo@thornhill.no; helo=out-95.mta1.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=ham 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:303441 Archived-At: On 16 February 2023 21:38:03 CET, Eli Zaretskii wrote: >> From: Theodor Thornhill >> Cc: casouri@gmail=2Ecom, emacs-devel@gnu=2Eorg >> Date: Thu, 16 Feb 2023 20:14:26 +0100 >>=20 >> >> Thank you for working on this=2E >>=20 >> Now done=2E I believe the fix was small enough to go to emacs-29, so j= ust >> pushed=2E > >Thanks, it LGTM=2E > >> What would be the best way to create a test that would emulate >> this behavior? > >Did you look how test/lisp/electric-tests=2Eel does that? No, thanks, will take a look!