guile-user
[Top][All Lists]
Advanced

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

Re: Pasting from the clipboard in guile-gtk


From: Marius Vollmer
Subject: Re: Pasting from the clipboard in guile-gtk
Date: 22 Oct 2000 15:29:54 +0200
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Neil Jerram <address@hidden> writes:

> But I'd really like copying from xterm/emacs to work as well.  Does
> the design cover this case?

It works for me, using a GtkEntry widget.  Maybe you are confused
about the distiction between the `selection' and the `clipboard'?
Selecting in xterm puts the selected text into the `selection' but not
in the `clipboard'.  Middle button in a GtkEntry inserts the
`selection', while C-v inserts the `clipboard'.

I think.



reply via email to

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