On 21/08/10 21:53, Peter Odding wrote:
Lech Lorens wrote:
OK, so for me pasting into Gvim is broken by the changeset which has the
message "Fixes for time in clipboard request. Also fix ownership.
(David Fries)".
(Sorry for no changeset ID - I'm using a git clone of the Vim Mercurial
repo, which gives me different commit IDs).
What might be worth mentioning is even once using the primary selection
becomes broken, it is still possible to read the clipboard. However,
reading the clipboard takes awfully long - I tried pasting 3 lines, 100
bytes of text into Gvim and it took about 3 seconds to complete.
Sorry if I'm further confusing this issue by interleaving what look like
(more or less) unrelated bug reports, but in case anyone's working on
this I thought I'd report my latest findings:
Today I had a lot of problems copying text from OpenOffice to Vim 7.3.
Every paste inside Vim takes a long time (up to five seconds for just
two or three words, i.e. +/- 10 bytes :-S) like Vim is waiting for
OpenOffice to respond within a certain timeout. During this time Vim's
status line shows "call paste#Paste()". Once the `timeouts' start
happening in a Vim instance, pasting will sometimes fail to paste
anything copied from the other application (though the paste still
blocks Vim for a while which is extra frustrating).
- Peter Odding
":call paste#Paste()" is part of the Edit=>Paste menu for Visual and
Select modes, replacing selected text by the clipboard. If you just want
to _insert_ the clipboard contents, maybe you could use just
"+P
in Normal mode, or
Ctrl-R +
in Insert or Command-line modes? They might be more economical.
Best regards,
Tony.
--
ERIC IDLE PLAYED: THE DEAD COLLECTOR, MR BINT (A VILLAGE NE'ER-DO -WELL VERY
KEEN ON BURNING WITCHES), SIR ROBIN, THE GUARD WHO
DOESN'T
HICOUGH BUT TRIES TO GET THINGS STRAIGHT, CONCORDE (SIR
LAUNCELOT'S TRUSTY STEED), ROGER THE SHRUBBER (A
SHRUBBER),
BROTHER MAYNARD
"Monty Python and the Holy Grail" PYTHON (MONTY)
PICTURES LTD
--
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