GNU bug report logs -
#72334
[PATCH] Always print commas and comma-ats specially
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
> Thanks.
>
> Thuna, I didn't study your patch very deeply yet but the first thing
> that stands out is that there are no tests. Any chance you could look
> into that?
Sure. It's somewhat late here so I'll write those tomorrow. What
should quote and function do? That is, should it be (foo . 'bar) or
(foo quote bar)?
The important thing is, though, I actually took a look at the patch
since it's been a while, and I was wrong, what I explained was bug
72434, which I've also attached here.
This patch _actually_ makes it so that (\, foo) [and (\,@ foo)] is
printed as ",foo" in every context, whereas it current prints like that
only if we are inside a quasiquoted form [that is, (\` (\, (\, foo))
prints as "`,(\, foo)"].
[If you're trying the other patch, I should note here as well that that
one builds on top of this one, so the results are incorrect if you only
apply that. Specifically, when we're not in a backquote, (foo . ,bar)
prints as (foo . (\, bar)) instead.]
[0001-Print-list-terminating-backquote-and-comma-forms-spe.patch (text/x-patch, attachment)]
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.