From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre-Henry =?utf-8?b?RlLDlkhSSU5H?= Subject: Re: Proposal to replace the prefix repetition with whitespace during expansion of noweb references Date: Sat, 16 Aug 2014 12:55:15 +0000 (UTC) Message-ID: References: <86a9c6235b.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIdap-0005SS-Cy for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 09:00:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIdaf-0006bL-L1 for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 09:00:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:52634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIdaf-0006ae-Dx for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 09:00:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XIdaX-00077l-2x for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 15:00:05 +0200 Received: from ABayonne-651-1-281-29.w83-193.abo.wanadoo.fr ([83.193.33.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Aug 2014 15:00:05 +0200 Received: from frohring.pierrehenry by ABayonne-651-1-281-29.w83-193.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Aug 2014 15:00:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I would like to back this proposition with our use case : #+BEGIN_SRC js REACTIVE_STATE = TYPE_BUILDER( <> , "reactive_state" , <> ) #+END_SRC Where `<>` is expanded as expected, and `, <>` is not, leading to `, ` prefixing all lines. Best regards. Pierre