Closed gopar closed 3 years ago
Hi gopar!
You are a good bug hunter! :)
When selecting a region (only works with selecting one line) in emacs and calling
comment-dwim
, an error happens in which the selected region is not commented out and ends up getting indented instead.When annotate mode is off, problem doesn't happen
This an interesting problem but i can not reproduce the bug. May you share a minimal file and necessary steps to allow me to fire the debugger on my machine?
Also, because you never can tell: which version of emacs are you using?
Bye! C.
I can't seem to reproduce with minimal config. Looks like it must be something within my config that is breaking it.
I'll do more debugging to see if its b/c of my config. if it is, i'll close ticket.
Hi gopar!
I can't seem to reproduce with minimal config. Looks like it must be something within my config that is breaking it.
I'll do more debugging to see if its b/c of my config. if it is, i'll close ticket.
Thank you very much for keep trying! If you are going to find something new feel free to drop a message, of course! :)
Bye! C.
Hi @gopar!
I am inclined to think that the patch in #106 could fix this issue; may i ask to make a quick check?
Thanks in advance! C.
Hey @cage2 , i'm currently not using the package (can't remember why I decided on that). So I won't be able to test. Sorry :( I plan on re-adding this package at some pint but trimming down my config first.
On Fri, Apr 30, 2021 at 09:08:41AM -0700, Daniel Gopar wrote:
Hey @cage2 ,
Hi!!
i'm currently not using the package (can't remember why I decided on that). So I won't be able to test. Sorry :(
No problem at all! :)
I plan on re-adding this package at some pint but trimming down my config first.
Very well, hopefully the issue you reported will be gone away next time you will start this package! :))
Bye! C.
I'll close this issue for now. Please reopen if the bug persists.
When selecting a region (only works with selecting one line) in emacs and calling
comment-dwim
, an error happens in which the selected region is not commented out and ends up getting indented instead.When annotate mode is off, problem doesn't happen
The following stacktrace is an example of the error I get