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: Sun, 11 Jan 2009 00:23:07 +0100 Message-ID: <87d4eug2zo.fsf@sophokles.streitblatt.de> References: <7035221.512371231592865271.JavaMail.www@wwinf4615> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1231629827 4498 80.91.229.12 (10 Jan 2009 23:23:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 23:23:47 +0000 (UTC) Cc: "Emacs Help \[help-gnu-emacs\]" , Florian Beck To: alinsoar@voila.fr Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 11 00:24:58 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 1LLnCJ-0001h0-Dy for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Jan 2009 00:24:55 +0100 Original-Received: from localhost ([127.0.0.1]:53629 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLnB3-0000hZ-7i for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2009 18:23:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLnAi-0000fh-63 for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 18:23:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLnAd-0000d5-Iy for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 18:23:14 -0500 Original-Received: from [199.232.76.173] (port=51344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLnAd-0000d1-DK for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 18:23:11 -0500 Original-Received: from mo-p05-ob.rzone.de ([81.169.146.181]:57362) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLnAc-0004X9-Vx for help-gnu-emacs@gnu.org; Sat, 10 Jan 2009 18:23:11 -0500 X-RZG-CLASS-ID: mo05 X-RZG-AUTH: :KmALZ0mpdbGonPxw7gDkop508XQjelhLxGYn4B74/jTNdrjLjuwMuuiy8j0BYX+kix0EPcs= Original-Received: from sophokles (p549960E7.dip.t-dialin.net [84.153.96.231]) by post.strato.de (fruni mo5) (RZmta 18.8) with ESMTP id Y00080l0AJ5hKA ; Sun, 11 Jan 2009 00:23:08 +0100 (MET) In-Reply-To: <7035221.512371231592865271.JavaMail.www@wwinf4615> (A. Soare's message of "Sat, 10 Jan 2009 14:07:45 +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:61247 Archived-At: "A. Soare" writes: > I got it. I see Fraktur now, after having installed the good font. I > am very happy. Thanks. Good. So, how does it work out for you? Allegedly, blackletter aides word recognition (it doesn't for me). =C2=BBJSL Blackletter=C2=AB might not real= ly be appropriate for on-screen display, though, it seems a bit washy. By the way, this font is not a *fraktur*. It is textualis (which I find much more pleasing); its squiggled capitals might not really suit a capital-heavy language like German. > > Alin > >> Message du 10/01/09 =C3=A0 10h15 >> De : "Florian Beck" >> A : alinsoar@voila.fr >> Copie =C3=A0 : "Emacs Help [help-gnu-emacs]" >> Objet : Re: Fraktur >>=20 >>=20 >> "A. Soare" writes: >>=20 >> >>=20 >> >> Am 09.01.2009 um 16:53 schrieb A. Soare: >> >>=20 >> >> > (standard-display-ascii ?a (vector (decode-char 'ucs #x1D400))) >> >>=20 >> >> The character at U+1D400 is MATHEMATICAL BOLD CAPITAL A. U+1D504 is= =20=20 >> >> MATHEMATICAL FRAKTUR CAPITAL A. >> >>=20 >> >> > >> >> > , however the unicode character is not present. I see a box instead= =20=20 >> >> > of the german `A`; Is there a possibility to use Fraktur in emacs? >> >>=20 >> >> Why not? Once you use the proper fonts, Asana Math or Code2001 ... >> >>=20 >> >>=20 >> > >> > I use terminus. >> > >> > What is your settings in your .emacs for fraktur? >>=20 >> 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). >>=20 >> If not, >>=20 >> (set-fontset-font "fontset-default" '(#x1D400 . #x1D5FF) (font-spec >> :family "Unicode Symbols") nil) >>=20 >> should do the trick. >>=20 >> This is for mathematical symbols; if you want to display latin text in >> blackletter, you need a font for that and simply use >>=20 >> (set-frame-font "JSL Blackletter") >>=20 >> --=20 >> Florian Beck >>=20 >>=20 > > ____________________________________________________Des photos de vacance= s ou des vid=C3=A9os de r=C3=A9veillons =C3=A0 partager ? Voila vous offre = 1 Go d=E2=80=99espace de stockage sur http://www.voila.fr/Macle/ --=20 Viele Gr=C3=BC=C3=9Fe, Flo