Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.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.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'subject:request': 0.19; 'thu,': 0.19; 'unlike': 0.19; 'seems': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'too.': 0.31; 'request,': 0.31; 'regular': 0.32; 'could': 0.34; 'received:209.85': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'received:209': 0.37; 'pm,': 0.38; '12,': 0.39; 'skip:u 10': 0.60; 'then,': 0.60; 'prompt': 0.68; '2015': 0.84; 'warning.': 0.84; 'to:none': 0.92 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:cc :content-type; bh=jgVbxFuAFEtrJthV0EuiBDHVzpnG/UYBWtefrjmKlCg=; b=ww9C/qiWpbEu3MI/6REFJt38JHwDEMaisG/uoxdI7jRsIFotnVZk+m5j7pN9/Vlrun AAV81euGU6KFFj8PqYyUlHGUpsRuaV+Qe0fzPObWvo7oJlt/9MheZXeoXIHXl2IBx8Nd sd4pwaNiHRbwxm6R2WCo+Db4vDenZ1lrClVu8giUANki22Nmp2yvLNU/lRbpDzwQarpb i5H8QnWskk4ibZxsORHYqPwj7bnsgtXZaE9Bk4Sxl1zy7PH6lfigjMV5rQKbUgEck3y+ JKVKCk141OIT8TukgQqsHNqC7RKCGJrj0oheCULguZuo3y4xw09+jmJweNlTyoEh/AUM 96iQ== MIME-Version: 1.0 X-Received: by 10.107.158.146 with SMTP id h140mr2164910ioe.27.1423710324111; Wed, 11 Feb 2015 19:05:24 -0800 (PST) In-Reply-To: References: Date: Thu, 12 Feb 2015 14:05:24 +1100 Subject: Re: idle feature request From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1423710332 news.xs4all.nl 2868 [2001:888:2000:d::a6]:34777 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85564 On Thu, Feb 12, 2015 at 1:27 PM, Terry Reedy wrote: > However, when one quits, then, unlike a regular edit window, there is no > ask-to-save warning. Is this what you want? This would seem reasonable and > likely easy. (I would, however, not want the prompt when the buffer has not > been saved -- or this could be a configuration option.) That's my understanding of the request, too. It seems reasonable to have a way to be prompted about saving. ChrisA