Re: Web editing with mc
- From: Pavel Roskin <proski gnu org>
- To: David Martin <dmartina excite com>
- Cc: mc-devel gnome org
- Subject: Re: Web editing with mc
- Date: Wed, 21 Aug 2002 16:22:35 -0400 (EDT)
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]