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: Thu, 16 Feb 2023 22:38:03 +0200 Message-ID: <837cwh2vo4.fsf@gnu.org> 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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35132"; 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 Thu Feb 16 21:38:57 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 1pSl1s-0008sI-UF for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Feb 2023 21:38:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSl17-0007Zj-Tb; Thu, 16 Feb 2023 15:38:09 -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 1pSl15-0007ZH-Tl for emacs-devel@gnu.org; Thu, 16 Feb 2023 15:38:08 -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 1pSl14-0002BO-Rr; Thu, 16 Feb 2023 15:38:06 -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=BSSk6SEh647GgDopx9v0GBj7R9dUN39cjiw8qziLfy8=; b=joqwdDalLt0k zoOysOlvjSmuFJ/L/MwP1y0+tfY3tmJlguM0o7QxaSqXbC2/u0Ss40EFXwcJm7IyBDXELSJ51JUrA xN4X95zeUSagZlfCSTnGxkXiQTBGm55qcU9lst6UrBg0d9M/lA6b+LNqN+fVNDNyxU3Ix8J7xpa6V pa5nfb5TZpeQXXlVf/LepNqNbNpf5Rpxb18smDS2f+wrF4eGpcqWPzBBX883/xiif2Z+2nIr5HWwR OySlDxJTwA8hRg4Y22YFsKLnOkZvO4CXx0KOGCNICVwaMs3GZTSRFfxcYw3sPMB0w5QsGmyRe0Beu ZRbe4JvJ/TEUTKjOubWLfA==; 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 1pSl14-0002oA-1E; Thu, 16 Feb 2023 15:38:06 -0500 In-Reply-To: <87ilg1qv71.fsf@thornhill.no> (message from Theodor Thornhill on Thu, 16 Feb 2023 20:14:26 +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:303438 Archived-At: > From: Theodor Thornhill > Cc: casouri@gmail.com, emacs-devel@gnu.org > Date: Thu, 16 Feb 2023 20:14:26 +0100 > > >> Thank you for working on this. > > Now done. I believe the fix was small enough to go to emacs-29, so just > pushed. Thanks, it LGTM. > What would be the best way to create a test that would emulate > this behavior? Did you look how test/lisp/electric-tests.el does that?