/usr/share/doc/medit-1/help/ch01s03.html is in medit 1.0.3-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 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>File tab</title>
<link rel="stylesheet" href="medit.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="medit manual">
<link rel="up" href="ch01.html" title="Chapter 1. Preferences">
<link rel="prev" href="ch01s02.html" title="General tab">
<link rel="next" href="ch01s04.html" title="Languages tab">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">
<span class="guilabel">File</span> tab</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch01s02.html">Prev</a> </td>
<th width="60%" align="center">Chapter 1. Preferences</th>
<td width="20%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1" title="File tab">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="section-prefs-file"></a><span class="guilabel">File</span> tab</h2></div></div></div>
<div class="variablelist"><dl>
<dt><span class="term"><em class="parameter"><code>Encodings to autodetect</code></em></span></dt>
<dd><p>This entry contains comma-separated list of encodings used when
loading files if encoding is not specified in the <span class="guilabel">Open</span>.
<span class="application">medit</span> tries every encoding from the list one by one and stops when file
content is valid text in this encoding. <code class="code">LOCALE</code> denotes encoding
from current locale.
</p></dd>
<dt><span class="term"><em class="parameter"><code>Encoding for new files</code></em></span></dt>
<dd><p>This is default encoding to save new files. For every document
its encoding on disk can be changed using Encoding submenu of Document menu.
</p></dd>
<dt><span class="term"><em class="parameter"><code>Remove trailing spaces</code></em></span></dt>
<dd><p>If checked, trailing whitespace characters are removed from each
line of the document on save.
</p></dd>
<dt><span class="term"><em class="parameter"><code>Ensure trailing newline</code></em></span></dt>
<dd><p>If checked, new line character will be added to document on save
if it doesn't end with one.
</p></dd>
<dt><span class="term"><em class="parameter"><code>Make backups</code></em></span></dt>
<dd><p>If checked, old file contents will be moved to backup file on
save.</p></dd>
<dt><span class="term"><em class="parameter"><code>Enable session support</code></em></span></dt>
<dd><p>If checked, <span class="application">medit</span> will remember open documents on exit and restore
them next time it's launched.</p></dd>
<dt><span class="term"><em class="parameter"><code>Open and Save As dialogs show current document folder</code></em></span></dt>
<dd><p>If checked, Open and Save As dialogs will show folder of the current document.
Otherwise they will show last used folder.</p></dd>
</dl></div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch01s02.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
<span class="guilabel">General</span> tab </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> <span class="guilabel">Languages</span> tab</td>
</tr>
</table>
</div>
</body>
</html>
|