As of rev 4199, the single import-file command replaces all of Leo's
legacy import commands. Kent made this suggestion ages ago on the
SourceForge forum. The unified import command will certainly be much
easier to use.
Notes:
1. The import-file command replaces all the following commands:
import-at-file
import-cweb-files
import-derived-file
import-flattened-outline
import-noweb-files
The import-at-root command is no longer supported.
2. Leo chooses one of the above commands as follows. First, if the
file looks like
an external file that Leo wrote, the command works like import-derived-
file command.
Othewise, the file's extension determines the importer:
.cw, .cweb: import-cweb-files
.nw, .noweb: import-noweb-files
.txt: import-flattened-outline
all others: import-at-file
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.