* Federico Calboli <f.ca...@gmail.com>:
I'm neither on Lion nor using R but what you want seems pretty close to
what ConqueTerm provides.
:ConqueTermSplit <whatever command launches R>
If you need to 'send' content from your file to the R session you will
probably need to remap the default ConqueTerm keys...
[I use ConqueTerm a lot, mainly with (i)python or bash sessions, it is not
bug-free but often good enough]
HTH
Sylvain
--
Sylvain Soliman <Sylvain...@m4x.org> GnuPG Public Key: 0x0F53AF99
Page personnelle http://contraintes.inria.fr/~soliman/
Well, that's because you now need to replace the mappings of the R plugin
with corresponding ones in Conque.
If it is enough for you, Conque already defines a command to send the
visual selection (you can remap ConqueTerm_SendVisKey), otherwise you can
use the conque_term#send_selected() and
conque_term#get_instance().write() functions in more complex mappings...
You might also probably get some help from the R plugin designer.
Best,