> Tony Mechelynck <antoine.mechelynck@gmail.com> writes:
>
> > According to ":help 'paste'", setting paste is not necessary in gvim,
>
> I'm not using gvim. I should have made it clearer
>
> > nor in a terminal where Vim handles the mouse clicks itself. So: are
> > you sure you're using the same terminal as a few months ago? Are the
> > mouse actions (when Vim runs in that terminal) handled by the terminal
> > or passed to Vim? Does it make a difference if you use "*P rather than
> > middle-click (or than the terminal's Edit => Paste menu if any)?
>
> I don't know what `*P' is. I use middle click.
>
> I do not know if the terminal has changed . I use xterms almost
> exclusively and prefer vim in an xterm... not gvim.
>
> I normally start vim in an xterm with the usual
> vim filename
>
> Typing in an xterm:
> xterm -version
> XTerm(256)
>
> Not some gnome terminal, KDE terminal or some other jive.. just a
> regular xterm.
That's how I use Vim, too. My pasting works fine, like yours used
to. I compared by version information with yours and I didn't see
any X- or mouse-related differences that I thought were relevant.
I'll list the differences below anyway. My Vim is also 7.2.411.
$ xterm -version
X.Org 6.8.2(225)
How about the setting of 'mouse'? Mine is
:set mouse?
mouse=a
Version differences:
Yours | Mine
-----------------------------------------------------------
Huge version without GUI. | Normal version with GTK2 GUI.
+arabic | -arabic
-balloon_eval | +balloon_eval
-browse | +browse
++builtin_terms | +builtin_terms
+dialog_con | +dialog_con_gui
-dnd | +dnd
+emacs_tags | -emacs_tags
+farsi | -farsi
+keymap | -keymap
+langmap | -langmap
-mouseshape | +mouseshape
+mouse_dec | -mouse_dec
+mouse_netterm | -mouse_netterm
-netbeans_intg | +netbeans_intg
+perl | -perl
+profile | -profile
+python | -python
+rightleft | -rightleft
-toolbar | +toolbar
+xfontset | -xfontset
-xim | +xim
Compilation and Linking:
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK
-DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/freetype2/config
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2
-I/usr/X11R6/include
Linking: gcc -L/usr/X11R6/lib -L/usr/local/lib -o vim
-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXt -lm -lncurses
-lselinux -lacl -lgpm
Regards,
Gary
--
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
No comments:
Post a Comment