Closed seokbeomKim closed 3 years ago
Hi @seokbeomKim !
Thank you for your detailed report!
So the problem arise when trying to comment the region that cover the line:
struct uvc_control_mapping *map;
and annotate-mode is course activated on the buffer with the text that needs to be commented. Right?
Now i wonder if this could be related someway to https://github.com/bastibe/annotate.el/issues/86. 🤔 I am going to reproduce the error on my machine and report the results here.
Bye and thanks a lot!
C.
Hi @seokbeomKim !
I believe that the patch #106 should address your issue, May i ask you to check if it works?
Thanks a lot! C.
Hi,
There is an issue that a function 'annotate--remove-annotation-property' results in 'args-out-of' error when doing comment-or-uncomment-region as following:
Back trace
Generating the problem
In the following code (c-mode), when I try 'comment-or-uncomment-region', its behavior is abnormal.
error:
expect:
When I remove a bunch of code in the function as below, the issue has gone but I don't know whether this is okay.