-
-
Notifications
You must be signed in to change notification settings - Fork 161
backslash in text creates error condition #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is coming from treesitter parser. I'll need to check what's happening there. |
Seems the issue may be a bit broader. The following line results in the same error: |
And, if the last line in a fold ends in a period, it seems not be included in the fold. |
Can you give an example here? I can't reproduce this. Other things are reproduced. |
I'll try to recreate and let you know, but right now, I can't duplicate it.
I'm trying to convert files that I've been using on emacs and am having
regular weird issues with folding and "Error on text" without it being
clear what the issue is. I've attached a png of what I'm trying to sort out
now.
…On Sat, Nov 20, 2021 at 12:38 PM Kristijan Husak ***@***.***> wrote:
And, if the last line in a fold ends in a period, it seems not be included
in the fold.
Can you give an example here? I can't reproduce this. Other things are
reproduced.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJLLWQA7GJ56IY43JCO5W3UNABMPANCNFSM5IMTHW6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I'm not seing an image, probably because you wrote from in-mail. Make sure to recalculate folds with |
One problem I have that is reproducible in the inclusion of a standalone $
in text causes an error to be raised. Some of my org files include text
copied from a terminal session which tend to include such a naked $. Don't
know if this is a bug, but it is a nuisance. If you like, I'll make that a
bug report.
Most of my other issues have been related to sloppy formatting which
emacs' orgmode seems to handle better.
Thanks.
Hal
…On Sat, Nov 20, 2021 at 1:01 PM Hal ***@***.***> wrote:
I'll try to recreate and let you know, but right now, I can't duplicate it.
I'm trying to convert files that I've been using on emacs and am having
regular weird issues with folding and "Error on text" without it being
clear what the issue is. I've attached a png of what I'm trying to sort out
now.
On Sat, Nov 20, 2021 at 12:38 PM Kristijan Husak ***@***.***>
wrote:
> And, if the last line in a fold ends in a period, it seems not be
> included in the fold.
>
> Can you give an example here? I can't reproduce this. Other things are
> reproduced.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#157 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAJLLWQA7GJ56IY43JCO5W3UNABMPANCNFSM5IMTHW6A>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
These should be fixed with the latest master. If the issue persist, let me know and I'll reopen the issue. |
Describe the bug
Text which includes a backslashed punctuation character creates an error conditions. e.g. . [, etc.
Steps to reproduce
Expected behavior
Just display the backslashed character.
Emacs functionality
Backslashed text is displayed properly, No error is raised.
Minimal init.lua
No changes made to default initl.lua
Screenshots and recordings
No response
OS / Distro
Ubuntu 21.04 5.11.0-40-generic #44-Ubuntu SMP
Neovim version/commit
NVIM v0.6.0-dev+575-g2ef9d2a66
Additional context
This may represent a known limitation, but I've not found it documented anywhere. Issue arose when taking notes on coding.
The text was updated successfully, but these errors were encountered: