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: Install font for emacs 24.x Date: Wed, 03 Jul 2013 16:28:48 +0200 Message-ID: <51D43520.3070307@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: 7bit X-Trace: ger.gmane.org 1372863389 11211 80.91.229.3 (3 Jul 2013 14:56:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jul 2013 14:56:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 03 16:56:30 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 1UuOTs-0002GO-Gi for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 16:56:28 +0200 Original-Received: from localhost ([::1]:59702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuOTs-00058J-74 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 10:56:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuO3H-0007qZ-Rq for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 10:29:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuO39-0002wa-P3 for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 10:28:59 -0400 Original-Received: from s32.kernix.net ([217.174.198.32]:36351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuO39-0002w0-GL for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 10:28:51 -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 r63ESnll024349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 3 Jul 2013 16:28:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 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-Mailman-Approved-At: Wed, 03 Jul 2013 10:54:40 -0400 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:91917 Archived-At: Hi all, I've installed emacs 24.3, and I would like to use a specific font (Meslo LG M DZ), but when I launch emacs, I have the message "Font `Meslo LG M DZ' is not defined". What is strange, is that when I downgrade emacs version from 24 to 23, using the same configuration file, I can use this font without any problem... Here is how I declare Meslo in the configuration file : ----- (setq default-frame-alist '( (width . 80) (tool-bar-lines . 0) *=> (font . "Meslo LG M DZ") <=* (vertical-scroll-bars . nil) )) (unless (fboundp 'prog-mode) (defalias 'prog-mode 'fundamental-mode)) ... ----- I've also tried Options->Set default font menu, but here again, there is a difference. Under emacs23, I have a little box to select the font, but under emacs24, I juste have a menu, where my font doesn't even appear. Is there a directive to include at build time, or a new parameter in the configuration file, or anything else? Best regards, David