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: emacs.xml
Date: Sat, 27 Oct 2007 18:38:35
Message-Id: E1IlqYI-0000ii-JZ@stork.gentoo.org
1 ulm 07/10/27 18:38:30
2
3 Modified: emacs.xml
4 Log:
5 Recommend to "require" site-gentoo.
6 Update information about GNU Emacs manual.
7 Remove note about ebuild-mode renaming.
8 Fix indentation.
9
10 Revision Changes Path
11 1.64 xml/htdocs/proj/en/lisp/emacs/emacs.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?r1=1.63&r2=1.64
16
17 Index: emacs.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- emacs.xml 14 Oct 2007 08:41:52 -0000 1.63
24 +++ emacs.xml 27 Oct 2007 18:38:30 -0000 1.64
25 @@ -1,6 +1,6 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.63 2007/10/14 08:41:52 ulm Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.64 2007/10/27 18:38:30 ulm Exp $ -->
30
31 <guide link="/proj/en/lisp/emacs/emacs.xml" lang="en">
32 <title>GNU Emacs on Gentoo</title>
33 @@ -22,20 +22,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.5</version>
38 -<date>2007-10-14</date>
39 -
40 -<chapter>
41 -<title>News</title>
42 -<section>
43 -<body>
44 -<impo>
45 -Package <path>app-emacs/ebuild-mode</path> has been renamed to
46 -<path>app-emacs/gentoo-syntax</path>.
47 -</impo>
48 -</body>
49 -</section>
50 -</chapter>
51 +<version>1.6</version>
52 +<date>2007-10-27</date>
53
54 <chapter>
55 <title>Introduction</title>
56 @@ -367,7 +355,7 @@
57 which user will activate all installed Elisp packages by adding a line like
58 </p>
59 <p>
60 -<c>(load "/usr/share/emacs/site-lisp/site-gentoo" nil t)</c>
61 +<c>(require 'site-gentoo)</c>
62 </p>
63 <p>
64 to a file read by Emacs on start-up.
65 @@ -536,54 +524,55 @@
66 </tr>
67 <tr>
68 <ti>
69 - <e>Various authors</e>; <uri link="http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml">Gentoo Developer Handbook</uri>
70 + <e>Various authors</e>; <uri link="http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml">Gentoo Developer Handbook</uri>
71 </ti>
72 <ti>
73 - First steps as Gentoo developer plus an Ebuild HowTo with a good
74 - overview.
75 + First steps as Gentoo developer plus an Ebuild HowTo with a good
76 + overview.
77 </ti>
78 </tr>
79 <tr>
80 <ti>
81 - <e>Various
82 - authors</e>; <uri link="http://devmanual.gentoo.org/">Gentoo
83 - Development Guide</uri>
84 + <e>Various authors</e>;
85 + <uri link="http://devmanual.gentoo.org/">Gentoo Development Guide</uri>
86 </ti>
87 <ti>
88 - Extensive reference about how development is organised in Gentoo,
89 - plus style advises for ebuild authors.
90 + Extensive reference about how development is organised in Gentoo,
91 + plus style advises for ebuild authors.
92 </ti>
93 </tr>
94 <tr>
95 <ti>
96 - <e> Robert
97 - J. Chassell</e>; <uri link="http://www.gnu.org/software/emacs/emacs-lisp-intro/">An
98 - Introduction to Programming in Emacs Lisp</uri>; ISBN
99 - 1-882114-56-6; GNUpress
100 + <e> Robert J. Chassell</e>;
101 + <uri link="http://www.gnu.org/software/emacs/emacs-lisp-intro/">
102 + An Introduction to Programming in Emacs Lisp</uri>;
103 + ISBN 1-882114-56-6; GNUpress
104 </ti>
105 <ti>
106 - A primer on Elisp programming (very basic, but very good).
107 + A primer on Elisp programming (very basic, but very good).
108 </ti>
109 </tr>
110 <tr>
111 <ti>
112 - <e>Richard
113 - M. Stallman</e>; <uri link="http://www.gnu.org/software/emacs/manual/">GNU
114 - Emacs Manual</uri>; ISBN 1-882114-85-X; GNUpress
115 + <e>Richard M. Stallman</e>;
116 + <uri link="http://www.gnu.org/software/emacs/manual/">
117 + GNU Emacs Manual</uri>; 16th edition (for version 22);
118 + ISBN 1-882114-86-8; Free Software Foundation
119 </ti>
120 <ti>
121 - The official handbook of Emacs, also shipped with the editor.
122 - This covers the usage of Emacs, not the programming or deep internals.
123 + The official handbook of Emacs, also shipped with the editor.
124 + This covers the usage of Emacs, not the programming or deep internals.
125 </ti>
126 </tr>
127 <tr>
128 <ti>
129 - <e>Various authors</e>; <uri link="http://www.gnu.org/software/emacs/elisp-manual/elisp.html">GNU
130 - Emacs Lisp Reference Manual</uri>
131 + <e>Various authors</e>;
132 + <uri link="http://www.gnu.org/software/emacs/elisp-manual/elisp.html">
133 + GNU Emacs Lisp Reference Manual</uri>
134 </ti>
135 <ti>
136 - All information needed for Elisp programming, dense and extensive,
137 - but not for beginners.
138 + All information needed for Elisp programming, dense and extensive,
139 + but not for beginners.
140 </ti>
141 </tr>
142 <tr>
143
144
145
146 --
147 gentoo-commits@g.o mailing list