Zulip Chat Archive

Stream: lean4

Topic: Bug in lean web editor


Shreyas Srinivas (Jul 04 2024 at 10:04):

Since at least the last two days the following happens. When I enter \N <Tab>, first \N turns to \n which then becomes ¬. When I enter \N <Space>, I get . This is very confusing since I more often use tab for completions.

Shreyas Srinivas (Jul 04 2024 at 10:05):

Hitting \N <Tab> should produce normally

Jovan Gerbscheid (Jul 04 2024 at 10:09):

I just tried it, and for me it did create . However, I usually use Tab to avoid creating space after the symbol, and in this case it inserted 2 spaces after instead of 0 :face_with_raised_eyebrow:

Shreyas Srinivas (Jul 04 2024 at 10:09):

Tab is just supposed to be for completion..

Shreyas Srinivas (Jul 04 2024 at 10:09):

Also, if it matters, I am on firefox

Jovan Gerbscheid (Jul 04 2024 at 10:10):

I'm on Edge

Jovan Gerbscheid (Jul 04 2024 at 10:11):

I tried it on Firefox, and got the same result

Damiano Testa (Jul 04 2024 at 10:12):

I get the same behaviour as Shreyas: \N <Tab> converts to \n and a second <Tab> converts to ¬ (including the two spaces). I'm on Firefox (on Linux).

Jovan Gerbscheid (Jul 04 2024 at 10:13):

(I'm on windows)

Jovan Gerbscheid (Jul 04 2024 at 10:17):

The 2 spaces can also be 1 space. It always goes to an odd position from the start of the line.

Jon Eugster (Jul 04 2024 at 10:22):

Might well be, that part hasn't been updated since about Feb 2023. I'm on holidays for the next two weeks, but there will be a bigger update - which Alex Bentkamp worked on - soon after that.

Regardless, if you create a quick github issue it's more likely that I'll remember to test this.


Last updated: May 02 2025 at 03:31 UTC