Bug 795 - use CLIPBOARD instaed of PRIMARY as the X selection source
Summary: use CLIPBOARD instaed of PRIMARY as the X selection source
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: emacs-X11 (show other bugs)
Version: unstable
Hardware: all Linux
: P4 enhancement
Assignee: Ivan Zakharyaschev
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-07 17:38 MSD by imz
Modified: 2003-08-25 15:18 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description imz 2002-04-07 17:38:53 MSD
\"clipboard\"-scheme is more consistent with what people expect from \"cut-copy-paste\".

Detailed description can be found here: <a href="http://www.freedesktop.org/standards/clipboards.txt">http://www.freedesktop.org/standards/clipboards.txt</a>

Now Emacs uses the old \&quot;primary-selection\&quot; scheme by default.
---
Play with selections in Emacs and other programs (Mozilla) and observe it with xclipboard.

---
Set x-select-enable-clipboard to true to change the scheme.
Comment 1 imz 2002-04-13 19:13:57 MSD
x-select-enable-clipboard set to t (true) in emacs-21.2-alt1. 
To revert to the old scheme, set it to nil. (But still I think you wouldn\'t want to do this: the new scheme fisrt tries the clipboard, and if it is empty, it follows the old scheme. And I beleive that an application that isn\'t able to copy the selection to the clipboard is not perfect -- you may use xclipbaord for such cases.)
Comment 2 imz 2002-04-13 19:13:57 MSD
x-select-enable-clipboard set to t (true) in emacs-21.2-alt1. 
To revert to the old scheme, set it to nil. (But still I think you wouldn\'t want to do this: the new scheme fisrt tries the clipboard, and if it is empty, it follows the old scheme. And I beleive that an application that isn\'t able to copy the selection to the clipboard is not perfect -- you may use xclipbaord for such cases.)