www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/nav-bar/test9 emacs-basic.html


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 emacs-basic.html
Date: Tue, 15 Apr 2014 15:47:25 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/15 15:47:25

Added files:
        server/staging/nav-bar/test9: emacs-basic.html 

Log message:
        Add new test file.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/emacs-basic.html?cvsroot=www&rev=1.1

Patches:
Index: emacs-basic.html
===================================================================
RCS file: emacs-basic.html
diff -N emacs-basic.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ emacs-basic.html    15 Apr 2014 15:47:25 -0000      1.1
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd";>
+
+<html lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8">
+<link rev="made" href="mailto:address@hidden";>
+<link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png">
+<meta name="ICBM" content="42.256233,-71.006581">
+<meta name="DC.title" content="gnu.org">
+
+<title>Basic - GNU Emacs Manual</title>
+<style type="text/css">
address@hidden url('style.css');
+</style>
+<!--
+This is the `GNU Emacs Manual',
+updated for Emacs version 24.3.
+
+Copyright (C) 1985--1987, 1993--2013 Free Software Foundation, Inc.
+
+     Permission is granted to copy, distribute and/or modify this
+     document under the terms of the GNU Free Documentation License,
+     Version 1.3 or any later version published by the Free Software
+     Foundation; with the Invariant Sections being ``The GNU
+     Manifesto,'' ``Distribution'' and ``GNU GENERAL PUBLIC LICENSE,''
+     with the Front-Cover texts being ``A GNU Manual,'' and with the
+     Back-Cover Texts as in (a) below.  A copy of the license is
+     included in the section entitled ``GNU Free Documentation
+     License.''
+
+     (a) The FSF's Back-Cover Text is: ``You have the freedom to copy
+     and modify this GNU manual.  Buying copies from the FSF supports
+     it in developing GNU and promoting software freedom.''
+   -->
+</head>
+<body>
+<div class="node" style="background-color:#DDDDFF">
+<a name="Basic"></a>
+<p>
+Next:&nbsp;<a rel="next" accesskey="n" 
href="Minibuffer.html#Minibuffer">Minibuffer</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" 
href="Exiting.html#Exiting">Exiting</a>,
+Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
+
+</div>
+
+<h2 class="chapter">7 Basic Editing Commands</h2>
+
+<p><a name="index-C_002dh-t-61"></a><a 
name="index-help_002dwith_002dtutorial-62"></a>  Here we explain the basics of 
how to enter text, make corrections,
+and save the text in a file.  If this material is new to you, we
+suggest you first run the Emacs learn-by-doing tutorial, by typing
+<kbd>C-h t</kbd> (<code>help-with-tutorial</code>).
+
+<ul class="menu">
+<li><a accesskey="1" href="Inserting-Text.html#Inserting-Text">Inserting 
Text</a>:       Inserting text by simply typing it. 
+<li><a accesskey="2" href="Moving-Point.html#Moving-Point">Moving Point</a>:   
      Moving the cursor to the place where you want to
+                          change something. 
+<li><a accesskey="3" href="Erasing.html#Erasing">Erasing</a>:              
Deleting and killing text. 
+<li><a accesskey="4" href="Basic-Undo.html#Basic-Undo">Basic Undo</a>:         
  Undoing recent changes in the text. 
+<li><a accesskey="5" href="Basic-Files.html#Basic-Files">Files</a>:    
Visiting, creating, and saving files. 
+<li><a accesskey="6" href="Basic-Help.html#Basic-Help">Help</a>:      Asking 
what a character does. 
+<li><a accesskey="7" href="Blank-Lines.html#Blank-Lines">Blank Lines</a>:      
    Making and deleting blank lines. 
+<li><a accesskey="8" 
href="Continuation-Lines.html#Continuation-Lines">Continuation Lines</a>:   How 
Emacs displays lines too wide for the screen. 
+<li><a accesskey="9" href="Position-Info.html#Position-Info">Position 
Info</a>:        What line, row, or column is point on? 
+<li><a href="Arguments.html#Arguments">Arguments</a>:            Numeric 
arguments for repeating a command N times. 
+<li><a href="Repeating.html#Repeating">Repeating</a>:            Repeating the 
previous command quickly. 
+</ul>
+
+   </body></html>
+
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]