Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/lisp/emacs: xft.xml
Date: Wed, 07 Oct 2009 13:06:29
Message-Id: E1MvWDq-00042J-Pv@stork.gentoo.org
1 ulm 09/10/07 13:06:26
2
3 Modified: xft.xml
4 Log:
5 Update, since Emacs 23 is stable on major arches.
6
7 Revision Changes Path
8 1.11 xml/htdocs/proj/en/lisp/emacs/xft.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?r1=1.10&r2=1.11
13
14 Index: xft.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- xft.xml 2 Jan 2009 13:14:08 -0000 1.10
21 +++ xft.xml 7 Oct 2009 13:06:26 -0000 1.11
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml,v 1.10 2009/01/02 13:14:08 ulm Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml,v 1.11 2009/10/07 13:06:26 ulm Exp $ -->
27
28 <guide link="/proj/en/lisp/emacs/xft.xml">
29 <title>Using Emacs XFT Support</title>
30 @@ -27,8 +27,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.7</version>
35 -<date>2009-01-02</date>
36 +<version>1.8</version>
37 +<date>2009-10-07</date>
38
39 <chapter>
40 <title>Enabling Antialiased Fonts for Emacs</title>
41 @@ -37,36 +37,25 @@
42 <body>
43
44 <note>
45 -Font anti-aliasing using the Xft library and FreeType fonts is currently only
46 -available for the <path>app-editors/emacs-cvs-23.0.9999</path> ebuild.
47 +Font anti-aliasing using the Xft library and FreeType fonts is now
48 +available with the <path>app-editors/emacs-23.1</path> stable ebuild.
49 </note>
50
51 <p>
52 -You'll need to first unmask and keyword the emacs-cvs-23 ebuild &ndash; it's
53 -experimental and potentially unstable. Likewise for the emacs-23 virtual.
54 -</p>
55 -
56 -<pre caption="Unmasking emacs-cvs-23">
57 -# <i>echo "~app-editors/emacs-cvs-23.0.9999" >> /etc/portage/package.unmask</i>
58 -# <i>echo "virtual/emacs-23" >> /etc/portage/package.unmask</i>
59 -# <i>echo "app-editors/emacs-cvs" >> /etc/portage/package.keywords</i>
60 -# <i>echo "virtual/emacs" >> /etc/portage/package.keywords</i>
61 -</pre>
62 -
63 -<p>
64 -Next, set the appropriate USE flags - you <e>must</e> have the <c>xft</c> flag.
65 +First, set the appropriate USE flags – you <e>must</e> have the
66 +<c>xft</c> flag.
67 </p>
68
69 <pre caption="Adding appropriate USE flags">
70 -# <i>echo "app-editors/emacs-cvs xft" >> /etc/portage/package.use</i>
71 +# <i>echo "app-editors/emacs xft" >> /etc/portage/package.use</i>
72 </pre>
73
74 <p>
75 -Now it's time to install the CVS version of emacs:
76 +Now it's time to install Emacs 23:
77 </p>
78
79 -<pre caption="Emerging emacs-cvs-23">
80 -# <i>emerge -av ~emacs-cvs-23.0.9999</i>
81 +<pre caption="Emerging emacs-23">
82 +# <i>emerge -av app-editors/emacs-23.1</i>
83 </pre>
84
85 <p>
86 @@ -89,20 +78,18 @@
87 </pre>
88
89 <p>
90 -The emacs-cvs-23 branch is (currently) considered too unstable for production
91 -use; if you experience problems you may want to have a
92 -stable-but-not-antialiased version available as a standby. You can use
93 -<c>eselect</c> to switch between the various Emacs versions installed on your
94 -system.
95 +If you experience problems you may want to have a
96 +stable-but-not-antialiased version of Emacs available as a standby.
97 +You can use <c>eselect</c> to switch between the various Emacs
98 +versions installed on your system.
99 </p>
100
101 <pre caption="eselect for switching emacs versions">
102 <comment>(Check available versions)</comment>
103 $ <i>eselect emacs list</i>
104 Available Emacs symlink targets:
105 - [1] emacs-21
106 - [2] emacs-22 *
107 - [3] emacs-23
108 + [1] emacs-22 *
109 + [2] emacs-23
110
111 XEmacs is also installed