Thanks Jon, Ludovic,
I indeed hadn't noticed that it was intentional, but I'm in agreement with
Ludovic. I'm concerned that my customer shouldn't be confused and worried
by a warning, and I see no way to override the warning myself.
This is a bit of overkill, but I thought it might work:
(w
Hi,
Gregory Marton <[EMAIL PROTECTED]> writes:
> I indeed hadn't noticed that it was intentional, but I'm in agreement
> with Ludovic. I'm concerned that my customer shouldn't be confused
> and worried by a warning, and I see no way to override the warning
> myself.
You can insert the following
Thank you!
On Mon, 8 Oct 2007, Ludovic Courtès wrote:
Hi,
Gregory Marton <[EMAIL PROTECTED]> writes:
I indeed hadn't noticed that it was intentional, but I'm in agreement
with Ludovic. I'm concerned that my customer shouldn't be confused
and worried by a warning, and I see no way to overrid
Hi Greg,
One more option is to rename all of the symbols coming in from srfi-19.
I've used this myself.
(use-modules ((srfi srfi-19) :renamer (symbol-prefix-proc 'tm:)))
This prefixes every symbol exported by srfi-19 with tm:, so current-time
becomes tm:current-time etc.
Regards,
Jon
___