Re: Copy and paste in Terminal

2010-10-15 Thread JD
On 10/15/2010 12:59 PM, Alex wrote: > Hi, > >> What Alex can do in order to force the highlighted word or text >> to go into the buffer that can be pasted with ctrl-shivf-v, >> is to >> 1. highlight the text or anything for that matter (such as a web page) >> 2. right click in the same area >> 3.

Re: Copy and paste in Terminal

2010-10-15 Thread Alex
Hi, > What Alex can do in order to force the highlighted word or text > to go into the buffer that can be pasted with ctrl-shivf-v, > is to > 1. highlight the text or anything for that matter (such as a web page) > 2. right click in the same area > 3. select copy > This will put the copied buffer

Re: Copy and paste in Terminal

2010-10-15 Thread JD
On 10/15/2010 08:03 AM, Marko Vojinovic wrote: > On Friday, October 15, 2010 14:19:28 Aaron Konstam wrote: >> On Thu, 2010-10-14 at 23:03 -0400, Alex wrote: >>> Okay, I can now say I really don't like using the middle wheel. It >>> requires me to take my hands off the keyboard twice. I'd really l

Re: Copy and paste in Terminal

2010-10-15 Thread suvayu ali
On 15 October 2010 08:03, Marko Vojinovic wrote: > On Friday, October 15, 2010 14:19:28 Aaron Konstam wrote: >> On Thu, 2010-10-14 at 23:03 -0400, Alex wrote: >> > Okay, I can now say I really don't like using the middle wheel. It >> > requires me to take my hands off the keyboard twice. I'd reall

Re: Copy and paste in Terminal

2010-10-15 Thread JD
On 10/15/2010 07:05 AM, Alex wrote: > Hi, > >>> Okay, I can now say I really don't like using the middle wheel. It >>> requires me to take my hands off the keyboard twice. I'd really like >>> to be able to highlight the the mouse, and paste with a keyboard >>> combination. >>> >> You seem to be m

Re: Copy and paste in Terminal

2010-10-15 Thread Alex
Hi, >> Okay, I can now say I really don't like using the middle wheel. It >> requires me to take my hands off the keyboard twice. I'd really like >> to be able to highlight the the mouse, and paste with a keyboard >> combination. >> > You seem to be mixing up the two methods of copying. You highli

Re: Copy and paste in Terminal

2010-10-15 Thread Aaron Konstam
On Thu, 2010-10-14 at 23:03 -0400, Alex wrote: > Hi, > > >> I'll bite. How are the two processes different? As far as copying text > >> they seem exactly the same. > > > > They use 2 different "buffers" to store the "copied" text. They can be > > used together if you so choose > > Okay, I ca

Re: Copy and paste in Terminal

2010-10-15 Thread Tim
On Thu, 2010-10-14 at 09:59 -0500, Aaron Konstam wrote: > If you are having trouble with the scroll wheel get a mouse without a > scroll wheel. And if you have a mouse with a wheel, because you want a mousewheel, then you could use the left & right buttons pressed together to act as the middle but

Re: Copy and paste in Terminal

2010-10-14 Thread JD
On 10/14/2010 08:03 PM, Alex wrote: > Hi, > >>> I'll bite. How are the two processes different? As far as copying text >>> they seem exactly the same. >> They use 2 different "buffers" to store the "copied" text. They can be >> used together if you so choose > Okay, I can now say I really do

Re: Copy and paste in Terminal

2010-10-14 Thread Alex
Hi, > They are usually desktop specific. I only know of Klipper on KDE and > Clipman on XFCE. I'm sure there is one for Gnome too. Maybe you can > do, > > $ yum search clipboard Good thought. For completeness, here are the results: perl-Clipboard.noarch : Copy and paste with any OS parcellite.x8

Re: Copy and paste in Terminal

2010-10-14 Thread Alex
Hi, >> I'll bite. How are the two processes different? As far as copying text >> they seem exactly the same. > > They use 2 different "buffers" to store the "copied" text.  They can be > used together if you so choose Okay, I can now say I really don't like using the middle wheel. It requires

Re: Copy and paste in Terminal

2010-10-14 Thread suvayu ali
On 14 October 2010 08:17, Alex wrote: > I also knew about gpm for the console, but what selection managers > could be running in X11? > They are usually desktop specific. I only know of Klipper on KDE and Clipman on XFCE. I'm sure there is one for Gnome too. Maybe you can do, $ yum search clipbo

Re: Copy and paste in Terminal

2010-10-14 Thread Kevin J. Cummings
On 10/14/2010 10:53 AM, Aaron Konstam wrote: > I'll bite. How are the two processes different? As far as copying text > they seem exactly the same. They use 2 different "buffers" to store the "copied" text. They can be used together if you so choose -- Kevin J. Cummings kjch...@rcn.com cumm

Re: Copy and paste in Terminal

2010-10-14 Thread JD
On 10/14/2010 08:20 AM, Alex wrote: > Hi, > >> This is how I tested it: >> in one window, I highlighted text, and Edit->copy >> In another window, I only highlighted. >> in a third window, Edit->paste yields contents from first window, >> and click middle button yields contents from seconds windo

Re: Copy and paste in Terminal

2010-10-14 Thread Alex
Hi, > This is how I tested it: > in one window, I highlighted text, and Edit->copy > In another window, I only highlighted. > in a third window, Edit->paste yields contents from first window, > and click middle button yields contents from seconds window. > ctrl-shift-v yields same contents as Edit

Re: Copy and paste in Terminal

2010-10-14 Thread Alex
Hi, > I think the behaviour to expect now a days is, > > 1. If you select but don't copy with either of the following then it >    is expected that you should be able to paste with a click of the >    middle button. >    + right click copy from the context menu >    + Ctrl + c (on regular desktop

Re: Copy and paste in Terminal

2010-10-14 Thread JD
On 10/14/2010 07:53 AM, Aaron Konstam wrote: > On Wed, 2010-10-13 at 23:09 -0400, Kevin J. Cummings wrote: >> On 10/13/2010 11:00 PM, JD wrote: >> >>> I have been copying and pasting as I described above >>> ever since the first X release on BSD. >>> No control-shift-v and no control-shift-c . >>

Re: Copy and paste in Terminal

2010-10-14 Thread Aaron Konstam
On Thu, 2010-10-14 at 00:22 -0400, Alex wrote: > Hi, > > > And you are missing the point. There are two separate processes. One > > of them copy/pastes to the system wide copy/paste "buffer", is the same > > as EDIT/copy and EDIT/paste in most menus, and can be bound to > > keystrokes or either

Re: Copy and paste in Terminal

2010-10-14 Thread Aaron Konstam
On Wed, 2010-10-13 at 23:09 -0400, Kevin J. Cummings wrote: > On 10/13/2010 11:00 PM, JD wrote: > > > I have been copying and pasting as I described above > > ever since the first X release on BSD. > > No control-shift-v and no control-shift-c . > > Just hightlight with left button and paste with

Re: Copy and paste in Terminal

2010-10-14 Thread Suvayu Ali
On Wednesday 13 October 2010 09:22 PM, Alex wrote: > Ideally, I'd like to be able to highlight text in any application and > have it automatically copied to the buffer, then use the right mouse > button, or ctrl-v, to paste somewhere else. I think the behaviour to expect now a days is, 1. If you

Re: Copy and paste in Terminal

2010-10-13 Thread JD
On 10/13/2010 08:09 PM, Kevin J. Cummings wrote: > On 10/13/2010 11:00 PM, JD wrote: > >> I have been copying and pasting as I described above >> ever since the first X release on BSD. >> No control-shift-v and no control-shift-c . >> Just hightlight with left button and paste with middle >> butt

Re: Copy and paste in Terminal

2010-10-13 Thread Alex
Hi, > And you are missing the point.  There are two separate processes.  One > of them copy/pastes to the system wide copy/paste "buffer", is the same > as EDIT/copy and EDIT/paste in most menus, and can be bound to > keystrokes or either c-c and c-v or similar.  The other is done by just > highli

Re: Copy and paste in Terminal

2010-10-13 Thread Kevin J. Cummings
On 10/13/2010 11:00 PM, JD wrote: > I have been copying and pasting as I described above > ever since the first X release on BSD. > No control-shift-v and no control-shift-c . > Just hightlight with left button and paste with middle > button. No fuss and no mess :) :) And you are missing the poin

Re: Copy and paste in Terminal

2010-10-13 Thread JD
On 10/13/2010 07:54 PM, Kevin J. Cummings wrote: > On 10/13/2010 10:04 PM, JD wrote: >>On 10/13/2010 06:08 PM, Kevin J. Cummings wrote: >>> On 10/13/2010 03:42 PM, Alex wrote: Hi, For some reason, simply highlighting text in a Terminal no longer copies it to the buffer. I

Re: Copy and paste in Terminal

2010-10-13 Thread Kevin J. Cummings
On 10/13/2010 10:04 PM, JD wrote: > On 10/13/2010 06:08 PM, Kevin J. Cummings wrote: >> On 10/13/2010 03:42 PM, Alex wrote: >>> Hi, >>> >>> For some reason, simply highlighting text in a Terminal no longer >>> copies it to the buffer. I must right-click then select copy in order >>> for it to wor

Re: Copy and paste in Terminal

2010-10-13 Thread JD
On 10/13/2010 06:08 PM, Kevin J. Cummings wrote: > On 10/13/2010 03:42 PM, Alex wrote: >> Hi, >> >> For some reason, simply highlighting text in a Terminal no longer >> copies it to the buffer. I must right-click then select copy in order >> for it to work. What changed? How can I fix this? > AFA

Re: Copy and paste in Terminal

2010-10-13 Thread Kevin J. Cummings
On 10/13/2010 03:42 PM, Alex wrote: > Hi, > > For some reason, simply highlighting text in a Terminal no longer > copies it to the buffer. I must right-click then select copy in order > for it to work. What changed? How can I fix this? AFAICT, when you highlight text with the mouse/touchpad, you

Copy and paste in Terminal

2010-10-13 Thread Alex
Hi, For some reason, simply highlighting text in a Terminal no longer copies it to the buffer. I must right-click then select copy in order for it to work. What changed? How can I fix this? I thought it might have something to do with screen, but it does it on any tab, whether screen is being use