Path: csiph.com!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.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.142 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.72; '*S*': 0.00; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oct': 0.16; 'ssh': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'gateway': 0.22; 'keys': 0.22; 'work.': 0.23; 'allows': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'interface': 0.27; 'editors': 0.29; 'probably': 0.29; "i'm": 0.29; 'fri,': 0.30; 'figure': 0.30; 'on,': 0.30; 'code': 0.31; "who's": 0.32; 'running': 0.32; 'accessible': 0.33; 'to:addr:python-list': 0.33; 'that,': 0.34; "can't": 0.34; 'received:google.com': 0.34; 'text': 0.34; 'along': 0.35; 'moved': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; "i'll": 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'end': 0.40; 'your': 0.60; 'easy': 0.60; 'home': 0.66; 'day': 0.73; 'crummy': 0.84; 'moves': 0.84; 'neil': 0.84; 'printouts': 0.84; 'glad': 0.86 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WDKYQasG12JZMhJfmoA3mimnib+2kSTkRvU/TiIXx0g=; b=pDFzfx311i4E8e1sqVCgH9Vp0RByBklMOBBfCb0O2QM0FN+cfVvdZ2mSuesxs53OJA +/lEcS6jdyS773Sb28KhXKHV7trX6jnHpHtipyhyIdt4cdfEXYZ85KDPCArYCBMU3gps JyBA/e2tT280dObN4VY2eqzikeqrvj478VlF6SRMVIF1vTC0cniXTX0/0hJcZe00gCsV 2DmS/WVpbJqnAEsCZ7KU/LmyBliN8BKzOuxdilEOjjjO/4ZecYaqlZypeuA3OG/DfrJd fPJ7RVRMIrGvK3kFKM9qgnm8GNDEdR1U1Dyzz1gg7yhDdoSjzvnVAe6aU84rjcpG/7xQ 0DkQ== MIME-Version: 1.0 In-Reply-To: References: <90210f1e-c77c-4ac2-af68-2b598f0264c4@googlegroups.com> Date: Fri, 19 Oct 2012 03:21:10 +1100 Subject: Re: A desperate lunge for on-topic-ness From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350577273 news.xs4all.nl 6902 [2001:888:2000:d::a6]:49174 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31663 On Fri, Oct 19, 2012 at 3:13 AM, Neil Cerutti wrote: > Though technology has moved along swiftly, keeping your code > accessible to the guy using a crummy old console xterm might > still be worthwhile, and it makes printouts easy to create. And keeping your interface accessible to someone who can't use the Home and End keys allows it to be used by someone who's using PuTTY on Windows to SSH to a gateway and then SSH from there to a firewalled computer that's running your application. And yes, I do exactly that, and yes, for some reason Home/End don't always work. One day I'll probably figure out what the issue is, but for now, I'm just glad there are baseline text editors that don't need such keys... Technology moves on, but not everywhere. ChrisA