This file is indexed.

/usr/share/doc/ne/html/Loading-and-Saving.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html lang="en">
<head>
<title>Loading and Saving - 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="up" href="Basics.html#Basics" title="Basics">
<link rel="prev" href="Starting.html#Starting" title="Starting">
<link rel="next" href="Editing.html#Editing" title="Editing">
<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="Loading-and-Saving"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Editing.html#Editing">Editing</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Starting.html#Starting">Starting</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Basics.html#Basics">Basics</a>
<hr>
</div>

<h3 class="section">2.3 Loading and Saving</h3>

<p><a name="index-Loading-a-file-18"></a><a name="index-Quitting-19"></a><a name="index-Exiting-20"></a><a name="index-Closing-a-document-21"></a><a name="index-Opening-a-file-22"></a><a name="index-Saving-a-file-23"></a><a name="index-Writing-a-file-24"></a><a name="index-File-requester-25"></a>
The first thing to learn about an editor is how to exit. <code>ne</code> has a
<code>CloseDoc</code> command that can be activated by pressing <kbd>&lt;Control&gt;-Q</kbd>,
by choosing the &lsquo;<samp><span class="samp">Close</span></samp>&rsquo; item of the &lsquo;<samp><span class="samp">Document</span></samp>&rsquo; menu, or by activating
the command line with <kbd>&lt;Control&gt;-K</kbd>, writing &lsquo;<samp><span class="samp">cd</span></samp>&rsquo; and pressing
&lt;Return&gt;. Its effect is to close the current document without saving any
modifications.  (You will be requested to confirm your choice in case the
current document has been modified since the last save.)

   <p>There is also a <code>Quit</code> command, which closes all the documents
without saving any modifications, and a <code>Save&amp;Exit</code> (<kbd>&lt;Meta&gt;-X</kbd>) command, which saves
the modified documents before quitting.

   <p>This choice of shortcuts could surprise you. Wouldn't &lsquo;<samp><span class="samp">Quit</span></samp>&rsquo; be a
much better candidate for <kbd>&lt;Control&gt;-Q</kbd>? Well, experience shows that
the most common operation is closing a document rather than quitting the
editor. If there is just one document, the two operations coincide (this is
typical, for instance, when you use <code>ne</code> for writing electronic mail), and
if there are many documents, it is far more common to close a single document
than all the existing documents.

   <p>If you want to load a file, you may use the <code>Open</code> command, which can
be activated by pressing <kbd>&lt;Control&gt;-O</kbd>, by choosing the &lsquo;<samp><span class="samp">Open...</span></samp>&rsquo;
item of the &lsquo;<samp><span class="samp">File</span></samp>&rsquo; menu, or by typing it on the command line (as in the
previous case). You will be prompted with a list of files and directories in
the current working directory. (You can tell the directory names because they
end with a slash; they will also appear in a bold face if your terminal
allows it.) You can select any of the file names by using the
cursor keys, or any other movement key. Pressing an alphabetic key will
move the cursor to the first entry after the cursor that starts with the
given letter. When the cursor is positioned over the file you want to
open, press &lt;Return&gt;, and the file will be opened. If instead
you move to a directory name, pressing &lt;Return&gt; will display the
contents of that directory.

   <p>You can also escape with &lt;f1&gt;, &lt;Escape&gt; or
&lt;Escape&gt;-&lt;Escape&gt;  and manually type the file name on the command
line (or escape again, and abort the <code>Open</code> operation). If you escape
with &lt;Tab&gt; instead, the file or directory under the cursor will be
copied in the input line, where you can modify it manually. <code>ne</code> has
also file name completion features activated by &lt;Tab&gt; (see <a href="The-Input-Line.html#The-Input-Line">The Input Line</a>).

   <p>When you want to save a file, just use the command <code>Save</code>
(<kbd>&lt;Control&gt;-S</kbd>). It will use the current document name or will
ask you for one if the current document has no name. <code>SaveAs</code>, on the
other hand, will always ask for a new name before saving the file.

   <p>If <code>ne</code> is interrupted by an external signal (for instance, if your
terminal crashes), it will try to save your work in some emergency files. 
These files will have names similar to your current files, but they will
have a pound sign &lsquo;<samp><span class="samp">#</span></samp>&rsquo; prefixed to their names. 
See <a href="Emergency-Save.html#Emergency-Save">Emergency Save</a>.

   </body></html>