all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Install font for emacs 24.x
@ 2013-07-03 14:28 David AGBO
  2013-07-03 17:15 ` Peter Dyballa
  0 siblings, 1 reply; 9+ messages in thread
From: David AGBO @ 2013-07-03 14:28 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-07-08 13:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 14:28 Install font for emacs 24.x David AGBO
2013-07-03 17:15 ` 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

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.