gustavotcabral
gustavotcabral
Hi, @jasonlyu123 I think you need to fix one more occurrence of `.debug`.
Same here. I've fixed it changing the function `lsp-ui-sideline--align` to return `(cons oldresult 'width)`. I'm using Emacs 28.1. Reference: [https://www.gnu.org/software/emacs/manual/html_node/elisp/Pixel-Specification.html](https://www.gnu.org/software/emacs/manual/html_node/elisp/Pixel-Specification.html) ```elisp (defun lsp-ui-sideline--align (&rest lengths) "Align sideline string by LENGTHS...
> I think the correct fix is > > ```emacs-lisp > (defun sideline--compute-height () > "Return a fixed size for text in sideline." > (if (null text-scale-mode-remapping) > '(height 1)...
> Hmmm... This is what I get from `eval` your solution: confused > > ```emacs-lisp > (defun lsp-ui-sideline--align (&rest lengths) > "Align sideline string by LENGTHS from the right of...