[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can format procedure output unquoted strings?
From: |
Thien-Thi Nguyen |
Subject: |
Re: Can format procedure output unquoted strings? |
Date: |
Tue, 12 Apr 2011 22:58:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() "Whitlock, Bradley D" <address@hidden>
() Tue, 12 Apr 2011 11:44:52 -0400
I am trying to get the format procedure to behave like the display procedure
where it will not surround output to stdout with quotes
Is there a trick do accomplish this?
Probably the best trick is to explain clearly what you wish to see,
what you do see, and the undesirable difference between them.
Here is a template:
| I'd like to see: (format X Y) => COOL
| but instead i see: (format X Y) => NOPE
|
| I think NOPE is close but it is not COOL because MISUNDERSTANDING.
Good luck!