DarthFennec / highlight-indent-guides

Emacs minor mode to highlight indentation
573 stars 28 forks source link

Indent guides lines are not continuous #111

Open rkachach opened 2 years ago

rkachach commented 2 years ago

Setup: GNU Emacs 27.2 highlight-indent-guides-20200820.2328/

Indent guides are broken when a space (or doc) is present in the code. Following is an example of the layout:

image

matzebond commented 2 years ago

Unfortunately these are known issues see #77 and #21

LionyxML commented 2 years ago

Please don't be mean to me ;D

I was just about to open an issue referring to #21 , since it dates from 2017 and it is marked with won't fix, when I stumble on this open issue.

Here is another example using JavaScript:

image

But looking to the README.md on this repo we have: image

It really looks like blank lines are being properly "indented".

Is this a trick? Are those lines not blank but full of spaces? Does something else happens when coding Elisp?

poniponiponiponiponiponiponiponiponi commented 2 years ago

Is this a trick? Are those lines not blank but full of spaces? Does something else happens when coding Elisp?

The readme is a little bit deceptive because those are not blank lines - there's code but you don't see it in the screenshot.