[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Proposal to replace the prefix repetition with whitespace during
From: |
Pierre-Henry FRÖHRING |
Subject: |
Re: [O] Proposal to replace the prefix repetition with whitespace during expansion of noweb references |
Date: |
Sat, 16 Aug 2014 12:55:15 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
I would like to back this proposition with our use case :
#+BEGIN_SRC js
REACTIVE_STATE = TYPE_BUILDER(
<<REACTIVE_STATE.constructor>>
, "reactive_state"
, <<REACTIVE_STATE.functions>>
)
#+END_SRC
Where `<<REACTIVE_STATE.constructor>>` is expanded as expected,
and `, <<REACTIVE_STATE.functions>>` is not, leading to `, ` prefixing all
lines.
Best regards.
Pierre
- Re: [O] Proposal to replace the prefix repetition with whitespace during expansion of noweb references,
Pierre-Henry FRÖHRING <=