-
Notifications
You must be signed in to change notification settings - Fork 28
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
Indent guides take on comment face #77
Comments
This seems to be the opposite of #71 because, if I understand correctly, the guides do not take on the color of the selection, and so they stand out unnecessarily? |
#71 is about how guides show through selection backgrounds, which is intended behavior. Your issue is not intended: the mode is written to completely remove guides from inside a comment when you add comment delimiters, and the same goes for strings. Does this happen only in specific situations, or any time you make a comment around guides? Does it work properly for you if you use an empty emacs configuration, where only this mode is loaded? There might be some conflict in your configuration that's causing it. Thanks for reaching out! |
I observed an issue when we comment these lines (M-x comment-region)
->
I also observed this issue with copy-paste. |
Commenting-out an indented block gives the indent guides the
font-lock-comment-face.
Thus unless yourfont-lock-comment-face
is the same as yourhighlight-indent-guides-*-face
, it will appear as thought comments have vertical lines. Seems confusing and non-standard.The text was updated successfully, but these errors were encountered: