indent-guide icon indicating copy to clipboard operation
indent-guide copied to clipboard

incompatibility with "fill column indicator" mode

Open hyOzd opened this issue 9 years ago • 3 comments

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

indent-guide-fci

hyOzd avatar Jul 05 '15 09:07 hyOzd

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)

zk-phi avatar Jul 06 '15 12:07 zk-phi

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.

xuhdev avatar Apr 12 '16 09:04 xuhdev

Same issue here.

seagle0128 avatar Apr 20 '17 15:04 seagle0128