Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'true,': 0.05; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'subject:Tkinter': 0.16; 'subject:insensitive': 0.16; 'subject:make': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:gmail.com': 0.22; 'cc:addr:python.org': 0.22; 'entries': 0.24; 'skip': 0.24; 'header:In-Reply-To:1': 0.27; 'cc:2**2': 0.30; 'message-id:@mail.gmail.com': 0.30; 'trouble': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'should': 0.36; 'removing': 0.60; 'back': 0.62; 'become': 0.64; 'to:addr:gmail.com': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=g1ytOyAHtUePICAu+AmG5cqM+DsE384JSmjAbyaW0B0=; b=gysFUW2xckFwcGgQ9zNNkqEp0k20LRyCisXG29xToLLjQe2FbQV5C5psx7aZ8yRerk HhOo7ZzO342EfjNnvXAVAZ2tgIdEgVcyp8S+YEhlqVCR07To3K9qisy87ISTAnJPuFJu J53dTfADqzNFX/1lacteqxhHl7NEV/vT6u0w/avAyX7lLMboyaeLRtX4tdODlJnHK2LQ Tbpi6If+3legJuMSR4RQctqzb1idkYW3zZxK9JRczB0qs3Sv+y3i+kUyDgItxfzhvRTP Ln7TcxlhBzhhyNxNBZg9slV7MgctUNNxrW4hqNqzG2PMvpWMCoDD1vZjexh6hKgFsu4a 2Vag== MIME-Version: 1.0 X-Received: by 10.50.97.7 with SMTP id dw7mr7766845igb.2.1381429747090; Thu, 10 Oct 2013 11:29:07 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: Date: Thu, 10 Oct 2013 13:29:07 -0500 X-Google-Sender-Auth: xIZHkClSVHLU0KXdvk-35_tKak4 Subject: Re: How to make Tkinter Listbox entry insensitive? From: Skip Montanaro To: =?UTF-8?B?Q2hyaXMg4oCcS3dwb2xza2HigJ0gV2Fycmljaw==?= Content-Type: text/plain; charset=UTF-8 Cc: Python , Skip Montanaro 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381429750 news.xs4all.nl 15969 [2001:888:2000:d::a6]:52879 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56595 > Removing inappropriate entries is not much of a hack. True, but then I have to go through the trouble of adding them back in should they become valid again. :-) Skip