zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: zsh-workers@zsh.org
Subject: Re: a bug of zsh
Date: Thu, 29 Sep 2016 09:23:57 +0100	[thread overview]
Message-ID: <20160929092357.6ebb6463@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <160928121010.ZM32336@torch.brasslantern.com>

On Wed, 28 Sep 2016 12:10:10 -0700
Bart Schaefer <schaefer@brasslantern.com> wrote:
> What if "cd" simply behaves as if chase_dots is set any time the value of
> $PWD is "." ?

Ah, you mean (with the default options)

% ./foo
% pwd
/export/home/pws/tmp/foo
% rmdir ../foo
% pwd
/export/home/pws/tmp/foo      # cd .. still works here
% cd .
% pwd
.                             # but now "cd .." would require chase_dots
%

That seems a reasonable minimal fix.  I haven't looked at the code.

pws


  reply	other threads:[~2016-09-29  8:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20160928140702eucas1p295fe6131e7ec88107a118fa9bbcbec7e@eucas1p2.samsung.com>
2016-09-28 14:06 ` ZiHan Zheng
2016-09-28 15:04   ` Peter Stephenson
2016-09-28 15:28     ` Mikael Magnusson
2016-09-28 16:07       ` Peter Stephenson
2016-09-28 19:10         ` Bart Schaefer
2016-09-29  8:23           ` Peter Stephenson [this message]
2016-09-30  4:29             ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160929092357.6ebb6463@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).