Hello,

Samuel Wales <samolog...@gmail.com> writes:

> In 22, latest git:
>
> downcase: Args out of range: "image-keep-calm", 651500, 651505
>
>   match-string(1 "image-keep-calm")
>   (downcase (match-string 1 val))
>   (concat ":macro-" (downcase (match-string 1 val)))
>   (intern (concat ":macro-" (downcase ...)))
>   (plist-put nil (intern (concat ":macro-" ...)) (match-string 2 val))

[...]

I've pushed a patch so macro detection is more careful about corner
cases. Please tell me if it works for you.

Also, judging by the backtrace, it seems that you are using a strange
syntax for defining macros. Would you mind telling me what your
"#+macro:" line is like, and what you do expect from it?


Regards,

-- 
Nicolas Goaziou

Reply via email to