owner=Michael Grobe
%%owner_address=grobe@ukanaix.cc.ukans.edu
%%owner_info=University of Kansas, Academic Computing Services
link_delimiter=<


	   Creating and Modifying Lynx Hypertext Documents

Lynx files are  standard ASCII files, and may  be created and modified
using any ASCII  editor.  However, it is  also  possible  to enter  an
editor while viewing a Lynx document, make changes, and return to Lynx
to see what effect the changes have had.

To enable editing within Lynx, start Lynx with the -editor  option, as
in the command

		lynx -editor=vi /info/cs/timetable

This command  selects vi as  the editor to  be used in response to the
"e" command within Lynx.

Two short-cuts exist  for the most commonly used  UNIX editors, vi and
emacs.  "lynx -vi" and "lynx -emacs" will invoke Lynx with the vi, and
emacs editors respectively.


