From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news2.kpn.net!news.kpn.net!nslave.kpnqwest.net!nloc.kpnqwest.net!nmaster.kpnqwest.net!nreader2.kpnqwest.net.POSTED!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: cl-pdf meets cells? References: <3C8BEC32.4DF47F45@nyc.rr.com> <3C8CD0E6.52D1E32F@nyc.rr.com> Mail-Copies-To: never From: Erik Naggum Message-ID: <3224857827428438@naggum.net> Organization: Naggum Software, Oslo, Norway Lines: 56 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 Mar 2002 17:50:18 GMT X-Complaints-To: newsmaster@KPNQwest.no X-Trace: nreader2.kpnqwest.net 1015869018 193.71.199.50 (Mon, 11 Mar 2002 18:50:18 MET) NNTP-Posting-Date: Mon, 11 Mar 2002 18:50:18 MET Xref: archiver1.google.com comp.lang.lisp:28483 * Kenny Tilton | So we have: | | (normal nl (b "Q: ") "Why not use lisp and get a parser for free?" | (nl 2) (b "A: ") (i "You mean like " (ul "this") "?!")) " :)") | | instead of: | | "Q: Why not use lisp and get a parser for free? | | A: You mean like
    this
?!"
:)" | | ? You asked for an alterntive some time ago, but I have yet to finish the "schema" part of my proposal (it is so _unnecessary_), but I would write >> >> ?!> Today, anyway, it might be different tomorrow. The \ before the blank is necessary because only intraword whitespace is retained, all whitespace between < and the operator and the operator and the first payload datum and the last payload datum and > are ignored as syntax (markup). | The system includes stylesheets, so: | | (style warning :fg red :bg yellow) | | then later: | | (warning "Red on yellow?! Yechh") | | where any unrecognized directive is a style...or do we get into macros?: | | (macro (warning msg) `(bg yellow (fg red ,msg))) | | ? FWIW, I think this last example is an indicatation why some people believe in attributes. I do not, so I would write >>> Whatever. /// -- In a fight against something, the fight has value, victory has none. In a fight for something, the fight is a loss, victory merely relief.