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


Groups > comp.lang.python > #59892

Re: Building a tree-based readline completer

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'classes,': 0.05; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'python': 0.11; 'cmd': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'spacing': 0.16; 'subject:based': 0.16; 'prevent': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; "python's": 0.19; 'thanks.': 0.20; '>>>': 0.22; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'url:moin': 0.24; 'second': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'related': 0.29; 'url:wiki': 0.31; '>>>>': 0.31; 'though.': 0.31; 'class': 0.32; 'run': 0.32; 'url:python': 0.33; 'monday,': 0.33; 'monday': 0.35; 'but': 0.35; 'url:org': 0.36; 'christian': 0.38; 'thank': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'read': 0.60; 'above,': 0.60; 'world.': 0.61; 'you.': 0.62; 'email addr:gmail.com': 0.63; 'limitations,': 0.84; 'received:2': 0.84; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Building a tree-based readline completer
Date Mon, 18 Nov 2013 17:13:15 +0000
References <fe046bab-d23d-4515-800e-6f23a507bf76@googlegroups.com> <mailman.2852.1384792895.18130.python-list@python.org> <34f7f052-1fd6-449b-a7eb-dc0d3505ac4b@googlegroups.com> <e35a9ae4-2fd1-46cc-8e41-42e1172fd22f@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-2-98-194-3.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
In-Reply-To <e35a9ae4-2fd1-46cc-8e41-42e1172fd22f@googlegroups.com>
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2854.1384794812.18130.python-list@python.org> (permalink)
Lines 67
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384794812 news.xs4all.nl 15866 [2001:888:2000:d::a6]:60924
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59892

Show key headers only | View raw


On 18/11/2013 16:55, roey.katz@gmail.com wrote:
> On Monday, November 18, 2013 11:54:43 AM UTC-5, roey  wrote:
>> Thank you.  In looking over these classes, I see though that even them, I would run against the same limitations, though.
>>
>>
>>
>> - Roey
>>
>>
>>
>> On Monday, November 18, 2013 11:41:20 AM UTC-5, xDog Walker wrote:
>>
>>> On Monday 2013 November 18 07:47, roey wrote:
>>
>>>
>>
>>>> I am trying to build a replacement completer for python's Cmd class
>>
>>>
>>
>>>
>>
>>>
>>
>>> These related packages may be of interest:
>>
>>>
>>
>>>
>>
>>>
>>
>>>   http://pypi.python.org/pypi/rl
>>
>>>
>>
>>>   http://pypi.python.org/pypi/kmd
>>
>>>
>>
>>>
>>
>>>
>>
>>> --
>>
>>>
>>
>>> Yonder nor sorghum stenches shut ladle gulls stopper torque wet
>>
>>>
>>
>>> strainers.
>
> *even with them
>

Would you please read and action this 
https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing the 
double line spacing above, thanks.

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

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


Thread

Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 07:47 -0800
  Re: Building a tree-based readline completer xDog Walker <thudfoo@gmail.com> - 2013-11-18 08:41 -0800
    Re: Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 08:54 -0800
      Re: Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 08:55 -0800
        Re: Building a tree-based readline completer Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-18 17:13 +0000
        Re: Building a tree-based readline completer xDog Walker <thudfoo@gmail.com> - 2013-11-18 09:36 -0800
        Re: Building a tree-based readline completer Dave Angel <davea@davea.name> - 2013-11-18 15:51 -0500
          Re: Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 16:41 -0800

csiph-web