this post was submitted on 13 Nov 2023
0 points (50.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

I came across an issue using Emacs when switching to a wayland compositor (hyprland).
The fonts don't look right as you can see at the screenshot below, but zooming in makes it better.
My current emacs build is using LUCID no PGTK.
I'm thinking of building another Emacs build with PGTK support that runs natively on Wayland without Xwayland. However i'd like to install them both.
As i use Lucid version on XMonad most the time, but still when i switching to wayland i could still have a better font.

u

https://preview.redd.it/nnoue1xr470c1.png?width=685&format=png&auto=webp&s=544a2c57604eeff12de176ca12b83528e752d68e

u

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (1 children)

You could check openSUSE or Arch Linux's packaging to see how you can achieve this.

I think the one of openSUSE is the most concrete as it will use the Wayland binary on Wayland and the X11 binary on X11 and so on.

Check out the spec file here:
https://build.opensuse.org/package/view_file/editors/emacs/emacs.spec?expand=1

The build process starts at the %build section.

[–] [email protected] 1 points 10 months ago

I'm using arch, couldn't find anything like my case. But openSUSE build seems like a good way.