From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: [Babel] Detangling with Noweb references. Date: Sat, 22 Nov 2014 14:06:59 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1139723220925a0508781d83 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsGy9-0003ck-6F for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 15:07:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsGy6-0005Rb-1M for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 15:07:45 -0500 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:59591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsGy5-0005RS-T8 for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 15:07:41 -0500 Received: by mail-qc0-f170.google.com with SMTP id x3so5309732qcv.1 for ; Sat, 22 Nov 2014 12:07:41 -0800 (PST) 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 --001a1139723220925a0508781d83 Content-Type: text/plain; charset=UTF-8 Hi all, I would like detangling to work even where there are Noweb references in code chunks. My reason for this is that I've have hit the following case several times and haven't found a satisfactory answer yet: 1. I would like to break up the code within braces or parens into their own chunks 2. I would like to be able to detangle the code in those chunks. This effectively means ( I think ) that Noweb style references are not a possibility currently. 3. I don't want chunks that simply open and close parens/braces. An example might look like: method { code; code; /* --- Chunk 1 --- */ .... /* --- End --- */ code; /* --- Chunk 2 --- */ ... /* --- End --- */ } Can anyone think of an alternative. And if not does anyone have any interest in this functionality or is someone already working on this? Thanks! -deech --001a1139723220925a0508781d83 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,
I would like detangling to work even where ther= e are Noweb references in code chunks.

My reason for this is that I&= #39;ve have hit the following case several times and haven't found a sa= tisfactory answer yet:
1. I would like to break up the code within brace= s or parens into their own chunks
2. I would like to be able to detangle= the code in those chunks. This effectively means ( I think ) that Noweb st= yle references are not a possibility currently.
3. I don't want chun= ks that simply open and close parens/braces.

An example might look l= ike:
method {
=C2=A0=C2=A0=C2=A0 code;
=C2=A0=C2=A0=C2=A0 code;=C2=A0=C2=A0=C2=A0 /* --- Chunk 1 --- */
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 ....
=C2=A0=C2=A0=C2=A0 /* --- End --- */
=C2=A0=C2=A0=C2=A0 c= ode;
=C2=A0=C2=A0=C2=A0 /* --- Chunk 2 --- */
=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 ...
=C2=A0=C2=A0=C2=A0 /* --- End --- */
}

Can= anyone think of an alternative. And if not does anyone have any interest i= n this functionality or is someone already working on=C2=A0 this?

Th= anks!
-deech

--001a1139723220925a0508781d83--