From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David AGBO Newsgroups: gmane.emacs.help Subject: Re: Install font for emacs 24.x Date: Mon, 08 Jul 2013 12:33:21 +0200 Message-ID: <51DA9571.8030401@kernix.com> References: <51D43520.3070307@kernix.com> <17546877-FCE0-4DFB-B80B-8350BE59E833@Web.DE> <51D56ED5.9040204@kernix.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1373279632 29794 80.91.229.3 (8 Jul 2013 10:33:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2013 10:33:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 08 12:33:54 2013 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 1Uw8lV-0001X8-8X for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jul 2013 12:33:53 +0200 Original-Received: from localhost ([::1]:41023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw8lU-0006WR-Od for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jul 2013 06:33:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw8lA-0006W1-5L for help-gnu-emacs@gnu.org; Mon, 08 Jul 2013 06:33:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uw8l4-0000EA-5W for help-gnu-emacs@gnu.org; Mon, 08 Jul 2013 06:33:32 -0400 Original-Received: from s32.kernix.net ([217.174.198.32]:38549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw8l3-0000DR-SN for help-gnu-emacs@gnu.org; Mon, 08 Jul 2013 06:33:26 -0400 Original-Received: from [192.168.0.56] (kernix-completel [92.103.81.138]) (authenticated bits=0) by s32.kernix.net (8.13.8/8.13.8) with ESMTP id r68AXLG5007503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 8 Jul 2013 12:33:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: <51D56ED5.9040204@kernix.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 217.174.198.32 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:92010 Archived-At: Hi Peter, As said, I've tried the function "list-fonts-display", and I can see my=20 font in the list. Is something missing, for the function to list the font and for emacs to=20 not consider it? Best regards, David Le 04/07/2013 14:47, David AGBO a =E9crit : > Thanks for your help Peter, > > The font is visible with fc-list, I've installed it this way : > > $> mkdir -p /usr/share/fonts/truetype/custom > $> wget=20 > "http://cloud.github.com/downloads/andreberg/Meslo-Font/Meslo%20LG%20DZ= %20v1.0.zip"=20 > > $> unzip Meslo\ LG\ DZ\ v1.0 > $> mv Meslo\ LG\ DZ\ v1.0/*.ttf /usr/share/fonts/truetype/custom > $> fc-cache -f -v > > I'll try the function and tell you.