From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29856 invoked by alias); 10 Nov 2011 10:47:04 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16571 Received: (qmail 6 invoked from network); 10 Nov 2011 10:47:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <111110024647.ZM6853@torch.brasslantern.com> Date: Thu, 10 Nov 2011 02:46:47 -0800 In-reply-to: <20111110101553.GA1368@devbox.epam.com> Comments: In reply to Eugene Dzhurinsky "Re: delay in exitting from zsh shell" (Nov 10, 12:15pm) References: <20111109222020.GB10120@devbox> <111109195118.ZM6411@torch.brasslantern.com> <20111110071946.GA2380@devbox> <111110021007.ZM6786@torch.brasslantern.com> <20111110101553.GA1368@devbox.epam.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: delay in exitting from zsh shell MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 10, 12:15pm, Eugene Dzhurinsky wrote: } } And the problem is that even if I comment out the lines: } [...] } } it still takes the same (as per my feeling) time as with having those } lines in the configuration. What may be wrong here? At this point I'm not really sure. Maybe some of those options are being set elsewhere, e.g., by /etc/z* files, and you need to unsetopt them rather than just comment them out? Leaving inc_append_history set but turning off hist_save_no_dups may also make a difference. You could also try "setopt hist_save_by_copy".