source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: new: escape sequence handling done: nested displays
@ 2010-10-23 22:40 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2010-10-23 22:40 UTC (permalink / raw)
  To: source

Log Message:
-----------
new: escape sequence handling
done: nested displays

Modified Files:
--------------
    mdocml:
        TODO

Revision Data
-------------
Index: TODO
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v
retrieving revision 1.61
retrieving revision 1.62
diff -LTODO -LTODO -u -p -r1.61 -r1.62
--- TODO
+++ TODO
@@ -17,9 +17,6 @@
 * missing features
 ************************************************************************
 
-- deal with nested displays, e.g. D1 inside Bd
-  schwarze has an old patch somewhere and would need to brush it up
-
 - explicit blocks with missing end macro should be implicitely closed
   at the end of the enclosing block, e.g. .Bl It (El) Sh
   reminded by stsp@  in net/pptp pptp.8  Fri, 23 Apr 2010 20:32:39 +0200
@@ -65,6 +62,13 @@
   .fi
   ..
   reported by naddy@ Sat, 16 Oct 2010 23:51:57 +0200
+
+- clean up escape sequence handling, creating three classes:
+  (1) fully implemented, or parsed and ignored without loss of content
+  (2) unimplemented, potentially causing loss of content
+      or serious mangling of formatting (e.g. \n) -> ERROR
+      see textproc/mgdiff(1) for nice examples
+  (3) undefined, just output the character -> perhaps WARNING
 
 - port OpenBSD tbl integration bsd.lv, probably cleaning it up
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-23 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-23 22:40 mdocml: new: escape sequence handling done: nested displays schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).