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: Fri, 24 Aug 2012 20:07:30
Message-Id: 20120824200718.B9AD6205ED@flycatcher.gentoo.org
1 ulm 12/08/24 20:07:18
2
3 Modified: xft.xml
4 Log:
5 Update for Emacs 24. Remove note about eselect.
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/lisp/emacs/xft.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml?r1=1.11&r2=1.12
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.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- xft.xml 7 Oct 2009 13:06:26 -0000 1.11
21 +++ xft.xml 24 Aug 2012 20:07:18 -0000 1.12
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.11 2009/10/07 13:06:26 ulm Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/xft.xml,v 1.12 2012/08/24 20:07:18 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.8</version>
35 -<date>2009-10-07</date>
36 +<version>1.9</version>
37 +<date>2012-08-24</date>
38
39 <chapter>
40 <title>Enabling Antialiased Fonts for Emacs</title>
41 @@ -37,8 +37,8 @@
42 <body>
43
44 <note>
45 -Font anti-aliasing using the Xft library and FreeType fonts is now
46 -available with the <path>app-editors/emacs-23.1</path> stable ebuild.
47 +Font anti-aliasing using the Xft library and FreeType fonts is
48 +available with Emacs 23 or later.
49 </note>
50
51 <p>
52 @@ -51,11 +51,11 @@
53 </pre>
54
55 <p>
56 -Now it's time to install Emacs 23:
57 +Now it's time to install Emacs:
58 </p>
59
60 -<pre caption="Emerging emacs-23">
61 -# <i>emerge -av app-editors/emacs-23.1</i>
62 +<pre caption="Emerging emacs">
63 +# <i>emerge -av app-editors/emacs</i>
64 </pre>
65
66 <p>
67 @@ -64,7 +64,7 @@
68 </p>
69
70 <pre caption="Enabling XFT fonts in emacs">
71 -$ <i>emacs-23 --font 'Bitstream Vera Sans Mono-12'</i>
72 +$ <i>emacs --font 'Bitstream Vera Sans Mono-12'</i>
73 </pre>
74
75 <p>
76 @@ -77,26 +77,6 @@
77 $ <i>xrdb -merge ~/.Xresources</i>
78 </pre>
79
80 -<p>
81 -If you experience problems you may want to have a
82 -stable-but-not-antialiased version of Emacs available as a standby.
83 -You can use <c>eselect</c> to switch between the various Emacs
84 -versions installed on your system.
85 -</p>
86 -
87 -<pre caption="eselect for switching emacs versions">
88 -<comment>(Check available versions)</comment>
89 -$ <i>eselect emacs list</i>
90 -Available Emacs symlink targets:
91 - [1] emacs-22 *
92 - [2] emacs-23
93 -
94 -XEmacs is also installed
95 -
96 -<comment>(Select the correct version)</comment>
97 -# <i>eselect emacs set emacs-23</i>
98 -</pre>
99 -
100 </body>
101 </section>
102 <section>