From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!deine.net!hamster.europeonline.net!newsfeed.europeonline.net!nslave.kpnqwest.net!nloc1.kpnqwest.net!nloc.kpnqwest.net!nmaster.kpnqwest.net!nreader2.kpnqwest.net.POSTED!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: spreading a format string across lines References: Mail-Copies-To: never From: Erik Naggum Message-ID: <3226240111695767@naggum.net> Organization: Naggum Software, Oslo, Norway Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 27 Mar 2002 17:48:17 GMT X-Complaints-To: newsmaster@KPNQwest.no X-Trace: nreader2.kpnqwest.net 1017251297 193.71.199.50 (Wed, 27 Mar 2002 18:48:17 MET) NNTP-Posting-Date: Wed, 27 Mar 2002 18:48:17 MET Xref: archiver1.google.com comp.lang.lisp:30339 * Dorai Sitaram | What do you think | | (format t "This is just ~ | one line.~%") | | should return? It should not return, it should signal an error because the final space is not defined as a format control. This is no different from (format t "This is just ~ one line.~%") Trailing whitespace within strings is not invisible to the Lisp reader. /// -- 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.