From: "João Távora" <joaotavora@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: dgutov@yandex.ru, dancol@dancol.org, casouri@gmail.com,
emacs-devel@gnu.org, theo@thornhill.no, geza.herman@gmail.com
Subject: Re: treesit indentation "blinking"
Date: Thu, 30 Mar 2023 12:05:35 +0100 [thread overview]
Message-ID: <87mt3uwlc0.fsf@gmail.com> (raw)
In-Reply-To: <83bkka5z7w.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 30 Mar 2023 13:07:47 +0300")
Eli Zaretskii <eliz@gnu.org> writes:
> What _is_ unfriendly is to refuse to install a change that you
> yourself consider required, when asked to do that conditionally, so
> users who still want the electricity, even though it "blinks", could
> still have it. I think the request is reasonable, especially since
> you don't use this mode, and so can easily overlook some useful
> behavior that your proposed change could disable or break.
You don't need me to install changes, do you? It's not like I'm
refusing to fix a bug that I added: I didn't write any of this. Users
that do (or don't) want electricity already have good ways to fine-tune
that preference. I don't think this particular idea of your is very
good, so I politely stated I'd rather not work on that possibility. If
someone does, I won't object. I think that's friendly enough.
>> I didn't realize that, because I use c++-mode with its electric features
>> off.
>
> If you turn electric features off, then electric-indent-chars will
> have no effect whatsoever, and all this discussion is moot.
No. I use c++ mode with its bindings like c-electric-paren deactivated.
I still use electric-indent-mode with its very reasonable default value
for of (?\n)
>> I think within 5 minutes of editing, someone used to c++-mode -- even
>> with its default electricity -- will start to feel unconfortable with
>> c++-ts-mode.
>
> We shall see, okay? You could be right or you could be wrong. The
> purpose of releasing these modes in Emacs 29 is to collect user
> feedback, so we know in which direction(s) to develop them further.
> Your opinions are noted, but let's give others chance to voice theirs,
> okay?
I find this suggestion that I'm somehow shooshing other's opinions. So
far I don't think anyone here has said they _like_ the bouncing. But
maybe someone does.. I wasn't even the first to report this. Daniel
did in this list and Geza Herman did in #61412.
> The above message as part of bug#62412 clearly says "Let's assume you
> turn off electric-indent-mode." I interpreted that as meaning that
> electric-indent-mode is to be turned off for the rest of the examples
> to do what you mean them to do.
I see, my bad. Should have written electric-pair-mode instead.
>> I already gave this alternative MRE of bouncing behaviour.
>>
>> emacs -Q `mktemp`.cpp -f c++-ts-mode
>>
>> i n t SPC m a i n ( ) { RET for ( ; ; ) SPC b l a ( ) ;
>>
>> Can you reproduce this bouncing?
>
> No, I cannot. All I see is that the semi-colon after "foo()" indents
> the line, just once, so that it has the correct indentation
> (previously it had no indentation at all).
We have different ideas of bouncing.
>> Now try the same with c++-mode. Do you confirm that it doesn't
>> bounce?
>
> The only difference I see is that c++-mode indents the line with "for"
> right from the start, after I type RET. Which is better indeed, but
> what c++-ts-mode does is not a catastrophe, either.
Never said it's a "catastrophe". Just annoying/jarring/suprising
behaviour that you don't get with vanilla c++-mode or modes based on
cc-mode. I think that electric-indent-chars was designed with those
modes in mind.
>> Also in c++-ts-mode, add a closing `}`. See the "mismatched
>> parenthesis"?
>
> No, I don't.
> Are you using Emacs 29 or Emacs 30? I'm using the former.
I'm using the latest master (560c27a3) and starting it with
src/emacs -Q `mktemp`.cpp -f c++-ts-mode
> Also, which version of the tree-sitter C++ grammar library do you have
> installed?
I don't know how to answer that. I used M-x
treesit-install-language-grammar RET "cpp" and accepted the default in
all prompts. I presume it installs the latest version of the Git repo.
I've just reinstalled today.
I have ~/.emacs.d/tree-sitter/libtree-sitter-cpp.so I don't think it
stores the version number there.
>> Now I'm going to give another example. In the same file, go back to
>> c++-ts-mode. Say you spotted a mistake and dont want an infloop after
>> all. Go and delete the two ';;' in the for expressions, leaving, say
>> just the parenthesis. Start typing another set of expressions.
>
> Please state exactly what to type, otherwise we will again be talking
> past each other.
You can _see_ in the GIF what I type. I've just using normal keys for
self-insert. Then C-p, and some C-f to position my cursor before the
';;', then C-d to delete the two ';;'. And then add them back again with
two ';;'. After the first ';' the line goes back, then the second one,
and the line goes forward ';'.
Just confirmed it happens in Emacs 29 too, commit
d2e82817a3f341e426c220e98048e1784d1e3076.
Also see the original recipe of bug#62142, which is quite easy to
follow, for more bouncing. Can't you reproduce this either?
João
next prev parent reply other threads:[~2023-03-30 11:05 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 20:49 treesit indentation "blinking" Daniel Colascione
2023-03-23 0:00 ` Yuan Fu
2023-03-23 0:07 ` Daniel Colascione
2023-03-23 1:02 ` Yuan Fu
2023-03-23 4:51 ` Daniel Colascione
2023-03-23 20:04 ` Yuan Fu
2023-03-23 21:10 ` Daniel Colascione
2023-03-23 21:24 ` Dmitry Gutov
2023-03-25 9:05 ` João Távora
2023-03-25 12:42 ` Dmitry Gutov
2023-03-25 14:42 ` Eli Zaretskii
2023-03-25 16:18 ` João Távora
2023-03-28 22:11 ` João Távora
2023-03-28 23:57 ` Daniel Colascione
2023-03-29 2:26 ` Eli Zaretskii
2023-03-29 22:30 ` João Távora
2023-03-29 22:37 ` Herman, Géza
2023-03-29 23:25 ` João Távora
2023-03-30 7:47 ` Herman, Géza
2023-03-29 22:56 ` Lynn Winebarger
2023-03-30 7:43 ` Eli Zaretskii
2023-03-30 8:58 ` Dmitry Gutov
2023-03-30 9:15 ` João Távora
2023-03-30 9:06 ` João Távora
2023-03-30 9:20 ` Dmitry Gutov
2023-03-30 9:28 ` João Távora
2023-03-30 9:36 ` Dmitry Gutov
2023-03-30 10:00 ` João Távora
2023-03-30 16:29 ` Dmitry Gutov
2023-03-30 17:14 ` João Távora
2023-03-30 10:07 ` Eli Zaretskii
2023-03-30 10:26 ` Herman, Géza
2023-03-30 13:39 ` Eli Zaretskii
2023-03-30 15:03 ` Herman, Géza
2023-03-30 14:58 ` Eli Zaretskii
2023-04-01 19:39 ` Yuan Fu
2023-04-02 1:49 ` Yuan Fu
2023-04-02 5:31 ` Eli Zaretskii
2023-04-02 14:26 ` Alan Mackenzie
2023-04-02 15:48 ` João Távora
2023-04-02 17:04 ` Alan Mackenzie
2023-04-02 17:23 ` João Távora
2023-04-02 17:51 ` Eli Zaretskii
2023-04-02 18:04 ` João Távora
2023-04-02 18:14 ` Eli Zaretskii
2023-04-02 21:38 ` João Távora
2023-04-02 21:21 ` Dmitry Gutov
2023-04-02 21:40 ` João Távora
2023-04-03 9:59 ` Alan Mackenzie
2023-04-03 10:28 ` João Távora
2023-04-03 12:07 ` Dmitry Gutov
2023-04-03 12:56 ` Alan Mackenzie
2023-04-03 20:58 ` Dmitry Gutov
2023-04-03 21:59 ` Daniel Colascione
2023-04-03 22:10 ` Dmitry Gutov
2023-04-04 8:31 ` João Távora
2023-04-07 14:20 ` Daniel Martín
2023-04-08 1:32 ` Dmitry Gutov
2023-04-08 2:42 ` Yuan Fu
2023-04-08 18:59 ` Daniel Martín
2023-04-03 21:47 ` parser error recovery algorithm vs " Stephen Leake
2023-04-04 12:01 ` John Yates
2023-04-04 13:40 ` Dmitry Gutov
2023-04-04 16:00 ` Stephen Leake
2023-04-04 13:50 ` Stephen Leake
2023-04-04 14:05 ` Dmitry Gutov
2023-03-30 11:05 ` João Távora [this message]
2023-03-30 14:00 ` Eli Zaretskii
2023-03-30 14:43 ` João Távora
2023-03-30 14:52 ` Eli Zaretskii
2023-03-30 15:42 ` João Távora
2023-03-25 16:14 ` João Távora
2023-03-24 11:39 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mt3uwlc0.fsf@gmail.com \
--to=joaotavora@gmail.com \
--cc=casouri@gmail.com \
--cc=dancol@dancol.org \
--cc=dgutov@yandex.ru \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=geza.herman@gmail.com \
--cc=theo@thornhill.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.