AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Error on exit #109

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I enter 'exit' into ConqueTerm, I get an error.

Trace:

$ vi :ConqueTerm bash exit

Error detected while processing CursorHoldI Auto commands for "": Traceback (most recent call last): Press ENTER or type command to continue Error detected while processing CursorHoldI Auto commands for "": File "", line 1, in Press ENTER or type command to continue Error detected while processing CursorHoldI Auto commands for "": File "/Users/andrew/.vim/bundle/Conque-Shell/autoload/conque_term/conque.py", line 380, in auto_r ead Press ENTER or type command to continue Error detected while processing CursorHoldI Auto commands for "": vim.command('call conque_term#get_instance().close()') Press ENTER or type command to continue Error detected while processing CursorHoldI


Configuration:

https://github.com/mcandre/dotfiles/blob/f5052db2c02b28331a201df669ec3168fd7122f
3/.vimrc

System:

$ specs python vi brew os Specs:

specs 0.12 https://github.com/mcandre/specs#readme

pip --version pip 1.5.6 from /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/pyth on2.7/site-packages/pip-1.5.6-py2.7.egg (python 2.7)

python --version Python 2.7.9

vi --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Feb 16 2015 19:24:02) MacOS X (unix) version Included patches: 1-258 Compiled by Homebrew Huge version with MacVim GUI. Features included (+) or not (-): +acl +file_in_path +mouse_sgr +tag_binary +arabic +find_in_path -mouse_sysmouse +tag_old_static +autocmd +float +mouse_urxvt -tag_any_white +balloon_eval +folding +mouse_xterm +tcl +browse -footer +multi_byte +terminfo ++builtin_terms +fork() +multi_lang +termresponse +byte_offset +fullscreen -mzscheme +textobjects +cindent -gettext +netbeans_intg +title +clientserver -hangul_input +odbeditor +toolbar +clipboard +iconv +path_extra +transparency +cmdline_compl +insert_expand +perl +user_commands +cmdline_hist +jumplist +persistent_undo +vertsplit +cmdline_info +keymap +postscript +virtualedit +comments +langmap +printer +visual +conceal +libcall +profile +visualextra +cryptv +linebreak +python +viminfo +cscope +lispindent -python3 +vreplace +cursorbind +listcmds +quickfix +wildignore +cursorshape +localmap +reltime +wildmenu +dialog_con_gui -lua +rightleft +windows +diff +menu +ruby +writebackup +digraphs +mksession +scrollbind -X11 +dnd +modify_fname +signs -xfontset -ebcdic +mouse +smartindent +xim +emacs_tags +mouseshape -sniff -xsmp +eval +mouse_dec +startuptime -xterm_clipboard +ex_extra -mouse_gpm +statusline -xterm_save +extra_search -mouse_jsbterm -sun_workshop -xpm +farsi +mouse_netterm +syntax
system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" 2nd user vimrc file: "~/.vim/vimrc" user exrc file: "$HOME/.exrc" system gvimrc file: "$VIM/gvimrc" user gvimrc file: "$HOME/.gvimrc" 2nd user gvimrc file: "~/.vim/gvimrc" system menu file: "$VIMRUNTIME/menu.vim" fall-back for $VIM: "/Applications/MacVim.app/Contents/Resources/vim" Compilation: clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX
-I/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/includ e/python2.7 -I/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/includ e/python2.7 -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
-I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1
-D_THREAD_SAFE=1 -D_DARWIN_C_SOURCE=1
Linking: clang -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/py thon2.7/config -lpython2.7 -framework CoreFoundation -L/usr/local/lib -o Vim -framework Cocoa -framework Carbon -lm -lncurses -liconv -framework Cocoa -fstack-protector
-L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl -framework Python -F/System/Library/Frameworks -framework Tcl -framework CoreFoundation -framework Ruby

brew --version 0.9.5

system_profiler SPSoftwareDataType | grep 'System Version' System Version: OS X 10.10.2 (14C109)


Migitation:

As a workaround, users can use `:q` to safely quit a Conque-Shell session.

$ vi :ConqueTerm bash ESC :q :q $

Original issue reported on code.google.com by andrew.p...@gmail.com on 17 Feb 2015 at 2:22