[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
NOTE: Starting with Emacs/W3 4.0, form entry areas in a page can be typed directly into. This is one of the main differences in navigation from version 2.0. If you are used to using the f and b keys to navigate around a buffer, I suggest training yourself to always use tab and M-tab -- it will save time and frustration on pages with lots of form fields.
By default, hypertext links are surrounded by '[[' and ']]' on non-graphic terminals (VT100, DOS window, etc.). On a graphics terminal, the links are in shown in different colors. For information on how to change this, See section 4. Stylesheets.
There are approximately 50 keys bound to special Emacs/W3 functions. The basic rule of thumb regarding keybindings in Emacs/W3 is that a lowercase key takes an action on the current document, and an uppercase key takes an action on the document pointed to by the hypertext link under the cursor.
There are several areas that the keybindings fall into: movement, information, action, and miscellaneous.
2.1 Movement | Moving around in the buffer. | |
2.2 Information | Getting information about a document. | |
2.3 Action | Following links, printing, etc. | |
2.4 Miscellaneous | Everything else. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
All the standard Emacs bindings for movement are still in effect, with a few additions for convenience.
w3-scroll-up
).
scroll-down
).
w3-start-of-document
).
w3-end-of-document
).
w3-widget-backward
). Signals an error if no previous links are
found.
w3-widget-forward
). Signals an error if no more links are
found.
w3-history-backward
). Has no effect if at the beginning of the
session history.
w3-history-forward
). Has no effect if at the end of the session
history.
w3-goto-last-buffer
).
w3-quit
).
w3-leave-buffer
).
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These functions relate information about one or more links on the current document.
url-view-url
).
w3-view-this-url
).
w3-document-information
). This includes the URL, the last
modified date, MIME headers, the HTTP response code, and any
relationships to other documents. Any security information is also
displayed.
w3-popup-info
).
w3-source-document
). The buffer's name is based on the
document's URL.
w3-source-document-at-point
). The buffer's name
is based on the document's URL.
w3-save-url
).
w3-save-this-url
).
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
First, here are the keys and functions that bring up a new hypertext page, usually creating a new buffer.
w3-complete-link
). A completing-read is done on all the links,
so space and TAB can be used for completion.
w3-follow-link
).
Pressing return when over a form input field can cause auto-submission of the form. This is for Mosaic and Netscape compatibility. If there is only one item in the form other than submit or reset buttons, then the form will be submitted.
w3-follow-mouse
). Clicking on a form input field will prompt in
the minibuffer for the data to insert into the input field. Type
checking is done, and the data is only entered into the form when data
of the correct type is entered (ie: cannot enter 44 for 'date' field,
etc).
w3-follow-inlined-image
). It ignores any form entry areas or
hyperlinks, and blindly follows any inlined image. Useful for seeing
images that are meant to be used as hyperlinks when not on a terminal
capable of displaying graphics.
w3-download-url-at-point
).
w3-download-this-url
).
w3-complete-link
). Use space and tab to
complete on the links.
w3-reload-document
). The position
within the buffer remains the same (unless the document has changed
since it was last retrieved, in which case it should be relatively
close). This causes an unconditional reload from the remote server ---
the locally cached copy is not consulted.
w3-refresh-buffer
).
w3-fetch
). If there are any errors, or Emacs/W3 cannot
understand the type of link requested, the errors are displayed in a
hypertext buffer.
w3-open-local
). This prompts
for a local file name to open. The file must exist, and may be a
directory. If the requested file is a directory and
url-use-hypertext-dired
is nil
, then a dired-mode buffer
is displayed. If nonnil
, then Emacs/W3 automatically generates a
hypertext listing of the directory. The hypertext mode is the default,
so that all the keys and functions remain the same.
w3-save-as
).
w3-show-history-list
).
This takes all the links that are in that internal list, and formats
them as hypertext links in a list, 3.7 Global History
And here are the commands to move around between Emacs/W3 buffers:
w3-goto-last-buffer
).
w3-print-this-url
). Choose from several different formats to
print: formatted text, HTML source, PostScript (with ps-print), or by using
LaTeX and dvips). 11.2 Printing.
w3-print-url-under-point
). 11.2 Printing.
w3-quit
). This kills the current buffer and goes
to the most recently visited buffer.
w3-leave-buffer
) is similar to w3-quit
, but the
buffer is not killed, it is moved to the bottom of the buffer list (so
it is the least likely to show up as the default with switch-to-buffer).
This is different from w3-goto-last-buffer
in that it does not
return to the last WWW page visited -- it is the same as using
switch-to-buffer
-- the buffer left in the window is fairly
random.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
w3-help
).
w3-version
).
w3-mail-current-document
).
Choose from several different formats to mail: formatted text, HTML
source, PostScript, or LaTeX source. When the HTML source is
mailed, then an appropriate <base> tag is inserted at the beginning of
the document so that relative links may be followed correctly by whoever
receives the mail.
w3-mail-document-under-point
). Choose from several
different formats to mail: formatted text, HTML source, PostScript,
or LaTeX source. When the HTML source is mailed, then an
appropriate <base> tag is inserted at the beginning of the document so
that relative links may be followed correctly by whoever receives the
mail.
w3-mail-document-author
).
w3-insert-formatted-url
). This gets the name and URL of
either the current buffer, or, with a prefix arg, of the link under
point, and construct the appropriate <a...>...</a> markup and insert it
into the desired buffer.
w3-insert-this-url'
). Buffer is prompted for in the minibuffer.
With prefix arg, uses the URL of the link under point.
w3-use-links
). Links are attributes of a specific document, and
can tell such things as who made the document, where a table of contents
is located, etc.
Link tags specify relationships between documents in two ways. Normal
(forward) relationships (where the link has a REL="xxx" attribute), and
reverse relationships (where the link has a REV="xxx" attribute). This
first asks what type of link to follow (Normal or Reverse), then does
a completing-read
on only the links that have that type of
relationship.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by XEmacs shared group account on December, 19 2009
using texi2html 1.65.