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

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

Re: emacs -nw: share mouse cut & pastes from other X windows


From: Kim F. Storm
Subject: Re: emacs -nw: share mouse cut & pastes from other X windows
Date: 10 Jan 2002 01:04:52 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

desj@math.berkeley.edu (David desJardins) writes:

> Dan Jacobson (invalid address) writes:
> > It occurred to me that "emacs -nw" could be enhanced so that C-y could
> > recall shared mouse cut & paste stuff from other X windows just like
> > regular emacs can do.
> 
> Please, God, spare us from such "enchancements".

What's wrong with *any feature* as long as 
a) it is not enabled by default, or
b) you can turn it off ?

For this feature, the necessary code in .emacs would be trivial:

        (unless window-system
          (setq interprogram-paste-function nil))

-- 
Kim F. Storm  http://www.cua.dk



reply via email to

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