From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp1.rz.uni-karlsruhe.de (Debian-exim@smtp1.rz.uni-karlsruhe.de [129.13.185.217]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o63Fts6F007738 for ; Sat, 3 Jul 2010 11:55:55 -0400 (EDT) Received: from hekate.usta.de (asta-nat.asta.uni-karlsruhe.de [172.22.63.82]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.63 #1) id 1OV54K-0003uZ-4X; Sat, 03 Jul 2010 17:55:52 +0200 Received: from donnerwolke.usta.de ([172.24.96.3]) by hekate.usta.de with esmtp (Exim 4.71) (envelope-from ) id 1OV54K-000547-3i for tech@mdocml.bsd.lv; Sat, 03 Jul 2010 17:55:52 +0200 Received: from iris.usta.de ([172.24.96.5] helo=usta.de) by donnerwolke.usta.de with esmtp (Exim 4.69) (envelope-from ) id 1OV54K-0005ga-2a for tech@mdocml.bsd.lv; Sat, 03 Jul 2010 17:55:52 +0200 Received: from schwarze by usta.de with local (Exim 4.71) (envelope-from ) id 1OV54K-0001hV-1m for tech@mdocml.bsd.lv; Sat, 03 Jul 2010 17:55:52 +0200 Date: Sat, 3 Jul 2010 17:55:52 +0200 From: Ingo Schwarze To: tech@mdocml.bsd.lv Subject: Re: [PATCH] rudimentary .ds support Message-ID: <20100703155552.GB4327@iris.usta.de> References: <20100703063933.GE6026@iris.usta.de> <4C2F2652.2090403@bsd.lv> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C2F2652.2090403@bsd.lv> User-Agent: Mutt/1.5.20 (2009-06-14) Hi Kristaps, > I see the utility of this, but would like the functions accessed > through regs.h, Yes, that makes sense, thanks for the suggestion. > either within struct regset itself or as its own > structure with setters and getters. I prefer the latter. The singly linked list won't be the last word on this, so the interface should allow reimplementation in terms of more efficient data structures. [...] > Other than that, it looks fine. Needs bits in html.c (I can do > this, if you don't want to muck around in there) Yes, that would be kind, thanks. > and roff.3 (including the current short-comings). Done. Of course, i have only documented those parts relevant for section 3, not the frontend issues. Thanks for checking, Ingo -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv