Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1292 - emacsguide
Date: Thu, 02 Jul 2009 09:32:08
Message-Id: E1MMIeD-0000dt-Jf@stork.gentoo.org
1 Author: fauli
2 Date: 2009-07-02 09:32:05 +0000 (Thu, 02 Jul 2009)
3 New Revision: 1292
4
5 Modified:
6 emacsguide/emacsguide.xml
7 Log:
8 Take an update from Marc's latest submission
9
10
11 Modified: emacsguide/emacsguide.xml
12 ===================================================================
13 --- emacsguide/emacsguide.xml 2009-07-02 09:16:16 UTC (rev 1291)
14 +++ emacsguide/emacsguide.xml 2009-07-02 09:32:05 UTC (rev 1292)
15 @@ -327,15 +327,20 @@
16 <section>
17 <title>Emacs and Bash Equivalents</title>
18 <body>
19 - <p>Bash has some keystrokes in common with Emacs. You can search
20 - your shell history with control-r but not control-s. If you try
21 - control-s in bash, it will hide your typing. You can type
22 - control-q to see input to bash again. To cancel a search, type
23 - control-g. Just like Emacs, you can kill text several times with
24 - control-k and get it back with control-y. You can then use
25 - escape-y repetitions. You can suspend Emacs with control-z. Try
26 - the jobs command to see what is suspended. Then type fg or fg 1
27 - to get back to Emacs.</p>
28 + <p>
29 + Bash has some keystrokes in common with Emacs. You can
30 + search your shell history with control-r but not control-s.
31 + If you try control-s in bash, it will hide your typing. You
32 + can type control-q to see input to bash again. To cancel a
33 + search, type control-g. Just like Emacs, you can kill text
34 + several times with control-k and get it back with
35 + control-y. You can then use escape-y repetitions. You can
36 + suspend Emacs with control-z. Try the jobs command to see
37 + what is suspended. Then type fg or fg 1 to get back to
38 + Emacs. Delete a whole word with escape-backspace or
39 + escape-d. Undo with control-/ and transpose two mistyped
40 + characters with control-t.
41 + </p>
42 </body>
43 </section>
44 <section>