Re: xsel copies to clipboard twice [solved]

2017-08-10 Thread Tim Johnson
* Christian Brabandt [170810 10:10]: > > On Do, 10 Aug 2017, Tim Johnson wrote: > > > * Christian Brabandt [170809 10:34]: > > > > > > On Mi, 09 Aug 2017, Tim Johnson wrote: > > <...> > > Redundant clipboard copy here - patches follow : > >

Re: xsel copies to clipboard twice

2017-08-10 Thread Christian Brabandt
On Do, 10 Aug 2017, Tim Johnson wrote: > * Christian Brabandt [170809 10:34]: > > > > On Mi, 09 Aug 2017, Tim Johnson wrote: > <...> > Redundant clipboard copy here - patches follow : > > VIM - Vi IMproved 7.4 (2013 Aug 10,

Re: xsel copies to clipboard twice

2017-08-10 Thread Tim Johnson
* Christian Brabandt [170809 10:34]: > > On Mi, 09 Aug 2017, Tim Johnson wrote: <...> Redundant clipboard copy here - patches follow : VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:42:57) Included patches: 1-52

Re: xsel copies to clipboard twice

2017-08-09 Thread Christian Brabandt
On Mi, 09 Aug 2017, Tim Johnson wrote: > Redundant clipboard copy here - versions follow : > - > +acl +cmdline_info+emacs_tags -hangul_input+menu >+mouse_xterm -python3 +syntax +virtualedit

Re: xsel copies to clipboard twice

2017-08-09 Thread Tim Johnson
* Christian Brabandt [170808 21:50]: > > On Di, 08 Aug 2017, Tim Johnson wrote: > > > The /usr/bin/vim.gnome binary, which is what I am using as my > > default MC editor does not have the redundant copy issue when > > running xsel as an external app. > > > > The

Re: xsel copies to clipboard twice

2017-08-09 Thread Tim Johnson
* Christian Brabandt [170808 21:50]: > > On Di, 08 Aug 2017, Tim Johnson wrote: > > > The /usr/bin/vim.gnome binary, which is what I am using as my > > default MC editor does not have the redundant copy issue when > > running xsel as an external app. > > > > The

Re: xsel copies to clipboard twice

2017-08-08 Thread Christian Brabandt
On Di, 08 Aug 2017, Tim Johnson wrote: > The /usr/bin/vim.gnome binary, which is what I am using as my > default MC editor does not have the redundant copy issue when > running xsel as an external app. > > The /usr/bin/vim binary is where the redundant copy occurs. > > I'd conclude

Re: xsel copies to clipboard twice

2017-08-08 Thread Tim Johnson
* Grant Taylor [170808 13:04]: > On Tuesday, 8 August 2017 12:27:13 UTC-6, Tim Johnson wrote: > > When I select some text in visual mode and then press ;cc > > the selected text is copied _twice_ to the clipboard > > What happens if you use the following sequence? > > "+y

Re: xsel copies to clipboard twice

2017-08-08 Thread Grant Taylor
On Tuesday, 8 August 2017 12:27:13 UTC-6, Tim Johnson wrote: > When I select some text in visual mode and then press ;cc > the selected text is copied _twice_ to the clipboard What happens if you use the following sequence? "+y That should copy the selected (hilighted) text into the X11

xsel copies to clipboard twice

2017-08-08 Thread Tim Johnson
I'm using vim 7.4 (terminal mode) on ubuntu 14.04, launched from Midnight Commander. Glipper is my clipboard manager. I have the following script line loaded : map ;cc :w !xsel -i -b When I select some text in visual mode and then press ;cc the selected text is copied _twice_ to the clipboard