Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'feature.': 0.07; 'implements': 0.07; 'subject:code': 0.07; 'app,': 0.09; 'highlight': 0.09; 'patches': 0.09; 'developers,': 0.10; 'pushed': 0.13; 'apps': 0.15; 'desktops': 0.16; 'devs': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'paste.': 0.16; 'wrote:': 0.16; 'app': 0.16; 'example.': 0.18; "shouldn't": 0.18; 'gui': 0.18; 'subject:] ': 0.19; 'windows': 0.20; 'seems': 0.23; 'header:In- Reply-To:1': 0.24; 'feature': 0.24; 'header:User-Agent:1': 0.26; 'linux': 0.26; 'this.': 0.28; 'subject:/': 0.30; 'system,': 0.30; 'especially': 0.32; 'implement': 0.32; 'message-id:@gmail.com': 0.34; 'add': 0.34; 'server': 0.34; 'could': 0.35; 'something': 0.35; 'but': 0.36; 'instead': 0.36; 'there': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'really': 0.37; 'display': 0.37; 'received:org': 0.37; 'release': 0.37; 'wrong': 0.38; 'someone': 0.38; 'application': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'more': 0.63; 'sounds': 0.76; 'click': 0.76; 'abandon': 0.84; 'client-side': 0.84; 'gtk': 0.84; 'implications': 0.84; 'pasting': 0.84; 'windowing': 0.84; 'edwards': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Wed, 22 Jul 2015 15:56:57 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: [OT] Can I copy/paste Python code? References: <0f0c6018-50e7-4e95-a798-313d767ce177@googlegroups.com> <201507211725.t6LHPW1Y028074@fido.openend.se> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437602737 news.xs4all.nl 2893 [2001:888:2000:d::a6]:33808 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94403 On 07/22/2015 01:35 PM, Grant Edwards wrote: > That must be using something other than the standard X11 clipboard > copy/paste mechnism. You shouldn't have to "right click copy", and > many of the apps I paste into don't even have a "right click paste". > > It sounds like evince has abandoned the trie-and true X11 clipboard > functionality that people have been using for 30 years. Sadly, yes. Gnome has indeed pushed to abandon this. And the wayland display server also abandons this, though it practice it do so by pushing the implementation of such neat shortcuts into the toolkit instead of the windowing system, and if the recent past is any indication, GTK devs are not going to go out of their way to implement middle click paste. But perhaps someone will release patches to add it into the popular GUI toolkits. The Putty app on Windows implements this style of pasting in the app, as an example. I could be wrong but I think highlight and middle-click paste is a happy accident that became a feature in X. And there could be some application security implications surrounding it, which is part of the hesitancy of gnome developers, and wayland developers, to carry this feature. Though it seems to me Linux desktops are becoming more and more like Windows in the ways that drove me to really like X11 desktops. For example, client-side decorations always bugged me in Windows especially when an app would freeze and I couldn't move it.