From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#61374: 30.0.50; Wrong mark-sexp with tree-sitter Date: Thu, 09 Feb 2023 19:47:29 +0200 Organization: LINKOV.NET Message-ID: <86lel6rb0a.fsf@mail.linkov.net> References: <875ycbitav.fsf.ref@aol.com> <875ycbitav.fsf@aol.com> <835ycbnxyc.fsf@gnu.org> <871qmzb56k.fsf@thornhill.no> <83fsbfmd75.fsf@gnu.org> <87y1p79nvj.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39972"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: casouri@gmail.com, eliz@gnu.org, theo@thornhill.no, spacibba@aol.com To: 61374@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 09 18:55:42 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1pQB93-000AE8-6Z for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 09 Feb 2023 18:55:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pQB8T-0000Bs-Th; Thu, 09 Feb 2023 12:55:05 -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 1pQB8S-0000Ah-0L for bug-gnu-emacs@gnu.org; Thu, 09 Feb 2023 12:55:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pQB8R-0000Wz-NT for bug-gnu-emacs@gnu.org; Thu, 09 Feb 2023 12:55:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pQB8R-0000SV-Im for bug-gnu-emacs@gnu.org; Thu, 09 Feb 2023 12:55:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 09 Feb 2023 17:55:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61374 X-GNU-PR-Package: emacs X-Debbugs-Original-To: Theodor Thornhill via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: 61374@debbugs.gnu.org, casouri@gmail.com, Eli Zaretskii , Theodor Thornhill , spacibba@aol.com Original-Received: via spool by 61374-submit@debbugs.gnu.org id=B61374.16759652841682 (code B ref 61374); Thu, 09 Feb 2023 17:55:03 +0000 Original-Received: (at 61374) by debbugs.gnu.org; 9 Feb 2023 17:54:44 +0000 Original-Received: from localhost ([127.0.0.1]:33628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQB88-0000R4-Bw for submit@debbugs.gnu.org; Thu, 09 Feb 2023 12:54:44 -0500 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:54489) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQB86-0000Qe-VU for 61374@debbugs.gnu.org; Thu, 09 Feb 2023 12:54:43 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id CBEB720003; Thu, 9 Feb 2023 17:54:32 +0000 (UTC) In-Reply-To: <87y1p79nvj.fsf@thornhill.no> (Theodor Thornhill via's message of "Thu, 09 Feb 2023 10:41:52 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:255244 Archived-At: > This will happen in many places iirc. I'm not saying it's unfixable, > just that I need to think a little about it, and some expected examples > would be nice. Would it be possible to make sexp navigation in c-ts-mode exactly like it was in c-mode? It's quite frustrating when after switching to c-ts-mode sexp commands operate on different things.