This file is indexed.

/usr/share/doc/ne/html/Basics.html is in ne-doc 2.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html lang="en">
<head>
<title>Basics - ne's manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="ne's manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="Introduction.html#Introduction" title="Introduction">
<link rel="next" href="Reference.html#Reference" title="Reference">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Basics"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Reference.html#Reference">Reference</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Introduction.html#Introduction">Introduction</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr>
</div>

<h2 class="chapter">2 Basics</h2>

<p class="noindent"><i>Simple things should be simple. Complex things should be
possible.</i> (Alan Kay)

   <p><code>ne</code>'s user interface is essentially a compromise between the limits of
character driven terminals and the power of GUIs. While <em>real</em> editing is
done without ever touching a mouse, it is also true that editing should be
doable without ever touching a manual. These two conflicting goals can be
accommodated easily in a single program if we can offer a series of interfaces
that allow for differentiated use.

   <p>In other words, it is unlikely that an <code>ne</code> wizard will ever have to
activate a menu, but to become an expert user you just have to use
the menus enough to learn by heart the most important keystrokes. A good
manual is always invaluable when one comes to configuration and esoteric
features, but few users will ever need to change <code>ne</code>'s menus or
key bindings.

   <p>Another important thing is that powerful features should always be
accessible, at least in part, to every user. The average user should be
able to record his actions, replay them, and save them in a humanly
readable format for further use and editing.

   <p>In the following sections we shall take a quick tour of <code>ne</code>'s features.

<ul class="menu">
<li><a accesskey="1" href="Terminology.html#Terminology">Terminology</a>
<li><a accesskey="2" href="Starting.html#Starting">Starting</a>
<li><a accesskey="3" href="Loading-and-Saving.html#Loading-and-Saving">Loading and Saving</a>
<li><a accesskey="4" href="Editing.html#Editing">Editing</a>
<li><a accesskey="5" href="Basic-Preferences.html#Basic-Preferences">Basic Preferences</a>
<li><a accesskey="6" href="Basic-Macros.html#Basic-Macros">Basic Macros</a>
<li><a accesskey="7" href="More-Advanced-Features.html#More-Advanced-Features">More Advanced Features</a>
</ul>

   </body></html>