all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: help-gnu-emacs@gnu.org
Subject: Emacs wont show multiple fonts
Date: Wed, 30 Jul 2014 00:37:57 +0200	[thread overview]
Message-ID: <871tt3rdtm.fsf@wanadoo.es> (raw)

The code snippet below was copied from

http://www.emacswiki.org/emacs/GoodFonts#toc15

Evaluating it on *scratch* produces a long list of output, but all lines
use the same font, namely the default one. I was expecting to see each
line rendered with the corresponding font.

Tried on

GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2014-07-29

and

GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-05-07


(dolist (font-family (font-family-list))
  (let ((str font-family))
    (insert (propertize (concat "The quick brown fox jumps over the lazy dog ("
                         str ")")
                        'face `((:family ,font-family))))
    (newline)))




             reply	other threads:[~2014-07-29 22:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-29 22:37 Óscar Fuentes [this message]
2014-07-29 22:49 ` Emacs wont show multiple fonts Óscar Fuentes
2014-07-30  3:50   ` Eli Zaretskii
     [not found] ` <mailman.6253.1406674193.1147.help-gnu-emacs@gnu.org>
2014-07-29 23:42   ` Emanuel Berg

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=871tt3rdtm.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --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.