-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Truncation of lines does not seem to work in all cases #48
Comments
Hello, this is completely unexpected behaviour. Can you try removing the pencil icon from the template? Has the behaviour remained the same? Also, can you try checking this behaviour with the |
It is very difficult to say what caused this problem in this case. So far, the only solution I can see is debugging with bisect. If we find a package which causes the width to change, we can try to include it in the width calculation. |
As far as I have seen, this only occurs when using emacs in daemon-mode... |
this is strange. Are the environment variables the same in daemon mode? |
Edit: Removing the pencil seems to have done the trick. I was reading about the problems and recalled your suggestion. |
I think the link leads to the wrong place 😅 Anyway, glad it helped! BTW, it's really cool update of all-the-icons |
I'm seeing this issue on version 0.8.2: Emacs version: "GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) I tried replacing the bullet(?) character in (It's annoying but still usable; I generally only turn it on when I need the information anyway.) |
This bug is a big headache. As I said above, we need to determine which package/configuration is affecting the line break.... possibly through some sort of bisect to disable packets. As a temporary solution, I might suggest adding a special offset from the end of the line. You can also try setting a special face height for blamer. Here is part of my personal config
|
I am experiencing an issue where the blamer message is stretching across two lines:
This is despite the fat that lines are supposed to be truncated.
I would like blamer to be as unobtrusive as possible, so this is somewhat unfortunate: If I move the cursor between lines, the actual lines jump around, which is a little distracting.
Is this intended behavior? I would rather have the blaming information disappear entirely, since I can always use magit if I really need it (for the most part it is not essential).
Edit: This looks a bit like an off-by-one error with respect to the width:
Maybe some symbol is not accounted for when the length is calculated? If I subtract one from the calculated width, everything looks fine again:
The text was updated successfully, but these errors were encountered: