mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 09:15:45 +01:00
Major documentation updates and formatting fixes, and many, many other changes thanks to an MQ glitch, including:
* Significant completion speed improvements * Significantly improve startup speed, in large part by lazily instantiating Options and Commands, lazily installing highlight stylesheets, etc. * Update logos and icons, fix atrocious about page * Fix Teledactyl * JavaScript completion now avoids accessing property values * Add Option#persist to define which options are saved with :mkp * Add new Dactyl component which holds add-on-specific configuration information and removes need for separate components for each dactyl host * Several fixes for latest nightlies * Significant code cleanup and many bug fixes --HG-- rename : muttator/AUTHORS => teledactyl/AUTHORS rename : muttator/Donors => teledactyl/Donors rename : muttator/Makefile => teledactyl/Makefile rename : muttator/NEWS => teledactyl/NEWS rename : muttator/TODO => teledactyl/TODO rename : muttator/chrome.manifest => teledactyl/chrome.manifest rename : muttator/components/commandline-handler.js => teledactyl/components/commandline-handler.js rename : muttator/components/protocols.js => teledactyl/components/protocols.js rename : muttator/content/addressbook.js => teledactyl/content/addressbook.js rename : muttator/content/compose/compose.js => teledactyl/content/compose/compose.js rename : muttator/content/compose/compose.xul => teledactyl/content/compose/compose.xul rename : muttator/content/compose/dactyl.dtd => teledactyl/content/compose/dactyl.dtd rename : muttator/content/compose/dactyl.xul => teledactyl/content/compose/dactyl.xul rename : muttator/content/config.js => teledactyl/content/config.js rename : muttator/content/dactyl.dtd => teledactyl/content/dactyl.dtd rename : muttator/content/logo.png => teledactyl/content/logo.png rename : muttator/content/mail.js => teledactyl/content/mail.js rename : muttator/content/muttator.xul => teledactyl/content/pentadactyl.xul rename : muttator/contrib/vim/Makefile => teledactyl/contrib/vim/Makefile rename : muttator/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/muttator.vim rename : muttator/contrib/vim/mkvimball.txt => teledactyl/contrib/vim/mkvimball.txt rename : muttator/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/muttator.vim rename : muttator/install.rdf => teledactyl/install.rdf rename : muttator/locale/en-US/Makefile => teledactyl/locale/en-US/Makefile rename : muttator/locale/en-US/all.xml => teledactyl/locale/en-US/all.xml rename : muttator/locale/en-US/autocommands.xml => teledactyl/locale/en-US/autocommands.xml rename : muttator/locale/en-US/gui.xml => teledactyl/locale/en-US/gui.xml rename : muttator/locale/en-US/intro.xml => teledactyl/locale/en-US/intro.xml rename : muttator/skin/icon.png => teledactyl/skin/icon.png
This commit is contained in:
@@ -6,25 +6,25 @@
|
||||
<document
|
||||
name="message"
|
||||
title="&dactyl.appname; Messages"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:dactyl="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
<h1 tag="messages">Error and informational messages</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<tags>message-history</tags>
|
||||
|
||||
<p>
|
||||
&dactyl.appname; stores all info and error messages in a message
|
||||
history. The type of info messages output can be controlled by
|
||||
the <o>verbose</o> option. The number of stored messages can be set
|
||||
with the <o>messages</o> option.
|
||||
the <o>verbose</o> option. The maximum number of stored messages
|
||||
can be limited with the <o>messages</o> option.
|
||||
</p>
|
||||
|
||||
<item>
|
||||
<tags>:mes :messages</tags>
|
||||
<spec>:mes<oa>sages</oa></spec>
|
||||
<description>
|
||||
<p>Display previously given messages.</p>
|
||||
<description short="true">
|
||||
<p>Display previously shown messages.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<item>
|
||||
<tags>:messc :messclear</tags>
|
||||
<spec>:messc<oa>lear</oa></spec>
|
||||
<description>
|
||||
<description short="true">
|
||||
<p>Clear the message history.</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[g<]]></tags>
|
||||
<strut/>
|
||||
<spec>g<</spec>
|
||||
<description>
|
||||
<p>
|
||||
@@ -49,34 +50,37 @@
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<!-- FIXME: Everything the follows is horrendous. -->
|
||||
|
||||
<tags>pager more-prompt</tags>
|
||||
|
||||
<code>
|
||||
<code dactyl:highlight="MoreMsg">
|
||||
-- More --
|
||||
-- More -- SPACE/d/j: screen/page/line down, b/u/k: up, q: quit
|
||||
</code>
|
||||
|
||||
<p>
|
||||
This message is given when the message window is filled with messages. It is
|
||||
only given when the <o>more</o> option is on. It is highlighted with the <em>MoreMsg</em>
|
||||
group.
|
||||
This message is displayed when the message window is filled with
|
||||
messages and the <o>more</o> option is set. It is styled with
|
||||
the <em>MoreMsg</em> <ex>:highlight</ex> group. When the more
|
||||
message is shown, the following key mappings are available:
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<dt><k name="CR"/> or j or <k name="Down"/> </dt><dd>one more line</dd>
|
||||
<dt>d </dt><dd>down a page (half a screen)</dd>
|
||||
<dt><k name="CR"/> or j or <k name="Down"/></dt> <dd>one more line</dd>
|
||||
<dt>d</dt> <dd>down a page (half a screen)</dd>
|
||||
<dt><k name="Space"/> or <k name="PageDown"/></dt><dd>down a screen</dd>
|
||||
<dt>G </dt><dd>down all the way, until the hit-enter prompt</dd>
|
||||
<dt>G</dt> <dd>down all the way, until the hit-enter prompt</dd>
|
||||
<dt/><dd/>
|
||||
<dt><k name="BS"/> or k or <k name="Up"/> </dt><dd>one line back</dd>
|
||||
<dt>u </dt><dd>up a page (half a screen)</dd>
|
||||
<dt>b or <k name="PageUp"/> </dt><dd>back a screen</dd>
|
||||
<dt>g </dt><dd>back to the start</dd>
|
||||
<dt><k name="BS"/> or k or <k name="Up"/></dt> <dd>one line back</dd>
|
||||
<dt>u</dt> <dd>up a page (half a screen)</dd>
|
||||
<dt>b or <k name="PageUp"/></dt> <dd>back a screen</dd>
|
||||
<dt>g</dt> <dd>back to the start</dd>
|
||||
<dt/><dd/>
|
||||
<dt>q, <k name="Esc"/> or CTRL-C </dt><dd>stop the listing</dd>
|
||||
<dt>: </dt><dd>stop the listing and enter a command-line</dd>
|
||||
<dt>; </dt><dd>start an <t>extended-hints</t> command</dd>
|
||||
<dt><k name="C-Y"/> </dt><dd>yank (copy) a modeless selection to the clipboard</dd>
|
||||
<dt>q, <k name="Esc"/> or CTRL-C</dt> <dd>stop the listing</dd>
|
||||
<dt>:</dt> <dd>stop the listing and enter a command-line</dd>
|
||||
<dt>;</dt> <dd>start an <t>extended-hints</t> command</dd>
|
||||
<dt><k name="C-Y"/></dt> <dd>yank (copy) a modeless selection to the clipboard</dd>
|
||||
</dl>
|
||||
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user