Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'functioning': 0.09; 'gui': 0.12; 'ass': 0.16; 'cli': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hmm.': 0.16; 'nearest': 0.16; 'responsible,': 0.16; 'subject:son': 0.16; 'tab': 0.16; 'wait.': 0.16; 'weird': 0.16; 'ignore': 0.16; 'wrote:': 0.18; 'things.': 0.19; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; 'chris': 0.29; 'message- id:@mail.gmail.com': 0.30; 'dialog': 0.31; 'writes:': 0.31; 'file': 0.32; 'there.': 0.32; 'probably': 0.32; 'fri,': 0.33; "who's": 0.35; 'but': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'that,': 0.38; 'does': 0.39; 'bad': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'real': 0.63; 'more': 0.64; 'beat': 0.68; 'subject:wants': 0.74; 'completion': 0.78; '2013': 0.98 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=boZWXANp0yS3kjP3buqWjRjcrPp36SUsRdbZPG3vtCw=; b=gzBQFLUtspQNkVk6q6ZHja4OfgQtw+Cthghkl6dcWM6+1iV9puVmjVUpqSDUoe2+Mw AoEDHAD7tf9Apg5X5tb7eMbDA2q9nCPzVQagjQzbXygZ7ZPSBxSnNkIhtsZsrUzpBSbc g/KZKFDvMAFcjzrou64SPqP9JPs+FC4kvUJv/ZqunPcRU6VkMEwleN3Hpd+eVUVY4xmw nIbRW8Dd3I5Ik1YxQMPpGs0OgaT3GZFF7YoTUL2Gzyv5vHPav283p9cmFqJDzWiXlMLl MgAXj63m6OpMA3foDHHgVCYunBf1HYIRAJVkMc/guj1kCyiWUAJ8pzuVd3/FWQHP0BQ5 HMZg== MIME-Version: 1.0 X-Received: by 10.220.169.146 with SMTP id z18mr263274vcy.80.1371229922151; Fri, 14 Jun 2013 10:12:02 -0700 (PDT) In-Reply-To: References: <637daa98-9a0e-46ab-bb9a-f5638b7c0038@googlegroups.com> Date: Sat, 15 Jun 2013 03:12:01 +1000 Subject: Re: My son wants me to teach him Python 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371229930 news.xs4all.nl 15966 [2001:888:2000:d::a6]:49802 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48187 On Fri, Jun 14, 2013 at 10:02 PM, Anssi Saari wrote: > Chris Angelico writes: > >> I have tab completion. Beat that, GUI. > > Decent GUIs *have* tab completion. Bad GUIs don't. > > Oh wait. Is a GUI with tab completion a GUI at all or more of a weird > ass hybrid? What about a CLI that pops up a menu for completions? Hmm. Not sure what you mean there. The nearest I can think of is the way the file dialog (under Debian Wheezy + Xfce + SciTE; no idea who's responsible, probably Xfce) will fill in directory components as I type. But that's functioning almost exclusively as CLI style; I type in parts of the path and it does things. To take advantage of tab completion, I ignore the GUI-style of "point to the thing you want and click". There's no real way for point-and-click to work with tab completion. ChrisA