-
Notifications
You must be signed in to change notification settings - Fork 15
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 bars in popup window #73
Comments
This looks to be an identical problem to the recently discussed #67. Can you |
It's the same with the cursor at place where the bug is seen, and directly after. I have indent-bars-starting-column = 0, changing it to nil does nothing.
|
Sorry I meant
If you change it to nil and reset, the left bar disappears but the unwanted stipple bars remain? The problem is, I don't know how the text "Missing function..." etc. gets placed into the buffer in detail; can you investigate and let me know in detail? This is some kind of flycheck thing? That text is inheriting bars when it is placed there. Just as for |
Tip for future requests (here or elsewhere): mention the actual package that's being affected, makes it much easier. I gather it's from |
Thanks for the tip! I’ll definitely keep that in mind for future requests. You're right, adding '(tooltip ((t (:stipple nil :background "#121212" :foreground "#f6f3e8")))) |
Good tip, thanks. I'll mention that in the README. Rather than hard-coding colors, you might be able to use (set-face-attribute 'tooltip nil :stipple nil) when enabling |
@jdtsmith, I apologize for "globbing" onto this issue, and I'll create a new issue if you think it's worth it, but I really just had a question about issues in this vein. Is your guidance with issues like this to push the issue upstream? The reason I ask, is that I see similar problems with Emacs built-ins, using the default theme. For example, when setting I read the FAQ, but I wasn't clear what your stance was on built-in packages which also seem to suffer from these problems. I can create a separate issue for my specific problems, noted above, but didn't know if it warranted a new issue, since I see there were already a couple related ones that existed. |
Yeah, unfortunately there's not a lot Usually leaving the |
Vertical bars appear in popup window when cursor is aligned vertically with the highlighted sections, if I disable the mode, they disappear.
Adding slightly changed code from https://stackoverflow.com/a/27960576/17344383 seems to solve the issue:
The text was updated successfully, but these errors were encountered: