From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Salomonsson Subject: Emacs font question Date: Sun, 20 Aug 2017 21:06:04 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11480a142e2f4e05573b9a61" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djdyt-0002DB-44 for help-guix@gnu.org; Mon, 21 Aug 2017 00:06:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djdyr-0008Jf-TJ for help-guix@gnu.org; Mon, 21 Aug 2017 00:06:27 -0400 Received: from mail-qt0-x22d.google.com ([2607:f8b0:400d:c0d::22d]:37021) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djdyr-0008JN-Mp for help-guix@gnu.org; Mon, 21 Aug 2017 00:06:25 -0400 Received: by mail-qt0-x22d.google.com with SMTP id 16so77279493qtz.4 for ; Sun, 20 Aug 2017 21:06:25 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org --001a11480a142e2f4e05573b9a61 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Guix, Working on setting up a dual boot with Guix+Arch Linux and GuixSD. Got it running in Arch but having some issues with fonts in emacs. In my org mode I have set org-ellipsis to =E2=A4=B5 (0x2935) Opening up emacs installed with pacman it renders correctly and doing C-u C-x =3D over the character it tells me that it's using the font > display: > xft:-PfEd-DejaVu Serif-normal-normal-normal-*-12-*-*-*-*-0-iso10646-1 > (#xBB6) > But opening up emacs installed with guix I just get a rectangle with the unicode in it instead of the arrow. Doing C-u C-x =3D on it shows: > display: no font available > I have font-dejavu, font-awesome, font-hack and font-gnu-freefont-ttf install in guix. My emacs config file is here: https://github.com/plattfot/dotemacs/blob/master/init.d/configuration.org Using http://bluejamesbond.github.io/CharacterMap/ and browsing to .guix-profile/share/fonts/truetype/DejaVuSerif.ttf I can see the character (index 2998, unicode 2935) so I'm not missing the font. The weird part is that it's picking up Hack just fine. So I'm not sure what I'm missing. Thanks --=20 s/Fred[re]+i[ck]+/Fredrik/g --001a11480a142e2f4e05573b9a61 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Guix,

Working on setting up a dual bo= ot with Guix+Arch Linux and GuixSD. Got it running in Arch but having some = issues with fonts in emacs. In my org mode I have
set org-ellipsis to =E2=A4=B5 (0x2935)

Opening up emacs in= stalled with pacman it renders correctly and doing C-u C-x =3D over the cha= racter it tells me that it's using the font=C2=A0
display:
xft:-PfEd-DejaVu Serif-no= rmal-normal-normal-*-12-*-*-*-*-0-iso10646-1 (#xBB6)

But opening up emacs installed with guix I just get a recta= ngle with the unicode in it instead of the arrow. Doing C-u C-x =3D on it s= hows:
display: = no font available

I have fon= t-dejavu, font-awesome, font-hack and font-gnu-freefont-ttf install in guix= .
My emacs config file is here:

and brows= ing to .guix-profile/share/fonts/truetype/DejaVuSerif.ttf
I can s= ee the character (index 2998, unicode 2935) so I'm not missing the font= .

The weird part is that it's picking up H= ack just fine. So I'm not sure what I'm missing.

Thanks

--
s/Fred[re]+i[ck]+/Fredrik/g
--001a11480a142e2f4e05573b9a61--