From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2851 invoked by alias); 20 Sep 2017 11:54:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 41735 Received: (qmail 11497 invoked by uid 1010); 20 Sep 2017 11:54:26 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf0-f67.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.215.67):SA:0(-1.4/5.0):. Processed in 0.850828 secs); 20 Sep 2017 11:54:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,RCVD_IN_SORBS_SPAM, SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: s.seletskiy@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=5jscPItU5yDJKNWGUHqiFCEFWa9IHTlNfN42yIq3JtE=; b=ej8S9Kq+BMNGg0MlhJSTutTdQ+8DRKTjhTuPaM8sPAvLPFL6U7coizvkMLystMA87y NM07Vh7Hl4fMlCq5Xf6hJG+OoGaQqHSerXx52CzV7UqOP6leNgRsdd4vvAs39mGyXNiA mFCzjTD4osOYfwMpTnTVE8/AqAYElvdS4E3fk0yX8SbUyUEEKtyUjkCWCHRowp0qAEYq 0y/IaCVKCkDzJT4C5vDLSMyvxVSarBWnAa8Oimb2eIfoj0zGERC41o6SeM0V9tY1fdaL w6Nw3XOHeTQhxT/VkfLk+zakMqOfTPVBdpzJaG1+1KfzXIw/uopfVRWrFGRF31IAVfbe tmWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=5jscPItU5yDJKNWGUHqiFCEFWa9IHTlNfN42yIq3JtE=; b=eqNmUSmRYB5HDPsfY6IFoLOzsh+2xlegi0aqvwgIM0rWWhnUoGcx2lNu5+ZPw5ymjK JmJfpMmDtCp0guAS5/UD6fBcDDPyUoWdf/IkM9klbvLKYHtFdhvsMo1SQNfSHKGQacJK Y2/UvsiDxlknEQYjwnUfFSxTIWhMMrZdZi7AIS+JnToQroC24aOpFjTQOnM/WRM/lZQN rRSJGsa/3KJEHxb19CWLZV0Sl+fUe5JkCSWMXtlNVpNGqhx3wiPL+xo6Osxd+OZG6utQ z96B1qkS4Zv0gAQHM9GOa508tPsh6W1U60qV8ghUBL7u9zdsD0T11yPI6cD+YBxJ/MJZ 9J9w== X-Gm-Message-State: AHPjjUikb7VsXWeaU3rMBxvto4mm2RMIVrhOFbwYK9jHXoyy8TPguOs2 YqcFBsYcUe5W99IAypazJUs= X-Google-Smtp-Source: AOwi7QC0wOPe9fsEUpCw7i5081Hat9PlV8TO5YbbOKoMBLdTUlBUUMYrQve78a98SOVo6KNsnCGo3Q== X-Received: by 10.46.85.138 with SMTP id g10mr2108021lje.114.1505908461888; Wed, 20 Sep 2017 04:54:21 -0700 (PDT) Date: Wed, 20 Sep 2017 18:54:19 +0700 From: Stanislav Seletskiy To: Peter Stephenson Cc: zsh-workers@zsh.org Subject: Re: Comment (# char) behavior in the sub-shell Message-ID: <20170920115418.GB21515@archlinux> References: <20170910210636.17bc0581@ntlworld.com> <170910152711.ZM4470@torch.brasslantern.com> <20170911094926.5d8dc355@pwslap01u.europe.root.pri> <20170911104239.44911443@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170911104239.44911443@pwslap01u.europe.root.pri> User-Agent: Mutt/1.9.0 (2017-09-02) > (Paranoia.) > > I see, however, "nocomments" isn't saved and restored as we enter > different levels of reading history, which could be a problem. But I > don't think so --- you're just modifying around *parsing* a string, not > execution of the result, so there's no possibility of the effect being > passed on where it shouldn't be. > > Is there? > > [The sombre background music to this post is available at all online > retailers.] I'm using your patch and it works great. Is there chance it will be merged into upstream? I really miss that functionality.