Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/lisp/emacs: xft.xml
Date: Fri, 01 Feb 2008 16:58:19
Message-Id: E1JKzDT-0001VE-GX@stork.gentoo.org
1 opfer 08/02/01 16:58:15
2
3 Modified: xft.xml
4 Log:
5 unicode-2 branch is merged plus some minor corrections
6 adding myself as contributor
7
8 Revision Changes Path
9 1.6 xml/htdocs/proj/en/lisp/emacs/xft.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?r1=1.5&r2=1.6
14
15 Index: xft.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- xft.xml 30 Jan 2008 18:18:01 -0000 1.5
22 +++ xft.xml 1 Feb 2008 16:58:14 -0000 1.6
23 @@ -1,6 +1,6 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml,v 1.5 2008/01/30 18:18:01 ulm Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml,v 1.6 2008/02/01 16:58:14 opfer Exp $ -->
28
29 <guide link="/proj/en/lisp/emacs/xft.xml">
30 <title>Using Emacs XFT Support</title>
31 @@ -14,6 +14,9 @@
32 <author title="Editor">
33 <mail link="nightmorph@g.o">Joshua Saddler</mail>
34 </author>
35 +<author title="Contributor">
36 + <mail link="opfer@g.o">Christian Faulhammer</mail>
37 +</author>
38
39 <abstract>
40 This document shows you how to enable and use antialiased (pretty) fonts for
41 @@ -24,8 +27,8 @@
42 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
43 <license/>
44
45 -<version>1.4</version>
46 -<date>2008-01-30</date>
47 +<version>1.5</version>
48 +<date>2008-02-01</date>
49
50 <chapter>
51 <title>Enabling Antialiased Fonts for Emacs</title>
52 @@ -35,11 +38,11 @@
53
54 <note>
55 Font anti-aliasing using the Xft library and FreeType fonts is currently only
56 -available for the <path>app-editors/emacs-cvs-23.0.60-r1</path> ebuild.
57 +available for the <path>app-editors/emacs-cvs-23.0.60</path> ebuild.
58 </note>
59
60 <p>
61 -You'll need to first unmask and keyword the emacs-cvs-23 ebuild -- it's
62 +You'll need to first unmask and keyword the emacs-cvs-23 ebuild &ndash; it's
63 experimental and potentially unstable.
64 </p>
65
66 @@ -69,7 +72,7 @@
67 </p>
68
69 <pre caption="Enabling XFT fonts in emacs">
70 -$ <i>emacs-23-unicode --font 'Bitstream Vera Sans Mono-12'</i>
71 +$ <i>emacs-23 --font 'Bitstream Vera Sans Mono-12'</i>
72 </pre>
73
74 <p>
75 @@ -86,7 +89,7 @@
76 The emacs-cvs-23 branch is (currently) considered too unstable for production
77 use; if you experience problems you may want to have a
78 stable-but-not-antialiased version available as a standby. You can use
79 -<c>eselect</c> to switch between the various emacs versions installed on your
80 +<c>eselect</c> to switch between the various Emacs versions installed on your
81 system.
82 </p>
83
84 @@ -95,13 +98,12 @@
85 $ <i>eselect emacs list</i>
86 Available GNU Emacs symlink targets:
87 [1] emacs-21
88 - [2] emacs-22
89 - [3] emacs-23 *
90 - [4] emacs-23-unicode
91 + [2] emacs-22 *
92 + [3] emacs-23
93
94 XEmacs is also installed
95 <comment>(Select the correct version)</comment>
96 -# <i>eselect emacs set emacs-23-unicode</i>
97 +# <i>eselect emacs set emacs-23</i>
98 </pre>
99
100 </body>
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list