hi Nico/folks:

I'm a ConqTerm user and I use it everyday. thanks for the good plugin Nico.

Recently I constantly run into an strange situation, not sure I can get some advice here: the ConqTerm session become VERY slow, sometime even suspend the whole vim session (which contains multiple ConqTerm window) this happens usually when I tried to exit and re-login a remote device that involves several steps to finish.

So to clarify the way I use ConqTerm:

Say I need to log into customer's devices A, via SSH from inside ConqTerm:

:ConqueTerm bash
(now I'm running bash from inside a vim buffer, which is cool)
ssh someIPaddress

for security reason it takes a couple of jumpstation in between along the way to the final device, so typically there are mutliple level lists from which I need to select:

1 region1
2 region2
3 region3
4 region4

select 1 and I got another menu:

1 city1
2 city2

select 1 and I got 3rd level menu:
1 device1
2 device2
3 device3

and so on so forth.

during these steps, the issue I ran into is:
most of the time the 1st time login procedure is smooth, all the way up to the final device, pretty good.
I work from there , leave the session there for days maybe.
now I need to exit out some levels and re-select another device, here the problem comes :

sometime it becomes very slow when going through the menu selections,
and vim keep reporting following in the bottom status line:

:call <SNR>67_ReSync()

I tried C-c to interrupt the pending status, it pops up other messages:

BELL!
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
Traceback (most recent call last):
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
  File "<string>", line 1, in <module>
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
File "/home/ping/.vim/autoload/conque_term/conque.py", line 315, in auto_read
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
    vim.command('call feedkeys("\<left>\<right>", "n")')
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
KeyboardInterrupt
"conque_term.txt" [readonly] 462L, 18046C


thanks!

--
You received this message from the "vim_use" 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

Reply via email to