If you want to copy some text from emacs, and then paste it in another
application in X environment, you can have try as add the line below to
you .emacs file:

(global-set-key [C-f11] 'clipboard-kill-ring-save)

This will add a new bind, here is contrl-f11, to replace the default M-w
when copying, then in the other application, the normal paste operation
will work.

By this method, there are two key-bindings, respectively take charge of
the internal-copy-paste affairs and that between eamcs and other 
applications. I admit that this method is a little ugly, is there 
anyone who has better solution on this issue?

On Fri, Jul 22, 2005 at 05:17:57AM -0700, Baloff wrote:
> Hello
> ok, the title says it all, I cann't copy from emacs and paste into say 
> Mozilla or any other program and this is true from other programs to 
> emacs as well. what is the fix?
> 
> thanks
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to