Joost Kremers

Results 191 comments of Joost Kremers

I get the following backtrace: ``` Debugger entered--Lisp error: (wrong-type-argument listp company-tooltip) company-box--end-of-common(4 17) company-box--move-overlays(0) company-box--move-selection(t) company-box--display(#("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" 0 1 (company-box-candidate #("font-weight" 0 3 (face (completions-common-part)) 3 4 (face (completions-first-difference)))) 1...

> Thanks. That should be easy enough to fix in `company-box--end-of-common`. > > The `face` property isn't always a list now: `add-face-text-property` also adds singleton values, not creating lists unnecessarily....

Thanks for figuring this out. Unfortunately, there must be something else in my config that's causing this issue, because I'm running tmux 3.0 and installing 3.3 doesn't change anything... Edit:...

Ah, thanks for the clarification. Admittedly, I didn't look at the code, just at the doc strings, which didn't make the difference clear to me. If you would like, I...

Thanks for opening a separate issue. > I think the bug is not caused by LaTeX markup. Many titles with LaTeX markup align properly. What is common in above wrongly...

> the alignment bug related to quotation and apostrophe Unfortunately, I'm not able to reproduce this. Titles with apostrophes are aligned fine in my setup. What font are you using...

Hmm, that's strange. I wouldn't expect the locale to make such a difference. I'd like to ask about this on the Emacs mailing list to see if this is a...

I wanted to post a message to help-gnu-emacs, but realised there are two things I need to know before I do: > ``` > (format (concat "%50s") "Boutet de Monvel's...

> Whether misalignment appears or not may be related to the font you use. I post the font info in the above screenshot. Yes, that does indeed seem to be...

> Not really a solution, but might be useful for you to know that emacs 29.1 and on have a function `string-pixel-width`, which does exactly what it sounds like. Earlier...