Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1294 - emacsguide
Date: Thu, 02 Jul 2009 11:44:52
Message-Id: E1MMKig-0004MO-Ny@stork.gentoo.org
1 Author: fauli
2 Date: 2009-07-02 11:44:50 +0000 (Thu, 02 Jul 2009)
3 New Revision: 1294
4
5 Modified:
6 emacsguide/emacsguide.xml
7 Log:
8 Add some books
9
10
11 Modified: emacsguide/emacsguide.xml
12 ===================================================================
13 --- emacsguide/emacsguide.xml 2009-07-02 11:42:15 UTC (rev 1293)
14 +++ emacsguide/emacsguide.xml 2009-07-02 11:44:50 UTC (rev 1294)
15 @@ -484,4 +484,62 @@
16 </body>
17 </section>
18 </chapter>
19 + <chapter>
20 + <title>Further reading</title>
21 + <section>
22 + <body>
23 + <table>
24 + <tr>
25 + <th>Resource</th>
26 + <th>Comment</th>
27 + </tr>
28 + <tr>
29 + <ti>
30 + <e>Richard M. Stallman</e>;
31 + <uri link="http://www.gnu.org/software/emacs/manual/emacs.html">
32 + GNU Emacs Manual</uri>; 16th edition (for version 22);
33 + ISBN 1-882114-86-8; GNU Press
34 + </ti>
35 + <ti>
36 + The official handbook of Emacs, also shipped with the editor.
37 + This covers the usage of Emacs, not the programming or deep internals.
38 + </ti>
39 + </tr>
40 + <tr>
41 + <ti>
42 + <e> Robert J. Chassell</e>;
43 + <uri link="http://www.gnu.org/software/emacs/emacs-lisp-intro/">
44 + An Introduction to Programming in Emacs Lisp</uri>;
45 + ISBN 1-882114-56-6; GNU Press
46 + </ti>
47 + <ti>
48 + A primer on Elisp programming (very basic, but very good).
49 + </ti>
50 + </tr>
51 + <tr>
52 + <ti>
53 + <e>Various authors</e>;
54 + <uri link="http://www.gnu.org/software/emacs/manual/elisp.html">
55 + GNU Emacs Lisp Reference Manual</uri>
56 + </ti>
57 + <ti>
58 + All information needed for Elisp programming, dense and extensive,
59 + but not for beginners.
60 + </ti>
61 + </tr>
62 + <tr>
63 + <ti>
64 + <e>Craig A. Finseth</e>;
65 + <uri link="http://www.finseth.com/craft/">The Craft of Text Editing:
66 + Emacs for the Modern World</uri>; ISBN 0-387-97616-7; Springer-Verlag
67 + </ti>
68 + <ti>
69 + Background information about user interfaces and the ergonomics of
70 + text editing.
71 + </ti>
72 + </tr>
73 + </table>
74 + </body>
75 + </section>
76 + </chapter>
77 </guide>