alexandria:define-constant Indentation
(define-constant +crlf+
(coerce (list (code-char 13) (code-char 10)) 'string)
:test #'string=)
(define-econstant +sec-key+
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
:test #'string=)
Inconsistent indentation for the value.
Inconsistent indentation for the value.
define-econstant is a macro?
Never, mind I reproduced. I'll have a look. Same thing happens in SLIME, for what it's worth.
It is a macro
Well, if define-econstant is a macro I need to know the macro definition. Are you sure you don't mean define-constant?
I do mean define-constant econstant is a typeo, but the behavior is the same. because the value is a string.
I understand, and that's what I meant by "I reproduced".