-
Notifications
You must be signed in to change notification settings - Fork 62
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
Getting read invalid syntax at certain point in buffer #251
Comments
I'm unable to replicate this. I created a Are you getting this error in a standalone org file with just this literate block? |
Wilfred, After a lot of trial and error bisecting, the following looks like a fairly small file that triggers the error:
I didn't notice the double close quote at the end of the second line above the source block until I did this exercise. It seems to be the culprit. I was able to solve /my/ problem by simply deleting the errant quote. But I thought you might want this in case it catches a corner case that might pop up elsewhere. Thanks for the wonderful package, by the way. |
I believe I've also fallen into this - in my case it was an unhappy face in the middle of a pretty big org file - but the following text will exhibit the problem:
... put the cursor on the second line and invoke
If the cursor is before the '(' all is well. In my big org file, I get different parsing errors depending on where I am in the file. With debug-on-error toggled on, I get this:
... perhaps helpful shouldn't attempt parsing at point unless a lisp mode is in effect? |
I'm getting a similar error when inside a
In case it is either
or
or even
I don't get any errors and The error I get is
To reproduce, simply open any buffer and put any text with a comma on the in the middle line between parenthesis. |
I get the same error if I use |
I also just got this error with helpful-symbol. It does appear to be related to location in buffer---I got it in the middle of a big line of markdown tet. |
@Wilfred This issue can be easily reproduced by invoking
and place the cursor after the open paren and invoke |
I have my init file in a "literate" org file, and I am getting the following error when I invoke
helpful-variable
while the cursor is at a certain point in the buffer:The error is triggered by the following code snippet, which is in an org-mode src block:
To be precise, the error is triggered if the cursor is anywhere on or after the closing " in the bind-key macro call. Anywhere before that and there is no error.
The text was updated successfully, but these errors were encountered: