On Tue, Nov 09, 1999, Eric Eldred ([EMAIL PROTECTED]) said:
|
| it would be nice if there were some way to download
| the text in the textarea, edit it on a proper editor,
| and then upload the whole mess to the textarea. but
| when i choose ^Ve to edit the textarea of the form,
| i get a message that i cannot "currently" do that,
| for remote files (although all i want to edit is
| the form text, not the source html of the file).
| am i missing some compile-time option or configuration
| option? i looked thru the archives but didn't see
| anything about this problem, only some other
| references to 1024-char lines.
You need to add:
KEYMAP:e:DWIMEDIT
to your lynx.cfg file.
Also, new in -dev.14, when returning from the editor, if the lines are
longer than the TEXTAREA's width *and* there is some kind of whitespace
near the right-side of the 1st long line, you will be prompted on whether
lynx should wrap the text to fit into the TEXTAREA.
/kim