Re: [PATCH] gnu: emacs: Use libotf.

2016-03-15 Thread Ludovic Courtès
Alex Kost skribis: > Roel Janssen (2016-03-14 15:22 +0300) wrote: > >> I attached two screenshots, emacs-from-guix.png and >> emacs-from-fedora.png. Both are compiled with libotf support. Besides >> the missing Fira font, the text on the Emacs from Guix looks stretched >> and not properly anti-

Re: [PATCH] gnu: emacs: Use libotf.

2016-03-15 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: > >> Roel Janssen skribis: >> >>> Here's a very small patch to compile Emacs with libotf support. >>> Unfortunately for me, it hasn't given me better font rendering. >> >> Does the resulting Emacs refer to libotf, as per: >> >> guix gc --referenc

Re: [PATCH] gnu: emacs: Use libotf.

2016-03-14 Thread Alex Kost
Roel Janssen (2016-03-14 15:22 +0300) wrote: > I attached two screenshots, emacs-from-guix.png and > emacs-from-fedora.png. Both are compiled with libotf support. Besides > the missing Fira font, the text on the Emacs from Guix looks stretched > and not properly anti-aliased to me. For me, Emac

Re: [PATCH] gnu: emacs: Use libotf.

2016-03-11 Thread Ludovic Courtès
Roel Janssen skribis: > Here's a very small patch to compile Emacs with libotf support. > Unfortunately for me, it hasn't given me better font rendering. Does the resulting Emacs refer to libotf, as per: guix gc --references $(./pre-inst-env guix build emacs) | grep libotf ? If it does, cou

[PATCH] gnu: emacs: Use libotf.

2016-03-10 Thread Roel Janssen
>From ae2b6e20acce65c6b281ae5a2670b0e3b8b81335 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 10 Mar 2016 22:21:23 +0100 Subject: [PATCH] gnu: emacs: Use libotf. * gnu/packages/emacs.scm (emacs): Compile with libotf support. --- gnu/packages/emacs.scm | 2 ++ 1 file changed