This file is indexed.

/usr/share/doc/ne/html/Preferences-Commands.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
91
92
93
94
95
<html lang="en">
<head>
<title>Preferences Commands - 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="Commands.html#Commands" title="Commands">
<link rel="prev" href="Formatting-Commands.html#Formatting-Commands" title="Formatting Commands">
<link rel="next" href="Navigation-Commands.html#Navigation-Commands" title="Navigation Commands">
<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="Preferences-Commands"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Navigation-Commands.html#Navigation-Commands">Navigation Commands</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Formatting-Commands.html#Formatting-Commands">Formatting Commands</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Commands.html#Commands">Commands</a>
<hr>
</div>

<h3 class="section">4.9 Preferences Commands</h3>

<p>These commands allow you to set your preferences, that is, the value of
a series of flags that modify the behaviour of <code>ne</code>. (Some of the
flag commands, like the command for the indent flag, appear in other
sections.) The status of the flags can be saved and restored later
either by writing them out to a file (saved as a macro that suitably
sets the flags) or by pushing them onto a &ldquo;preferences stack&rdquo;. The
back search and the read only flags are not saved, because they do not
represent a preference, but rather a temporary state. The escape time
and the turbo parameter are global to <code>ne</code>, and are not
saved. However, you can add manually to a preferences file any
preferences command (such as <code>EscapeTime</code> or <code>Turbo</code>);
usually, this will be done to the default preferences file
<samp><span class="file">~/.ne/.default#ap</span></samp>.

   <p>Note that there is an automatic preferences system, which automagically loads a
preferences file related to the extension of the file name. Automatic
preferences files are kept in your <samp><span class="file">~/.ne</span></samp> directory. They
are named as an extension postfixed with &lsquo;<samp><span class="samp">#ap</span></samp>&rsquo;. Each time you open
a file whose name has an extension for which there is an automatic
preferences file, the latter is executed. If you want to inhibit this
process, you can clear the automatic preferences flag. See <a href="AutoPrefs.html#AutoPrefs">AutoPrefs</a>.

<ul class="menu">
<li><a accesskey="1" href="Flags.html#Flags">Flags</a>
<li><a accesskey="2" href="AutoPrefs.html#AutoPrefs">AutoPrefs</a>
<li><a accesskey="3" href="Binary.html#Binary">Binary</a>
<li><a accesskey="4" href="Insert.html#Insert">Insert</a>
<li><a accesskey="5" href="FastGUI.html#FastGUI">FastGUI</a>
<li><a accesskey="6" href="FreeForm.html#FreeForm">FreeForm</a>
<li><a accesskey="7" href="NoFileReq.html#NoFileReq">NoFileReq</a>
<li><a accesskey="8" href="RequestOrder.html#RequestOrder">RequestOrder</a>
<li><a accesskey="9" href="StatusBar.html#StatusBar">StatusBar</a>
<li><a href="HexCode.html#HexCode">HexCode</a>
<li><a href="ReadOnly.html#ReadOnly">ReadOnly</a>
<li><a href="EscapeTime.html#EscapeTime">EscapeTime</a>
<li><a href="TabSize.html#TabSize">TabSize</a>
<li><a href="Tabs.html#Tabs">Tabs</a>
<li><a href="DelTabs.html#DelTabs">DelTabs</a>
<li><a href="ShiftTabs.html#ShiftTabs">ShiftTabs</a>
<li><a href="Turbo.html#Turbo">Turbo</a>
<li><a href="VerboseMacros.html#VerboseMacros">VerboseMacros</a>
<li><a href="PreserveCR.html#PreserveCR">PreserveCR</a>
<li><a href="CRLF.html#CRLF">CRLF</a>
<li><a href="VisualBell.html#VisualBell">VisualBell</a>
<li><a href="PushPrefs.html#PushPrefs">PushPrefs</a>
<li><a href="PopPrefs.html#PopPrefs">PopPrefs</a>
<li><a href="LoadPrefs.html#LoadPrefs">LoadPrefs</a>
<li><a href="SavePrefs.html#SavePrefs">SavePrefs</a>
<li><a href="LoadAutoPrefs.html#LoadAutoPrefs">LoadAutoPrefs</a>
<li><a href="SaveAutoPrefs.html#SaveAutoPrefs">SaveAutoPrefs</a>
<li><a href="SaveDefPrefs.html#SaveDefPrefs">SaveDefPrefs</a>
<li><a href="Modified.html#Modified">Modified</a>
<li><a href="Syntax.html#Syntax">Syntax</a>
<li><a href="UTF8.html#UTF8">UTF8</a>
<li><a href="UTF8Auto.html#UTF8Auto">UTF8Auto</a>
<li><a href="UTF8IO.html#UTF8IO">UTF8IO</a>
</ul>

   </body></html>