Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'subject:code': 0.07; 'cc:addr:python-list': 0.09; '22,': 0.09; 'compact': 0.09; 'toc': 0.09; 'itself.': 0.11; 'wed,': 0.15; 'collapse': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'tree': 0.18; 'widget': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'either.': 0.22; 'minor': 0.22; 'am,': 0.23; 'header:In-Reply- To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'entries': 0.27; 'node': 0.29; "i'm": 0.30; 'subject:/': 0.30; 'problem': 0.33; 'michael': 0.33; 'curious': 0.33; 'open': 0.33; 'received:google.com': 0.35; 'level': 0.35; 'but': 0.36; 'too': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'does': 0.39; 'close': 0.61; 'more': 0.63; 'panel.': 0.66; 'jul': 0.72; 'chrisa': 0.84; 'collapsing': 0.84; 'everything,': 0.84; 'to:none': 0.91; 'edwards': 0.91 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=UK6W398bc0MBVyuAmdTWbPyib9LSn8TK8IIdZE5Gz8I=; b=uTbclO8e3hfFHUjNzPJA5at9Ho48cWBXyfMMpXs1Kbl9BgoHyRLhsmpU6w5tkgXaAw nMIZZsoxcvSinqKBDSreo/sT6oECpRMhZbwEFHHQJvDn8h5rtLsSoOtzghmREHv4ObDM S81oyWNM20dxvhEsSHch96SMfIztqYi1NBE4l4qT7WsoYGfiiH3nApFBriIMwTlOBH6z /Qh44R24mr5Aj+yyJhXEBFFTQh5Idzj/oc9RSmr4mD1PSRI3PJtBvkxKOHHRW8OgGBQM ru6pMCZNi7ACsvhT1GklIGsuBpXhvMu77WetxLL48dajaSUGsLcDfPtQkqB0P6/D2tbd jpIA== MIME-Version: 1.0 X-Received: by 10.107.4.1 with SMTP id 1mr47403032ioe.10.1437527576820; Tue, 21 Jul 2015 18:12:56 -0700 (PDT) In-Reply-To: <55AEEBC9.3020306@gmail.com> References: <0f0c6018-50e7-4e95-a798-313d767ce177@googlegroups.com> <201507211725.t6LHPW1Y028074@fido.openend.se> <55AEEBC9.3020306@gmail.com> Date: Wed, 22 Jul 2015 11:12:56 +1000 Subject: Re: Can I copy/paste Python code? 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.20+ 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437527578 news.xs4all.nl 2844 [2001:888:2000:d::a6]:46028 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94338 On Wed, Jul 22, 2015 at 11:03 AM, Michael Torrie wrote: > On 07/21/2015 06:12 PM, Grant Edwards wrote: >> >> I don't want to close the TOC panel. I want to collapse all the >> entries in the TOC tree widget _in_ the TOC panel. > > Ahh. Atril does not do this either. It can collapse the TOC to the > first level items but not the tree itself. I'm curious as to what good > collapsing the whole tree down to one node would be. Collapse everything, then open out just the one you want. More compact display. And yes, it's a minor problem in evince, though not too bad for my usage (I can close one sub-branch, just not the whole tree). ChrisA