-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Feb 7, 2011, at 2:08 PM, Jakson Alves de Aquino wrote: > > On 29-01-2011 17:33, Jakson A. Aquino wrote: >> On February, 5, 2010, Nico Raffo requested the implementation of the >> auto command event InsertCharPre, which would be useful to his Conque >> Shell plugin [1]. As the developer of the Vim-R-plugin [2], which >> optionally uses the Conque Shell plugin, I was also interested in the >> patch. We developed the patch, tested it for some weeks, and now I am >> submitting the patch to the Vim developers to evaluate. >> >> [1] >> http://groups.google.com/group/vim_dev/browse_thread/thread/67020478db647370 >> [2] http://www.vim.org/scripts/script.php?script_id=2628 > > Did anyone have time to check the patch? > > The Conque Shell plugin allows Vim users tor run a shell in a Vim > buffer. We can then easily copy and paste the content of the application > running in the shell, syntax highlight the output, and even use Vim to > process the output and take useful actions based on the output. This is > very useful for interpreted languages. > > Are there plans to add this feature to Vim, making Conque Shell unnecessary? > > In Vim's documentations, at develop.txt, it's stated that Vim wasn't > designed to run other applications interactively: "Vim is not a shell or > an Operating System. You will not be able to run a shell inside Vim or > use it to control a debugger." So, are there objections to support > Conque Shell? I don't use Conque Shell so I can't comment on that, but this could be useful for functions whose behaviour depends on the inserted char. Now, this has to be done by mapping the whole range of chars a function should handle, which can (usually?) create conflicts among different plugins that need to check for the same char(s). Israel -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) iQEcBAEBAgAGBQJNUHpsAAoJELVPg0fIpMsD1M0IAKSvaHbvKjZ78Vbdw8ieDV1N +ftX+ZLe+7TTDbb32rR+LzypGuXdvNdZeWAPp9vZi0lf/0vWxPTGZGny541kuSRi yf7SIQQ51QPXT4Fc9TCcyiEG14sP8aOyauf/X2nryYd/YIeZauN5/uC8VztH+WDT 27jT/ojyzRPjrHckSma7wZ2BsMPQLsCoSRRulPLyJylhZyh34K3/e3FfNXvJVGKe q4t0iTM4xEZTycmP2WAHGTMyWbPrN5GprDQYctXUAZubd6VjdWdaZe3KmJxhxRCI 1MOPavaBiGZTKHnzt9B0mAN884syvGDalgIkyhkE+UQfsu5Dj1nGmfdoANANalA= =ExI2 -----END PGP SIGNATURE----- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
