emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [babel] feature request: automatically connect source code block


From: Eric Schulte
Subject: Re: [O] [babel] feature request: automatically connect source code block to its session
Date: Tue, 22 Mar 2011 21:00:20 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

This seems reasonable,

Do you know how ESS associates a code buffer with a session (i.e. is
there some buffer-local variable which holds the session name)?

With this information in hand it shouldn't be difficult to expand the
C-' behavior for R s.t. it automatically associates the resulting
Org-Src buffer with the proper R session.

Good idea.  Best -- Eric

Andreas Leha <address@hidden> writes:

> Hi all,
>
> I have a feature request (if what I want is not already possible, that is).
>
> Could a source code block, which has the :session header argument, be
> associated with its session as soon as C-' is pressed?
>
> The background to this question is, that all ess support functionality
> for R (r-autoyas, autocomplete-R, and ess-eldoc) need an associated R
> session.  They start to function only as soon as the first line of the
> code block is evaluated, which associates the source buffer with its
> session.
> The autocomplete-R even fails to load without an associated R session
> (byte-code: Language mode `R-mode' fails with: "Symbol nil may not be
> buffer-local")
> and this way cuts the connection to org, such that C-' becomes undefined.
>
> Regards,
> Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]