2014-03-27 18:54:56 +00:00

28 lines
4.0 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>mode</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../M.html" title="M"/><link rel="previous" href="mod.html" title="mod"/><link rel="next" href="mode-bit.html" title="mode bit"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">mode</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="mod.html">Prev</a> </td><th width="60%" align="center">M</th><td width="20%" align="right"> <a accesskey="n" href="mode-bit.html">Next</a></td></tr></table><hr/></div><dt><a id="mode"/><dt xmlns="" id="mode"><b>mode</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [common] A general state, usually used with an adjective describing
the state. Use of the word &#8216;mode&#8217; rather than
&#8216;state&#8217; implies that the state is extended over time, and
probably also that some activity characteristic of that state is being
carried out. &#8220;<span class="quote">No time to hack; I'm in thesis mode.</span>&#8221; In its
jargon sense, &#8216;mode&#8217; is most often attributed to people, though
it is sometimes applied to programs and inanimate objects. In particular,
see <a href="../H/hack-mode.html"><i class="glossterm">hack mode</i></a>, <a href="../D/day-mode.html"><i class="glossterm">day mode</i></a>,
<a href="../N/night-mode.html"><i class="glossterm">night mode</i></a>, <a href="../D/demo-mode.html"><i class="glossterm">demo mode</i></a>,
<a href="../F/fireworks-mode.html"><i class="glossterm">fireworks mode</i></a>, and
<a href="../Y/yoyo-mode.html"><i class="glossterm">yoyo mode</i></a>; also <a href="../T/talk-mode.html"><i class="glossterm">talk mode</i></a>.</p><p>One also often hears the verbs <span class="firstterm">enable</span> and <span class="firstterm">disable</span> used in connection with jargon modes.
Thus, for example, a sillier way of saying &#8220;<span class="quote">I'm going to
crash</span>&#8221; is &#8220;<span class="quote">I'm going to enable crash mode now</span>&#8221;. One
might also hear a request to &#8220;<span class="quote">disable flame mode,
please</span>&#8221;.</p><p>In a usage much closer to techspeak, a mode is a special state that
certain user interfaces must pass into in order to perform certain
functions. For example, in order to insert characters into a document in
the Unix editor <b class="command">vi</b>, one must type the
&#8220;<span class="quote">i</span>&#8221; key, which invokes the &#8220;<span class="quote">Insert</span>&#8221; command. The
effect of this command is to put vi into &#8220;<span class="quote">insert mode</span>&#8221;, in
which typing the &#8220;<span class="quote">i</span>&#8221; key has a quite different effect (to wit,
it inserts an &#8220;<span class="quote">i</span>&#8221; into the document). One must then hit
another special key, &#8220;<span class="quote">ESC</span>&#8221;, in order to leave &#8220;<span class="quote">insert
mode</span>&#8221;. Nowadays, modeful interfaces are generally considered
<a href="../L/losing.html"><i class="glossterm">losing</i></a> but survive in quite a few widely used tools
built in less enlightened times.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="mod.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../M.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="mode-bit.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">mod </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> mode bit</td></tr></table></div></body></html>