This file is indexed.

/usr/share/doc/vm/html/Faces.html is in vm 8.2.0b-2.

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
 96
 97
 98
 99
100
101
102
103
104
105
106
107
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.0, http://www.gnu.org/software/texinfo/ -->
<head>
<title>VM User&rsquo;s Manual: Faces</title>

<meta name="description" content="VM User&rsquo;s Manual: Faces">
<meta name="keywords" content="VM User&rsquo;s Manual: Faces">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
<link href="License.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html#Top" rel="up" title="Top">
<link href="Using-the-Mouse.html#Using-the-Mouse" rel="next" title="Using the Mouse">
<link href="Menus.html#Menus" rel="prev" title="Menus">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space: nowrap}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: serif; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<a name="Faces"></a>
<div class="header">
<p>
Next: <a href="Using-the-Mouse.html#Using-the-Mouse" accesskey="n" rel="next">Using the Mouse</a>, Previous: <a href="Menus.html#Menus" accesskey="p" rel="prev">Menus</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="License.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Faces-1"></a>
<h2 class="chapter">18 Faces</h2>
<p>VM uses Emacs faces to emphasize text in the folder and summary
buffers.  In addition to using the predefined faces of Emacs, VM also
defines several faces of its own.  You can do <code>M-x list-faces</code>
inside Emacs to see what faces have been defined.  You can also define
your own faces using Emacs primitives for doing so.
See <a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/Faces.html#Faces">Faces</a> in <cite>the GNU Emacs Manual</cite>.
</p>
<a name="index-vm_002dhighlighted_002dheader_002dregexp-1"></a>
<a name="index-vm_002dhighlighted_002dheader_002dface-1"></a>
<p>In the folder or presentation buffer, the header contents of headers
matched by the <code>vm-highlighted-header-regexp</code> variable are
displayed using the face named by <code>vm-highlighted-header-face</code>.
This variable is ignored under XEmacs if
<code>vm-use-lucid-highlighting</code> is non-<code>nil</code>.  The XEmacs
<code>highlight-headers</code> package is used instead.  See the
documentation for the function <code>highlight-headers</code> to find out
how to customize header highlighting using this package.
</p>
<a name="index-URL"></a>
<a name="index-vm_002dhighlight_002durl_002dface"></a>
<a name="index-vm_002durl_002dsearch_002dlimit"></a>
<p>URL&rsquo;s that occur in message bodies are displayed using the face
named by <code>vm-highlight-url-face</code>.  Typing Return on such URL&rsquo;s or
clicking button-2 has the effect of sending the <acronym>URL</acronym> to an external web
browser.  See <a href="Using-the-Mouse.html#Using-the-Mouse">Using the Mouse</a>.  Searching for <acronym>URL</acronym>s in a
large message can take a long time.  Since <acronym>URL</acronym>s often occur near
the beginning and near the end of messages, VM offers a way to
search just those parts of a message for <acronym>URL</acronym>s.  The variable
<code>vm-url-search-limit</code> specifies how much of a message to search.
If <code>vm-url-search-limit</code> has a positive numeric value <var>N</var>, VM
will search the first <em><var>N</var> / 2</em> characters and the last
<em><var>N</var> / 2</em> characters in the message for <acronym>URL</acronym>s.
</p>
<a name="index-vm_002dmime_002dbutton_002dface-1"></a>
<p>The face named by <code>vm-mime-button-face</code> is used to display the
textual buttons that trigger the display of <acronym>MIME</acronym> objects.
</p>
<p>See <a href="Summaries.html#Summary-Faces">Summary Faces</a>, for the faces support in the Summary buffer.
</p>
<hr>
<div class="header">
<p>
Next: <a href="Using-the-Mouse.html#Using-the-Mouse" accesskey="n" rel="next">Using the Mouse</a>, Previous: <a href="Menus.html#Menus" accesskey="p" rel="prev">Menus</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="License.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>