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#62086: 29.0.60; ruby-ts-mode regressions Date: Thu, 13 Apr 2023 20:42:27 +0300 Organization: LINKOV.NET Message-ID: <865y9zznjx.fsf@mail.linkov.net> References: <86y1o5op2v.fsf@mail.linkov.net> <5abcf765-f8ce-9563-63aa-20c558409898@yandex.ru> <86cz4l7zjk.fsf@mail.linkov.net> <86ttxww12o.fsf@mail.linkov.net> <865yaakfs7.fsf@mail.linkov.net> <0bd5f2b8-6f0b-09d6-6240-38c742eca19f@yandex.ru> <861qkyfg8l.fsf@mail.linkov.net> <9ceb589f-9325-1607-d1b5-5fd56cb8c3ec@yandex.ru> <86y1myxsrq.fsf@mail.linkov.net> <263c2966-acff-436a-43fd-20f9da8986fb@yandex.ru> <1df48560-a14c-9414-5e9e-97b5109e4aa4@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20463"; 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: 62086@debbugs.gnu.org, Yuan Fu , Theodor Thornhill To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 13 19:49:23 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 1pn14U-00058A-BK for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 13 Apr 2023 19:49:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pn14B-00039I-9k; Thu, 13 Apr 2023 13:49:03 -0400 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 1pn14A-000393-HS for bug-gnu-emacs@gnu.org; Thu, 13 Apr 2023 13:49:02 -0400 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 1pn14A-0007gg-A8 for bug-gnu-emacs@gnu.org; Thu, 13 Apr 2023 13:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pn14A-0005ky-4a for bug-gnu-emacs@gnu.org; Thu, 13 Apr 2023 13:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Apr 2023 17:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62086 X-GNU-PR-Package: emacs Original-Received: via spool by 62086-submit@debbugs.gnu.org id=B62086.168140810822050 (code B ref 62086); Thu, 13 Apr 2023 17:49:02 +0000 Original-Received: (at 62086) by debbugs.gnu.org; 13 Apr 2023 17:48:28 +0000 Original-Received: from localhost ([127.0.0.1]:44723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pn13c-0005ja-4R for submit@debbugs.gnu.org; Thu, 13 Apr 2023 13:48:28 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:51833) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pn13X-0005ie-Ev for 62086@debbugs.gnu.org; Thu, 13 Apr 2023 13:48:26 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id B8C57240005; Thu, 13 Apr 2023 17:48:15 +0000 (UTC) In-Reply-To: <1df48560-a14c-9414-5e9e-97b5109e4aa4@yandex.ru> (Dmitry Gutov's message of "Wed, 12 Apr 2023 23:13:02 +0300") 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:259872 Archived-At: > The easiest choice would be to go back to treating only > braces/brackets/parens are sexp delimiters, but in Ruby, at least, we have > lots of constructs that are delimited with keywords (such as 'if', 'def', > 'end'), so that doesn't work. Maybe it'll work better in C/C++, where you > mostly need to be able to differentiate between different types of angle > brackets. Ideally, all previously supported pairs of braces/brackets/parens and symbols should be navigated with 'C-M-f' plus a very small number of constructs with "implicit parens" such as do...end, def...end, etc.