Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1289 - emacsguide
Date: Thu, 02 Jul 2009 09:04:11
Message-Id: E1MMIDB-0008J1-4E@stork.gentoo.org
1 Author: fauli
2 Date: 2009-07-02 09:04:08 +0000 (Thu, 02 Jul 2009)
3 New Revision: 1289
4
5 Modified:
6 emacsguide/emacsguide.xml
7 Log:
8 Complete transformation to valid GuideXML
9
10
11 Modified: emacsguide/emacsguide.xml
12 ===================================================================
13 --- emacsguide/emacsguide.xml 2009-07-02 09:01:14 UTC (rev 1288)
14 +++ emacsguide/emacsguide.xml 2009-07-02 09:04:08 UTC (rev 1289)
15 @@ -460,20 +460,24 @@
16
17 <chapter>
18 <title>Sample .emacs</title>
19 - <pre caption="Code Sample">
20 - $ cat ~/.emacs.d/init.el
21 - (prefer-coding-system 'utf-8)
22 - (setq transient-mark-mode t)
23 - (show-paren-mode t)
24 - (setq column-number-mode t)
25 - (global-set-key [(f5)] (lambda() (interactive) (woman (current-word))))
26 - (global-set-key [(f6)] 'hippie-expand)
27 - (global-set-key [(f7)] 'replace-regexp)
28 - (global-set-key [(f8)] 'flush-lines)
29 - (global-set-key [(f9)] 'dired-do-delete)
30 -
31 - # cat /root/.emacs.d/init.el
32 - (load "/home/username/.emacs.d/init.el")
33 - </pre>
34 + <section>
35 + <body>
36 + <pre caption="Code Sample">
37 + $ cat ~/.emacs.d/init.el
38 + (prefer-coding-system 'utf-8)
39 + (setq transient-mark-mode t)
40 + (show-paren-mode t)
41 + (setq column-number-mode t)
42 + (global-set-key [(f5)] (lambda() (interactive) (woman (current-word))))
43 + (global-set-key [(f6)] 'hippie-expand)
44 + (global-set-key [(f7)] 'replace-regexp)
45 + (global-set-key [(f8)] 'flush-lines)
46 + (global-set-key [(f9)] 'dired-do-delete)
47 +
48 + # cat /root/.emacs.d/init.el
49 + (load "/home/username/.emacs.d/init.el")
50 + </pre>
51 + </body>
52 + </section>
53 </chapter>
54 </guide>