[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Auto Copy on mouse select
From: |
Andreas Röhler |
Subject: |
Re: Auto Copy on mouse select |
Date: |
Thu, 7 Feb 2008 11:15:01 +0100 |
User-agent: |
KMail/1.9.5 |
Am Donnerstag, 7. Februar 2008 01:43 schrieb orium:
> Hi, everybody.
>
> I am using emacs 22.1, in graphic mode.
> When I select some text with the mouse, that text is copied to
> clipboard,
> that is really annoying, how can i turn off this behavior?
>
> Thanks
Set mouse-drag-copy-region to nil.
,----
| mouse-drag-copy-region is a variable defined in `mouse.el'.
| Its value is t
|
| Documentation:
| *If non-nil, mouse drag copies region to kill-ring.
|
| You can customize this variable.
`----
Andreas Röhler