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

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

Re: Kill and yank (AKA cut and paste) from other X apps


From: Kai Großjohann
Subject: Re: Kill and yank (AKA cut and paste) from other X apps
Date: Mon, 26 May 2003 21:50:35 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

A. L. Meyers <me@privacy.net> writes:

> How can one kill and yank (AKA cut and paste) text in other applications
> in X to and from Emacs, please?  Tried to kill an email address in
> Mozilla and yank it into an Emacs mail buffer but it hasn't worked yet.

I just drag it with the mouse in Mozilla, and then I can use either
mouse-2 or C-y in Emacs.  The following snippet from my .emacs may be
relevant:

(setq mouse-sel-default-bindings 'interprogram-cut-paste)
(mouse-sel-mode 1)
-- 
This line is not blank.


reply via email to

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