Skip to content
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

incompatibility with "fill column indicator" mode #35

Open
hyOzd opened this issue Jul 5, 2015 · 3 comments
Open

incompatibility with "fill column indicator" mode #35

hyOzd opened this issue Jul 5, 2015 · 3 comments

Comments

@hyOzd
Copy link

hyOzd commented Jul 5, 2015

When using indent-guide with fci-mode, on empty lines indent guide characters are shown after fill column indicator.

indent-guide-fci

@zk-phi
Copy link
Owner

zk-phi commented Jul 6, 2015

I looked into fill-column-indicator.el and found that both indent-guide and fill-column-indicator make overlays at the same point to render vertical lines. I'm afraid that it needs much work to avoid the problem unfortunately.

A quick workaround is to increase indent-guide-threshold to avoid rendering a line at the leftmost column.

(setq indent-guide-threshold 0)

@xuhdev
Copy link

xuhdev commented Apr 12, 2016

Actually fill-column-indicator has caused many many other problems for me. It seems not compatible with company-mode, python-mode, etc. I would use highlight-beyond-fill-column instead.

@seagle0128
Copy link

Same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants