Re: [O] [RFC] [PATCH] Automatically quote the arguments to an eval macro

2015-11-05 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > Currently, eval macros need to quote their arguments: > > #+macro: identity (eval "$1") > > This means: > 1. Users need to remember to put quotes around $n all the time > 2. It’s impossible to pass arguments with a " character to a macro This

Re: [O] [RFC] [PATCH] Automatically quote the arguments to an eval macro

2015-11-05 Thread Aaron Ecay
Hi Nicolas, Thanks for your feedback. 2015ko azaroak 5an, Nicolas Goaziou-ek idatzi zuen: [...] >> This means: >> 1. Users need to remember to put quotes around $n all the time >> 2. It’s impossible to pass arguments with a " character to a macro > > This can be fixed by removing the