Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31195

Re: readline trick needed

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.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 <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.190
X-Spam-Level *
X-Spam-Evidence '*H*': 0.62; '*S*': 0.00; 'do,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oct': 0.16; 'wrote:': 0.17; 'everyone,': 0.17; 'appropriate': 0.20; 'trying': 0.21; 'header:In-Reply-To:1': 0.25; 'appear': 0.26; 'am,': 0.27; 'realize': 0.27; 'message-id:@mail.gmail.com': 0.27; 'post': 0.28; 'usable': 0.29; "i'm": 0.29; 'to:addr:python-list': 0.33; 'me?': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'really': 0.36; 'but': 0.36; 'useful': 0.36; 'does': 0.37; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'link': 0.60; 'you.': 0.61; 'dont': 0.64; 'lack': 0.71; 'obvious': 0.71; 'realized': 0.71; 'grow': 0.74; 'yourself': 0.77; 'etienne': 0.84; 'yet?': 0.84
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=8Cjx0DYWxYd4ieAA6Z1vqPxvviCn9ntkOR2iK8BhfW0=; b=DONfhrNmr8Rc4k+ClgkW+T7Vbh2dpC/c870aSnxLT3RIeEjUduxd3oBCMGYGpFowwM 7QiFiflkrmxmiuzO+tzzOOAwh0sgMRzlbnQPMNMJpwda1+jVnrjFKYjmbyOlpG5OTb/T 5czWlzy+W9XLnN8O2CnGJ/5qbG6G0YofgDSvBHT2Ejv6P+t+ci/g0QkbTfblH/qtZVvS EW3RbrqxcfiPqPH2RBbswBovKWTQnrDjII6h00gKqOozt56EitgT0jffFSY4WkDwiA7C CjeNUOHSC1K/6naHKkPJ5sFMImZWcXfwXhyQMZXEnoBiqsWFGlathdls1Dhm2bgGwPux 1oJw==
MIME-Version 1.0
In-Reply-To <20121013094404.72241509d6ca6697e67d9419@gmail.com>
References <50796ce5$0$6574$c3e8da3$5496439d@news.astraweb.com> <20121013094404.72241509d6ca6697e67d9419@gmail.com>
Date Sun, 14 Oct 2012 00:47:52 +1100
Subject Re: readline trick needed
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2114.1350136075.27098.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350136075 news.xs4all.nl 6981 [2001:888:2000:d::a6]:46395
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31195

Show key headers only | View raw


On Sun, Oct 14, 2012 at 12:44 AM, Etienne Robillard
<animelovin@gmail.com> wrote:
> Why dont you grow yourself some usable neurons instead ? Don't you realize now stackoverflow.com is starting
> to hurt your capacity to cogitate on your own or have you not realized this yet?

Excuse me?

I'm not overly familiar with readline, so perhaps there is a really
obvious way to do what Steven's trying to do, but this post does not
appear to be the result of a lack of thinking.

If it really IS that obvious to you, post a link to appropriate
documentation without the rudeness... that way it'll be useful to
everyone, not just cathartic to you.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-13 13:30 +0000
  Re: readline trick needed Etienne Robillard <animelovin@gmail.com> - 2012-10-13 09:44 -0400
  Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 00:47 +1100
  Re: readline trick needed Etienne Robillard <animelovin@gmail.com> - 2012-10-13 09:58 -0400
  Re: readline trick needed Roel Schroeven <roel@roelschroeven.net> - 2012-10-13 23:14 +0200
  Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 08:44 +1100
  Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-13 23:13 +0100
  Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 09:41 +1100
  Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-13 23:52 +0100
  Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-14 01:32 +0100
  [on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 10:30 +0200
    Re: [on topic] Re: readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 11:27 +0000
      Re: [on topic] Re: readline trick needed Robert Kern <robert.kern@gmail.com> - 2012-10-16 13:20 +0100
        Re: [on topic] Re: readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 12:52 +0000
      Re: [on topic] Re: readline trick needed Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 10:14 -0400
      [off topic], was Re: [on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 16:36 +0200
      Re: [off topic], was Re: [on topic] Re: readline trick needed Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 11:14 -0400
  Re: [on topic] Re: readline trick needed Ned Deily <nad@acm.org> - 2012-10-16 01:50 -0700
  Re: [on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 12:20 +0200
  Re: [on topic] Re: readline trick needed Ned Deily <nad@acm.org> - 2012-10-16 13:44 -0700

csiph-web