From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3376 invoked by alias); 28 Sep 2016 19:10:03 -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: 39485 Received: (qmail 19758 invoked from network); 28 Sep 2016 19:10:03 -0000 X-Qmail-Scanner-Diagnostics: from mail-pa0-f54.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.220.54):SA:0(0.0/5.0):. Processed in 0.139558 secs); 28 Sep 2016 19:10:03 -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=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:in-reply-to :comments:to:subject:mime-version; bh=pzJecsoy33aOFavjmalXSMQSOYluYFcMPvoVHLoZ/Po=; b=0gf4cmm4aMQFu40T8woBqsKgJn2XAmeoMbFdAZjfZEheQodNV/KJmI6zSbeFBN+eBK 55GgS+/YW55z+bw+N2DtbGQpgrz3baPcOP4prbviyGaT/4eAi+ictWUCUXj/nhRhw2hq nSOb8xTw14s50LYniGFRWo+f3n2qGfppmoM8aJikkuzh+5uouQReb1XyqWpIeOiMfLWl UTatPFOqF5IscNADGZ5YlUQxpbFz+9nektZby/Gjg2kExkiQCoAAVqczjeznBkHhDsOb YdunJWeO+pOUiNiQJjbbrIjpAgKI5VcE/nNmr7qav5Sj7BVzzSxQb1t2WlWL25XFjo/h aWzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:in-reply-to:comments:to:subject:mime-version; bh=pzJecsoy33aOFavjmalXSMQSOYluYFcMPvoVHLoZ/Po=; b=O8Y67KqQZdbvbrWd0VtSOioBwnmrTBkYegRFidMG3z4JLs8SmhSRcENC9kMOYuwREB Wios50cd43V5tY9kZMvF1o87VKx7Io3ZiRBqSB54Nyg9UJCCz6VaioDnkBzVuYQmlLV4 U03oRS8RlYQ/uwzCKr6k60hQhVmXYV2CFDD+joPYrnsuoPg4xVjuJYV8I+t+oDfJ4xtk Oovxt/nB43/5ra60eIHYbj6TNTu2YaBoNciVqfESnqbVHvE6phGRB2BQvJD0xmmkd9hE UjxYg9r4A/ogNOctyEnvgC4rK5mjpPbkLosCADFlgg0+0c29mPBZUPYYu8Q7gPSBxsOV AdEA== X-Gm-Message-State: AA6/9RkYGHDDdNhdUvC6uHjdHtiDtFDmhKGD3kg/ml8mmfMZxzrdg9sOM754oiF+qNYugA== X-Received: by 10.66.216.199 with SMTP id os7mr31435039pac.155.1475089794214; Wed, 28 Sep 2016 12:09:54 -0700 (PDT) From: Bart Schaefer Message-Id: <160928121010.ZM32336@torch.brasslantern.com> Date: Wed, 28 Sep 2016 12:10:10 -0700 In-Reply-To: <20160928160419.4fab20f5@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: a bug of zsh" (Sep 28, 4:04pm) References: <20160928160419.4fab20f5@pwslap01u.europe.root.pri> <20160928170746.0495d8f6@pwslap01u.europe.root.pri> In-Reply-To: <20160928170746.0495d8f6@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: a bug of zsh" (Sep 28, 5:07pm) X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: a bug of zsh MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii [Sorry, lots of context to set up a really short question at the end.] On Sep 28, 4:04pm, Peter Stephenson wrote: } } It would certainly be good if there's some way of aborting the "cd ." } consistently so we both don't actually change directory and don't lose } state. I think the problem may be once we find we can't cd any more we } throw up our hands in horror and decide we don't know where we are, } which is certainly a bit feeble, particularly since there's no } outward indication of a problem until you find you're trapped. On Sep 28, 5:07pm, Peter Stephenson wrote: } Subject: Re: a bug of zsh } } On Wed, 28 Sep 2016 17:28:08 +0200 } Mikael Magnusson wrote: } > FWIW this is only a problem if you use nochasedots/nochaselinks, which } > while it is the default, is overall a very confusing option to have } > set and hopefully most people disable it. } } Hmm, this would render symbolic links at best semi-workable for me, so } while it's worth considering What if "cd" simply behaves as if chase_dots is set any time the value of $PWD is "." ?