From: Jason Rumney <jasonr@gnu.org>
To: alinsoar@voila.fr
Cc: "Emacs Help \[help-gnu-emacs\]" <help-gnu-emacs@gnu.org>,
"Emacs Dev \[emacs-devel\]" <emacs-devel@gnu.org>
Subject: Re: Fraktur
Date: Sat, 10 Jan 2009 02:04:50 +0800 [thread overview]
Message-ID: <496791C2.8030308@gnu.org> (raw)
In-Reply-To: <2552591.3714631231516390284.JavaMail.www@wwinf4621>
A. Soare wrote:
> I try to use the german Fraktur, and I tried
>
> (standard-display-ascii ?a (vector (decode-char 'ucs #x1D400)))
>
> , however the unicode character is not present. I see a box instead of the german `A`; Is there a possibility to use Fraktur in emacs?
>
Only in Emacs-23 (from CVS), and then probably only if you've taught
Emacs which font contains that character (by default, Emacs does not
have very sophisticated rules for choosing fonts for Unicode Plane 1
characters):
(set-fontset-font "fontset-default" '(#x1D400 . #x1D7FF) (font-spec
:family "MathematicalAlphanumericSymbolFont"))
... including whatever else is necessary to uniquely identify that font
in the font-spec (eg. you might need registry and/or foundry if there
are other fonts with the same family name installed).
next prev parent reply other threads:[~2009-01-09 18:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-09 15:53 Fraktur A. Soare
2009-01-09 16:29 ` Fraktur tomas
2009-01-09 18:04 ` Jason Rumney [this message]
2009-01-16 4:05 ` Fraktur Kenichi Handa
2009-01-17 0:38 ` Fraktur James Cloos
2009-02-05 6:25 ` Fraktur Kenichi Handa
-- strict thread matches above, loose matches on Subject: below --
2009-01-10 14:49 Fraktur A. Soare
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=496791C2.8030308@gnu.org \
--to=jasonr@gnu.org \
--cc=alinsoar@voila.fr \
--cc=emacs-devel@gnu.org \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).