* [gentoo-commits] emacs r1287 - emacsguide
@ 2009-07-02 8:59 99% Christian Faulhammer (fauli)
0 siblings, 0 replies; 1+ results
From: Christian Faulhammer (fauli) @ 2009-07-02 8:59 UTC (permalink / raw
To: gentoo-commits
Author: fauli
Date: 2009-07-02 08:59:23 +0000 (Thu, 02 Jul 2009)
New Revision: 1287
Modified:
emacsguide/emacsguide.xml
Log:
Add a body tag
Modified: emacsguide/emacsguide.xml
===================================================================
--- emacsguide/emacsguide.xml 2009-07-02 08:58:45 UTC (rev 1286)
+++ emacsguide/emacsguide.xml 2009-07-02 08:59:23 UTC (rev 1287)
@@ -254,43 +254,45 @@
<title>Basics</title>
<section>
<title>Emacs Lisp</title>
- <p>
- You could use the lisp interpreter to make lists or do some
- simple math. Type these in and then type control-x, control-e
- with the cursor at the end of them. Watch the minibuffer at the
- bottom of the screen.
- </p>
- <pre caption="Code Sample">
- (list 'a 'b 'c)
- (+ 1 2 3)
- (* (* 2 2) (/ 22 7))
- (message "%s" "This is an introduction to using Emacs in Gentoo.")
- </pre>
- <p>
- Understanding how to navigate the cursor over lists is quite
- useful. With the cursor pointed on a [, (, or {, use M-C-f to
- go to the end. Use M-C-b to go to the beginning of the list.
- That is escape, control-f and escape, control-b
- respectively.
- </p>
- <p>You could load your elisp.</p>
- <pre caption="Code Sample">
- M-x load-file
- </pre>
- <p>
- Now, you may want to clean up your code or make replacements in a
- function. Click and drag or use control-space to set a mark.
- </p>
- <pre caption="Code Sample">
- M-x transient-mark-mode
- </pre>
- <p>
- That will toggle the highlighting of selected text. Now, M-% will
- prompt you to search and replace or query-replace. Also,
- global-font-lock-mode will toggle the syntax highlighting;
- indent-region will nicely indent nested code blocks or HTML. A quick
- comment comes from M-; or escape-semicolon.
- </p>
+ <body>
+ <p>
+ You could use the lisp interpreter to make lists or do some
+ simple math. Type these in and then type control-x, control-e
+ with the cursor at the end of them. Watch the minibuffer at the
+ bottom of the screen.
+ </p>
+ <pre caption="Code Sample">
+ (list 'a 'b 'c)
+ (+ 1 2 3)
+ (* (* 2 2) (/ 22 7))
+ (message "%s" "This is an introduction to using Emacs in Gentoo.")
+ </pre>
+ <p>
+ Understanding how to navigate the cursor over lists is quite
+ useful. With the cursor pointed on a [, (, or {, use M-C-f to
+ go to the end. Use M-C-b to go to the beginning of the list.
+ That is escape, control-f and escape, control-b
+ respectively.
+ </p>
+ <p>You could load your elisp.</p>
+ <pre caption="Code Sample">
+ M-x load-file
+ </pre>
+ <p>
+ Now, you may want to clean up your code or make replacements in a
+ function. Click and drag or use control-space to set a mark.
+ </p>
+ <pre caption="Code Sample">
+ M-x transient-mark-mode
+ </pre>
+ <p>
+ That will toggle the highlighting of selected text. Now, M-% will
+ prompt you to search and replace or query-replace. Also,
+ global-font-lock-mode will toggle the syntax highlighting;
+ indent-region will nicely indent nested code blocks or HTML. A quick
+ comment comes from M-; or escape-semicolon.
+ </p>
+ </body>
</section>
<section>
<title>Invoking Processes</title>
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-07-02 8:59 99% [gentoo-commits] emacs r1287 - 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