all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: aditya siram <aditya.siram@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [Babel] Detangling with Noweb references.
Date: Sat, 22 Nov 2014 14:06:59 -0600	[thread overview]
Message-ID: <CAJrReyhvcsun+ap7-VyzRJ1=yeYUxGaFAk6oQmQeasQv2NCv7Q@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 868 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1016 bytes --]

             reply	other threads:[~2014-11-22 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-22 20:06 aditya siram [this message]
2014-11-22 20:26 ` [Babel] Detangling with Noweb references Grant Rettke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJrReyhvcsun+ap7-VyzRJ1=yeYUxGaFAk6oQmQeasQv2NCv7Q@mail.gmail.com' \
    --to=aditya.siram@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.