* [gentoo-commits] emacs r1289 - emacsguide
@ 2009-07-02 9:04 Christian Faulhammer (fauli)
0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2009-07-02 9:04 UTC (permalink / raw
To: gentoo-commits
Author: fauli
Date: 2009-07-02 09:04:08 +0000 (Thu, 02 Jul 2009)
New Revision: 1289
Modified:
emacsguide/emacsguide.xml
Log:
Complete transformation to valid GuideXML
Modified: emacsguide/emacsguide.xml
===================================================================
--- emacsguide/emacsguide.xml 2009-07-02 09:01:14 UTC (rev 1288)
+++ emacsguide/emacsguide.xml 2009-07-02 09:04:08 UTC (rev 1289)
@@ -460,20 +460,24 @@
<chapter>
<title>Sample .emacs</title>
- <pre caption="Code Sample">
- $ cat ~/.emacs.d/init.el
- (prefer-coding-system 'utf-8)
- (setq transient-mark-mode t)
- (show-paren-mode t)
- (setq column-number-mode t)
- (global-set-key [(f5)] (lambda() (interactive) (woman (current-word))))
- (global-set-key [(f6)] 'hippie-expand)
- (global-set-key [(f7)] 'replace-regexp)
- (global-set-key [(f8)] 'flush-lines)
- (global-set-key [(f9)] 'dired-do-delete)
-
- # cat /root/.emacs.d/init.el
- (load "/home/username/.emacs.d/init.el")
- </pre>
+ <section>
+ <body>
+ <pre caption="Code Sample">
+ $ cat ~/.emacs.d/init.el
+ (prefer-coding-system 'utf-8)
+ (setq transient-mark-mode t)
+ (show-paren-mode t)
+ (setq column-number-mode t)
+ (global-set-key [(f5)] (lambda() (interactive) (woman (current-word))))
+ (global-set-key [(f6)] 'hippie-expand)
+ (global-set-key [(f7)] 'replace-regexp)
+ (global-set-key [(f8)] 'flush-lines)
+ (global-set-key [(f9)] 'dired-do-delete)
+
+ # cat /root/.emacs.d/init.el
+ (load "/home/username/.emacs.d/init.el")
+ </pre>
+ </body>
+ </section>
</chapter>
</guide>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-02 9:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 9:04 [gentoo-commits] emacs r1289 - emacsguide Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox