all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David AGBO <dagbo@kernix.com>
To: help-gnu-emacs@gnu.org
Subject: Install font for emacs 24.x
Date: Wed, 03 Jul 2013 16:28:48 +0200	[thread overview]
Message-ID: <51D43520.3070307@kernix.com> (raw)

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


             reply	other threads:[~2013-07-03 14:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 14:28 David AGBO [this message]
2013-07-03 17:15 ` Install font for emacs 24.x Peter Dyballa
2013-07-04 12:47   ` David AGBO
2013-07-08 10:33     ` David AGBO
2013-07-08 10:44       ` Peter Dyballa
2013-07-08 12:24         ` David AGBO
2013-07-08 12:36           ` Peter Dyballa
2013-07-08 13:19             ` David AGBO
2013-07-08 13:46               ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51D43520.3070307@kernix.com \
    --to=dagbo@kernix.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.