source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: done: .de; todo: """"; loops in macro and string expansion
Date: Thu, 9 Dec 2010 18:44:40 -0500 (EST)	[thread overview]
Message-ID: <201012092344.oB9Nieoq017235@krisdoz.my.domain> (raw)

Log Message:
-----------
done: .de; todo: """"; loops in macro and string expansion

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

Revision Data
-------------
Index: TODO
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v
retrieving revision 1.66
retrieving revision 1.67
diff -LTODO -LTODO -u -p -r1.66 -r1.67
--- TODO
+++ TODO
@@ -52,29 +52,8 @@
   and when using the macro, it must expand yet again.
 
 - implement basic non-parametric .de to support e.g. sox(1)
-  .de SP
-  .if t .sp .5
-  .if n .sp
-  ..
-  .de EX
-  .SP
-  .nf
-  .ft CW
-  ..
-  .de EE
-  .ft R
-  .SP
-  .fi
-  ..
   reported by naddy@ Sat, 16 Oct 2010 23:51:57 +0200
-
-- implement parametric .de to support e.g.
-  /usr/xenocara/lib/libXxf86vm/manXF86VM.man
-  .de ZN
-  .ie t \fB\^\\$1\^\fR\\$2
-  .el \fI\^\\$1\^\fP\\$2
-  ..
-  .ZN -lXxf86vm
+  *** sox(1) still doesn't work, tbl(1) errors need investigation
 
 - clean up escape sequence handling, creating three classes:
   (1) fully implemented, or parsed and ignored without loss of content
@@ -130,6 +109,10 @@
 * formatting issues: ugly output
 ************************************************************************
 
+- double quotes inside double quotes are escaped by doubling them
+  implement this in man(7) and mdoc(7)
+  reminded by millert@  Thu, 09 Dec 2010 17:29:52 -0500
+
 - perl(1) SYNOPSIS looks bad; reported by deraadt@
   1) man(7) seems to need SYNOPSIS .Nm blocks, too
 
@@ -214,3 +197,7 @@ Several areas can be cleaned up to make 
 ************************************************************************
 * structural issues
 ************************************************************************
+
+- Find better ways to prevent endless loops
+  in roff(7) macro and string expansion.
+  
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2010-12-09 23:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201012092344.oB9Nieoq017235@krisdoz.my.domain \
    --to=schwarze@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).