help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to paste from Cygwin Emacs to Windows app using keyboard?


From: B. T. Raven
Subject: Re: How to paste from Cygwin Emacs to Windows app using keyboard?
Date: Tue, 23 Apr 2013 13:03:47 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

Die Mon Apr 22 2013 18:01:55 GMT-0500 (Central Daylight Time) Alexandre
Oberlin <email_through@migo.info> scripsit:

> Hi all,
> 
> I use Cygwin under Windows 7. I managed to paste from Windows into Emacs
> by adding
> '"shift insert": paste-from-clipboard'
> to my .inputrc file.
> 
> However I still cannot paste from Emacs into a Windows application
> unless I use the mouse to select in Emacs.
> 
> I have played with x-select-enable-clipboard,
> interprogram-paste-function etc. with no avail. I do not run X on Cygwin.
> 
> Any suggestion?
> 
> Alexandre
> 
> 

Also, since you mentioned it, try checking whether these are set (they
may be hard-wired during the build since they don't seem to be
customizable):

"
interprogram-cut-function is a variable defined in `simple.el'.
Its value is x-select-text

interprogram-paste-function is a variable defined in `simple.el'.
Its value is x-get-selection-value

"

I don't know if they are appropriate when using Cygwin but they work on
the w32 native build at least on ver. 23.3

Ed





reply via email to

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