7 Feb 2025 |
mankoff | Does this help?
https://github.com/magit/forge/issues/182 | 21:34:27 |
fnz | In reply to @.-:envs.net sent an image. I’m guessing the face for those highlighted hints isn’t using your default font. If you can find the name of the face, you can manually set it to use your default font’s bold variant | 21:46:32 |
fnz | Really strange because that prompt on my own Emacs defaults to the bold variant of my default face | 21:48:48 |
nicole | In reply to @fnz:matrix.org I’m guessing the face for those highlighted hints isn’t using your default font. If you can find the name of the face, you can manually set it to use your default font’s bold variant bold elsewhere works fine | 23:00:13 |
nicole | it is only on those highlight hints that it the issue appears | 23:00:42 |
fnz | That particular face being off for some reason is the only reason I can think | 23:07:30 |
| ekaov left the room. | 23:20:29 |
phil.catalyst | Redacted or Malformed Event | 23:53:38 |
phil.catalyst |
In reply to
nicole
it is only on those highlight hints that it the issue appears
Check C-h o read-multiple-choice-face | 23:59:53 |
8 Feb 2025 |
nicole |  Download image.png | 00:02:35 |
nicole | I think that i found the root cause | 00:11:59 |
nicole |  Download so it is inheriting it from here, for some reason this seems to be set to monospace and doesnt follow default font even if the default font is a monospaced font | 00:12:46 |
nicole | fixed-pitch and fixed-pitch-serifa do not follow default font, this is because they are set to monospace and monospace-serif respectively
(custom-set-faces
;; For some reason this font faces do not follow default font.
'(fixed-pitch ((t nil)))
'(fixed-pitch-serif ((t nil))))
this code above fixes it for me | 00:47:32 |
nicole | Redacted or Malformed Event | 00:47:55 |
phil.catalyst |
In principle it's probably more correct if default inherits from fixed-pitch, but I guess that might have performance implications. | 03:48:16 |
phil.catalyst |
Actually, I don't think that's possible for default to inherit from anything :)
I found a couple of related bug reports:
Part of the problem is disagreement about whether or not the fixed-pitch face should look the same as a fixed-pitch default face. Making the two look different is purposeful in at least some cases.
Having the text visibly truncated as a result is clearly bad, though. You should M-x report-emacs-bug so that this can be discussed. I would reference those other bugs, but I think this particular issue could be considered independently (they'll merge the bugs if necessary). | 04:37:37 |
| Arni! (sick) changed their display name from Arni! to Arni! (sick). | 05:50:29 |
TFed | is guile a programming language? i mean can i install a git package, hash a url, use git commands? | 09:45:04 |
TFed | actually i should ask it in Guix chat, but i'm not there yet | 09:45:36 |
apt-ghetto | I think guile is one implementation of scheme. | 09:47:35 |
TFed | yup, and scheme is probably lisp like code | 09:48:12 |
TFed | * yup, and scheme is probably lisp-like code | 09:48:22 |
TFed | * yup, and scheme is probably lisp's fork | 09:48:42 |
lapizistik | scheme is a lisp | 09:48:45 |
TFed | ok, guix is new to me, my /bin is empty, so i need to learn, how to use it right way | 09:54:06 |
phil.catalyst |
https://guix.gnu.org/en/help/ | 10:44:27 |
| fredhutt joined the room. | 12:48:04 |
| (_ _ ||) joined the room. | 15:26:27 |
| haus_krapfen joined the room. | 21:34:38 |
9 Feb 2025 |
| line_segments joined the room. | 05:03:25 |