all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Phil Sung <psung@MIT.EDU>
To: daniel@brockman.se, webmasters@gnu.org
Cc: Karl Berry <karl@freefriends.org>, emacs-devel@gnu.org
Subject: Re: guided tour suggestions
Date: Thu, 03 May 2007 16:34:42 -0400	[thread overview]
Message-ID: <87mz0lfxy5.fsf@phil.mit.edu> (raw)
In-Reply-To: <200705031803.l43I3Yd29129@f7.net> (Karl Berry's message of "Thu\, 3 May 2007 13\:03\:34 -0500")

karl@freefriends.org (Karl Berry) writes:
> From: daniel@brockman.se
>
> I am reading the newly-installed Emacs guided tour[1] and
> taking notes as I go along.

Thanks for your fixes! I've incorporated your suggestions (patch below).

Could a webmaster please install this patch? Thank you.

--Phil

----

Index: tour/index.html
===================================================================
RCS file: /web/emacs/emacs/tour/index.html,v
retrieving revision 1.6
diff -c -c -r1.6 index.html
*** tour/index.html	2 May 2007 11:17:56 -0000	1.6
--- tour/index.html	3 May 2007 20:04:25 -0000
***************
*** 155,161 ****
    <tr><td><tt>C-a</tt></td><td>Beginning of line</td>      <td><tt>C-e</tt></td><td>End of line</td></tr>
    <tr><td><tt>M-f</tt></td><td>Forward one word</td>       <td><tt>M-b</tt></td><td>Back one word</td></tr>
    <tr><td><tt>M-a</tt></td><td>Previous sentence</td>      <td><tt>M-e</tt></td><td>Next sentence</td></tr>
!   <tr><td><tt>C-v</tt></td><td>Previous screen</td>        <td><tt>M-v</tt></td><td>Next screen</td></tr>
    <tr><td><tt>M-&lt;</tt></td><td>Beginning of buffer</td> <td><tt>M-&gt;</tt></td><td>End of buffer</td></tr>
  </table>
  
--- 155,161 ----
    <tr><td><tt>C-a</tt></td><td>Beginning of line</td>      <td><tt>C-e</tt></td><td>End of line</td></tr>
    <tr><td><tt>M-f</tt></td><td>Forward one word</td>       <td><tt>M-b</tt></td><td>Back one word</td></tr>
    <tr><td><tt>M-a</tt></td><td>Previous sentence</td>      <td><tt>M-e</tt></td><td>Next sentence</td></tr>
!   <tr><td><tt>M-v</tt></td><td>Previous screen</td>        <td><tt>C-v</tt></td><td>Next screen</td></tr>
    <tr><td><tt>M-&lt;</tt></td><td>Beginning of buffer</td> <td><tt>M-&gt;</tt></td><td>End of buffer</td></tr>
  </table>
  
***************
*** 506,513 ****
  <p>See <tt>(info "(emacs)Regexps")</tt> for more information about regexp
    syntax.</p>
  
- <p>Emacs regexps support a superset of Perl's regexp constructs. </p>
- 
  <p>If you're new to regexps, or you are constructing a particularly complicated
    regexp, you can use the regexp builder (<tt>M-x re-builder</tt>). This
    command pops up a separate window in which you can test out your regexp, and
--- 506,511 ----
***************
*** 599,605 ****
  <p>Here are some more assorted tools:</p>
  
  <table>
!   <tr><td><tt>M-x calc</tt></td><td>An RPN calculator.</td></tr>
    <tr><td><tt>M-x calendar</tt></td><td>A calendar.</td></tr>
    <tr><td><tt>M-x phases-of-moon</tt></td><td>Shows upcoming quarters of the
        moon.</td></tr>
--- 597,603 ----
  <p>Here are some more assorted tools:</p>
  
  <table>
!   <tr><td><tt>M-x calculator</tt></td><td>A calculator.</td></tr>
    <tr><td><tt>M-x calendar</tt></td><td>A calendar.</td></tr>
    <tr><td><tt>M-x phases-of-moon</tt></td><td>Shows upcoming quarters of the
        moon.</td></tr>
***************
*** 712,717 ****
--- 710,716 ----
    <tr><td><tt>C-x )</tt></td><td>Stop recording macro</td></tr>
    <tr><td><tt>C-x e</tt></td><td>Play back macro once</td></tr>
    <tr><td><tt>C-x e e e</tt>...</td><td>Play back macro multiple times</td></tr>
+   <tr><td><tt>M-0 C-x e</tt></td><td>Play back macro over and over until it fails</td></tr>
  </table>
  
  <p>For example, this sequence of keys does the exact same transformation that
***************
*** 785,791 ****
  <table>
    <tr><td><tt>C-/</tt></td><td>Undo</td></tr>
    <tr><td><tt>C-u C-/</tt></td><td>Undo within current region</td></tr>
!   <tr><td><tt>M-x shell</tt></td><td>New shell buffer</td></tr>
    <tr><td><tt>C-u M-x shell</tt></td><td>New shell buffer with specified
        name</td></tr>
  </table>
--- 784,790 ----
  <table>
    <tr><td><tt>C-/</tt></td><td>Undo</td></tr>
    <tr><td><tt>C-u C-/</tt></td><td>Undo within current region</td></tr>
!   <tr><td><tt>M-x shell</tt></td><td>Switch to shell buffer</td></tr>
    <tr><td><tt>C-u M-x shell</tt></td><td>New shell buffer with specified
        name</td></tr>
  </table>
***************
*** 828,841 ****
    use a separate command which will create a buffer and initialize it for you:</p>
  
  <table>
!   <tr><td><tt>M-x shell</tt></td><td>Create a new shell buffer</td></tr>
    <tr><td><tt>M-x dired</tt></td><td>Create a new Dired buffer</td></tr>
  </table>
  
! <p>Emacs ships with a major mode for pretty much every widely used programming
!   language (and then some). These major modes provide language-specific
!   indentation rules and syntax highlighting, and other language-specific
!   commands. For starters:</p>
  
  <table class="greytop">
    <thead>
--- 827,841 ----
    use a separate command which will create a buffer and initialize it for you:</p>
  
  <table>
!   <tr><td><tt>M-x shell</tt></td><td>Create a new shell buffer (or switch to an
!       existing one)</td></tr>
    <tr><td><tt>M-x dired</tt></td><td>Create a new Dired buffer</td></tr>
  </table>
  
! <p>Emacs ships with major modes for many widely used programming languages,
!   markup languages, and configuration file formats. These major modes provide
!   language-specific indentation rules and syntax highlighting, and other
!   language-specific commands. Some examples:</p>
  
  <table class="greytop">
    <thead>
***************
*** 846,851 ****
--- 846,855 ----
    <tr><td>HTML</td><td>Insert and close tags; preview in browser</td></tr>
  </table>
  
+ <p>In almost all cases, major modes for unsupported formats are available as
+   extension packages. You can find many of them
+   on <a href="http://www.emacswiki.org/">EmacsWiki</a>.</p>
+ 
  <p>See <tt>(info "(emacs)Major Modes")</tt> for more information.</p>
  
  <h3>Minor modes</h3>

  reply	other threads:[~2007-05-03 20:34 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-03 18:03 guided tour suggestions Karl Berry
2007-05-03 20:34 ` Phil Sung [this message]
2007-06-02 20:52   ` Chong Yidong
2007-06-02 21:04     ` David Kastrup
2007-06-02 22:08     ` Drew Adams
2007-06-03  8:23       ` Mathias Dahl
2007-06-03 15:32       ` David House
2007-06-11 20:01     ` Phil Sung
2007-06-11 20:19       ` Drew Adams
2007-06-27  1:16         ` Phil Sung
2007-06-27  4:28           ` Drew Adams
2007-06-27  5:45           ` David Kastrup
2007-06-27  6:04             ` Nick Roberts
2007-06-27  7:37               ` David Kastrup
2007-06-28  7:02             ` Phil Sung
2007-06-28  7:20               ` David Kastrup
2007-06-28  9:54                 ` David House
2007-06-28 10:25                   ` David Kastrup
2007-08-09  7:15                 ` Phil Sung
2007-08-09  7:36                   ` David Kastrup
2007-08-13  8:09                     ` Phil Sung
2007-06-28  8:20               ` Nick Roberts
2007-06-28  8:36                 ` David Kastrup
2007-06-29 16:41               ` Juri Linkov
2007-06-30  1:16               ` Nick Roberts
2007-06-30 10:03                 ` David House
2007-07-22 10:59                   ` Dieter Wilhelm
2007-05-03 22:30 ` David Koppelman
2007-05-03 22:41   ` Daniel Brockman
2007-05-04  5:09 ` Dieter Wilhelm
2007-05-04  7:32   ` Eli Zaretskii
2007-05-05 14:39 ` Randal L. Schwartz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mz0lfxy5.fsf@phil.mit.edu \
    --to=psung@mit.edu \
    --cc=daniel@brockman.se \
    --cc=emacs-devel@gnu.org \
    --cc=karl@freefriends.org \
    --cc=webmasters@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.