From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: dejavu fonts not available in emacs Date: Tue, 19 Aug 2014 13:59:19 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1408471202 12732 80.91.229.3 (19 Aug 2014 18:00:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2014 18:00:02 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 19 19:59:55 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XJnhI-0001o5-OC for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Aug 2014 19:59:52 +0200 Original-Received: from localhost ([::1]:52329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJnhI-0006cX-G5 for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Aug 2014 13:59:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJnh7-0006cR-E1 for help-gnu-emacs@gnu.org; Tue, 19 Aug 2014 13:59:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJnh6-00060q-4Z for help-gnu-emacs@gnu.org; Tue, 19 Aug 2014 13:59:41 -0400 Original-Received: from mail-vc0-x233.google.com ([2607:f8b0:400c:c03::233]:45881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJnh5-00060a-W4 for help-gnu-emacs@gnu.org; Tue, 19 Aug 2014 13:59:40 -0400 Original-Received: by mail-vc0-f179.google.com with SMTP id hq11so7913472vcb.10 for ; Tue, 19 Aug 2014 10:59:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=9pBYpwJJG18ieHz0TAT+ezJW006g6iIsVr1qq9O9ox8=; b=QaecxO90o65J3p9leJtuHtKAZqKIXyKhJc13q7FVKkFm0PEw8zN/cSUiyhpxrbB1Wg 0KnScUEss4OIOfcwEXyMNVDi4cNPWGVg/76MLJSJpJdHMCJ7EGVygwN3M7mTW1ZU/GF6 WW4bM3qcBYTg+8QlFdbnOvkKFoL+7HOqA2LcS1jl0LW119MGHknsRxZj8DaSRz3J4YZX zxqTc0+F4Di4nu+FqgdamaHSgfVrABJnXzGTUl6h1AVQOTAJbtlfhlFylRKhFrze6SjM rb8vM2ayHid9aRAcbhXzkB8/QO2NSoIBIScpsrGAMDXC7rbBcZkZPq9Musie9yucISeL Oslg== X-Received: by 10.52.28.40 with SMTP id y8mr1576414vdg.60.1408471179240; Tue, 19 Aug 2014 10:59:39 -0700 (PDT) Original-Received: by 10.220.169.72 with HTTP; Tue, 19 Aug 2014 10:59:19 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::233 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99307 Archived-At: Got it. I had to configure with --with-xft --with-x-toolkit=gtk --without-gsettings and the fonts show up. Thank god On Tue, Aug 19, 2014 at 1:37 PM, Jai Dayal wrote: > Hi, > > I have a set of Dejavu fonts in my /usr/share/fonts directory, and Emacs > isn't finding them. For example when I do M-x set-frame-font ? > > none of the Dejavu fonts are available. Any idea what I need to do to make > these available with Emacs? I configured it with the flag --with-xft but > still no luck. > > Thanks, > Jai >