ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] concerns about cutting addressed


From: Cameron Patrick
Subject: Re: [RP] concerns about cutting addressed
Date: Fri Feb 6 10:50:00 2004
User-agent: Mutt/1.5.4i

Joe Corneli wrote:

| 'Cause pasting to X-enabled-Emacs isn't supported by screen. Maybe I
| should switch back to the text-based Emacs?  I feel that if screen
| shared with the X clipboard (or whatever its called), I'd really
| have something to write home about.

You could probably hack something up with xclip and screen's writebuf
command.  e.g.:

screen -X writebuf /tmp/foo$$ && xclip -i /tmp/foo$$
rm -f /tmp/foo$$

Stick it in a shell script, bind it to something in your screenrc and
you're in business.

Cameron.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]