From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Beck Newsgroups: gmane.emacs.help Subject: Re: Fraktur Date: Sat, 10 Jan 2009 10:15:14 +0100 Message-ID: <87mydzfrod.fsf@sophokles.streitblatt.de> References: <16987438.574181231520127670.JavaMail.www@wwinf4610> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231579021 18742 80.91.229.12 (10 Jan 2009 09:17:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 09:17:01 +0000 (UTC) Cc: "Emacs Help \[help-gnu-emacs\]" To: alinsoar@voila.fr Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 10 10:18:12 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LLZyt-0003M9-7y for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2009 10:18:11 +0100 Original-Received: from localhost ([127.0.0.1]:60509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLZxd-00033K-6o for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2009 04:16:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLZwB-0002OD-Ry for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 04:15:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLZw7-0002Li-IL for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 04:15:21 -0500 Original-Received: from [199.232.76.173] (port=33825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLZw7-0002LW-9a for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 04:15:19 -0500 Original-Received: from mo-p05-ob.rzone.de ([81.169.146.180]:16795) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLZw6-0007px-S2 for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 04:15:19 -0500 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :KmALZ0mpdbGonPxw7gDkop508XQjelhLxGYn4B74/jTNdrjLjuwMuuiy8j0BYXei56wN+ho= Original-Received: from sophokles (p54996C4C.dip.t-dialin.net [84.153.108.76]) by post.strato.de (mrclete mo36) (RZmta 18.8) with ESMTP id x03984l0A9EbC4 ; Sat, 10 Jan 2009 10:15:15 +0100 (MET) In-Reply-To: <16987438.574181231520127670.JavaMail.www@wwinf4610> (A. Soare's message of "Fri, 9 Jan 2009 17:55:27 +0100 (CET)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61239 Archived-At: "A. Soare" writes: >> >> Am 09.01.2009 um 16:53 schrieb A. Soare: >> >> > (standard-display-ascii ?a (vector (decode-char 'ucs #x1D400))) >> >> The character at U+1D400 is MATHEMATICAL BOLD CAPITAL A. U+1D504 is >> MATHEMATICAL FRAKTUR CAPITAL A. >> >> > >> > , 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? >> >> Why not? Once you use the proper fonts, Asana Math or Code2001 ... >> >> > > I use terminus. > > What is your settings in your .emacs for fraktur? Once you install a font like Code2001 or the free Unicode Symbols (http://users.teilar.gr/~g1951d/), emacs should automatically use it (it does for me). If not, (set-fontset-font "fontset-default" '(#x1D400 . #x1D5FF) (font-spec :family "Unicode Symbols") nil) should do the trick. This is for mathematical symbols; if you want to display latin text in blackletter, you need a font for that and simply use (set-frame-font "JSL Blackletter") -- Florian Beck