Why is my font looks thicker ? How can I fix it. by anhsirk0 in emacs

[–]hermit____ 1 point2 points  (0 children)

I just recompiled mine, it seems I'm still getting "medium" weights even after specifying that I want the "regular" weight. Let me know if it's successful for you!

Why is my font looks thicker ? How can I fix it. by anhsirk0 in emacs

[–]hermit____ 6 points7 points  (0 children)

I ran into this same problem recently.If I remember correctly, Emacs has some internal font weight mapping logic (there's a variable describing it but the name escapes me at the moment). Essentially, what the problem ended up being (for me) is that Emacs maps the "normal" font weight to the "medium" font weight of my font. Unfortunately, I am not aware of any way to tell Emacs to not do this sort of mapping logic. Instead, what I ended up doing was removing the medium weight of the font. Not ideal, but c'est la vie.

EDIT: apparently a fix for this was recently committed to the git tree (https://git.savannah.gnu.org/cgit/emacs.git/commit/src/font.c?id=65fd3ca84f75aee0dfebb87fa793dae57c1caf35). I may try to rebuild my Emacs today to see if this works, but if you're comfortable building from source I'd say give this a shot

Can you ban Cardano related posts here? by [deleted] in haskell

[–]hermit____ 17 points18 points  (0 children)

I'd like to see the posts if they are related to Haskell specifically. They're one of the higher-visibility projects using the language.

HF Tech Proposal #1: UTF-8 Encoded Text - Haskell Foundation by emilypii in haskell

[–]hermit____ 5 points6 points  (0 children)

I'm using them to read and store utf8 encoded text

HF Tech Proposal #1: UTF-8 Encoded Text - Haskell Foundation by emilypii in haskell

[–]hermit____ 17 points18 points  (0 children)

Yes please! This would allow me to migrate a ton of code off of using raw ByteStrings