Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com by f.primenet.com.au (envelope-from <d.s@daniel.shahaf.name>, uid 7791) with qmail-scanner-2.11 
 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1.  
 Clear:RC:0(66.111.4.26):SA:0(0.0/5.0):. 
 Processed in 0.128653 secs); 19 Aug 2016 16:08:06 -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: d.s@daniel.shahaf.name
X-Qmail-Scanner-Mime-Attachments: |
X-Qmail-Scanner-Zip-Files: |
Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=
	daniel.shahaf.name; h=content-type:date:from:in-reply-to
	:message-id:mime-version:references:subject:to:x-sasl-enc
	:x-sasl-enc; s=mesmtp; bh=SLtk6f2rODsRyV696kuVrtmHcwA=; b=UpIAnM
	v8Qb6Yo4gTemjIB5KVsZayEzpIzFfR2qfzVuNnb64VFaEJyUqLVuyuwjprIIGOMN
	na6iWR6VYX/Z5lspUdG5BAlH6AN5LWwHDPAk+TLRV+7bQuvdyRGhWBifjuPn8LQO
	o6XduuzXWl2TZ5DIBIuoOC3Y34azg9ziFTa8s=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=
	messagingengine.com; h=content-type:date:from:in-reply-to
	:message-id:mime-version:references:subject:to:x-sasl-enc
	:x-sasl-enc; s=smtpout; bh=SLtk6f2rODsRyV696kuVrtmHcwA=; b=UQYQE
	ZmpiN3hCV6sWBqy6qCpjjMkyxTiN8wNSsO2jXV3Y3k8Ghx3SpmJ8q2P1Av07MIpz
	HLdBc51dT5GHhqCvxZMkooEsOGjJWKltT6/eano0pxwUKEu8SYcA1EEXcL5Q04ku
	SWf90SPRO6QLxlECnEe2ZYXdtluW04PdE1vKWA=
X-Sasl-enc: heL7KmzdIVvvbVOD5+49Q6VZ5O5vO2b5IxZ3HyBvIAZE 1471622206
Date: Fri, 19 Aug 2016 15:56:39 +0000
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: Re: [PATCH] Document _canonical_paths.
Message-ID: <20160819155639.GA17597@fujitsu.shahaf.local2>
References: <1471387721-5256-1-git-send-email-danielsh@tarsus.local2>
 <160816232827.ZM19685@torch.brasslantern.com>
 <20160817163140.GA9003@tarsus.local2>
 <160817095330.ZM21532@torch.brasslantern.com>
 <20160818165523.GA25890@tarsus.local2>
 <160818180928.ZM30000@torch.brasslantern.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <160818180928.ZM30000@torch.brasslantern.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Seq: zsh-workers 39069

Bart Schaefer wrote on Thu, Aug 18, 2016 at 18:09:28 -0700:
> If the programmer of the function went to the trouble of including a
> documentary comment, it's not the job of the documentation writer to
> nullify that.

39044 does not nullify Clint's work: the new manual text builds
on Clint's docstring and makes _canonical_paths more discoverable.

I concede that 39044 would have broken a workflow whereby one reads
a function's docstring by opening the file defining the function,
and I addressed the issue by committing an alternate patch that breaks
no workflow.

Let's move on.  The reason I got into _canonical_paths at all is that
I'm trying to improve _umount, see separate thread.

Cheers,

Daniel

