Web editing with mc
Pavel Roskin
proski at gnu.org
Wed Aug 21 20:22:35 UTC 2002
Hello, David!
> It would be nice to have this as a standard filter in the editor
> (edit.indent.rc), sort of:
>
> htm|html|HTM|HTML)
> # http://www.w3.org/People/Raggett/tidy/
> tidy -m -ascii -wrap 80 -f "tidy-$1.log" "$2"
> ;;
tidy uses stderr too much, and mc cannot handle it right yet. Right now,
stderr is added to the edited file. Using "-f" would create extra files,
which is not how external formatting is intended to work.
I cannot apply this patch before stderr handling is fixed. Also the
purpose of "-acsii" is unclear.
--
Regards,
Pavel Roskin
More information about the mc-devel
mailing list