Gentoo Archives: gentoo-user

From: Gevisz <gevisz@×××××.com>
To: vim_use@××××××××××××.com, gentoo-user@l.g.o
Subject: [gentoo-user] Strange reaction of gvim to : in a normal mode
Date: Sun, 02 Nov 2014 12:52:22
Message-Id: 545628fa.85d6700a.1a4d.1086@mx.google.com
1 I use gvim from xfce4 and sometimes get into a strange
2 situation when pressing : while being in a normal mode
3 leads not to the command line mode but instead highlights
4 the icon "Copy to clipboad".
5
6 Just now I have noted that in this situation I also cannot
7 see the version of my gvim via the Help menu (but saving via
8 the the "Save current file" icon usually works).
9
10 The output from the :version command (executed from a newly
11 started gvim) is as follows:
12
13 VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 7 2014 11:35:08)
14 Included patches: 1-273
15 Modified by Gentoo-7.4.273
16 Compiled by myself.
17 Huge version with GTK2 GUI. Features included (+) or not (-):
18 +acl +cmdline_compl +diff +find_in_path +keymap +modify_fname +mouse_xterm +profile -sniff +termresponse +vreplace -xterm_save
19 +arabic +cmdline_hist +digraphs +float +langmap +mouse +multi_byte +python +startuptime +textobjects +wildignore +xpm
20 +autocmd +cmdline_info +dnd +folding +libcall +mouseshape +multi_lang -python3 +statusline +title +wildmenu
21 +balloon_eval +comments -ebcdic -footer +linebreak +mouse_dec -mzscheme +quickfix -sun_workshop +toolbar +windows
22 +browse +conceal +emacs_tags +fork() +lispindent -mouse_gpm -netbeans_intg +reltime +syntax +user_commands +writebackup
23 ++builtin_terms +cryptv +eval +gettext +listcmds -mouse_jsbterm +path_extra +rightleft +tag_binary +vertsplit +X11
24 +byte_offset -cscope +ex_extra -hangul_input +localmap +mouse_netterm -perl -ruby +tag_old_static +virtualedit -xfontset
25 +cindent +cursorbind +extra_search +iconv -lua +mouse_sgr +persistent_undo +scrollbind -tag_any_white +visual +xim
26 +clientserver +cursorshape +farsi +insert_expand +menu -mouse_sysmouse +postscript +signs -tcl +visualextra +xsmp_interact
27 +clipboard +dialog_con_gui +file_in_path +jumplist +mksession +mouse_urxvt +printer +smartindent +terminfo +viminfo +xterm_clipboard
28 system vimrc file: "/etc/vim/vimrc"
29 user vimrc file: "$HOME/.vimrc"
30 2nd user vimrc file: "~/.vim/vimrc"
31 user exrc file: "$HOME/.exrc"
32 system gvimrc file: "/etc/vim/gvimrc"
33 user gvimrc file: "$HOME/.gvimrc"
34 2nd user gvimrc file: "~/.vim/gvimrc"
35 system menu file: "$VIMRUNTIME/menu.vim"
36 fall-back for $VIM: "/usr/share/vim"
37 Compilation: x86_64-pc-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include
38 /cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I
39 /usr/lib64/glib-2.0/include -I/usr/include/freetype2 -march=native -O2 -pipe -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
40 Linking: x86_64-pc-linux-gnu-gcc -Wl,-O1 -L/usr/local/lib -Wl,--as-needed -o gvim -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgo
41 bject-2.0 -lglib-2.0 -lfreetype -lfontconfig -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -lncurses -lelf -lacl -lattr -ldl -L/usr/lib64/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -X
42 linker -export-dynamic
43
44 Any ideas how to fix it?
45
46 And whom to blame? (Except for myself, of course. :)
47 My first guess that something is wrong with xfce4 here.