zsh-workers
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <psprint2@fastmail.com>
To: zsh-workers@zsh.org
Subject: Re: PATH: autoload with explicit path
Date: Fri, 27 Jan 2017 11:00:26 -0800	[thread overview]
Message-ID: <1485543626.1042782.861836584.43D44B76@webmail.messagingengine.com> (raw)
In-Reply-To: <20170127184448.5591e976@pwslap01u.europe.root.pri>

On Fri, Jan 27, 2017, at 10:44 AM, Peter Stephenson wrote:
> On Fri, 27 Jan 2017 10:40:15 -0800
> Sebastian Gniazdowski <psprint2@fastmail.com> wrote:
> > Internally via autoload it will be easy to create custom versions of
> > multiple functions. For example calendar does:
> > 
> > autoload -Uz calendar_{add,parse,read,scandate,show,lockfiles}
> > 
> > With the requested feature
> 
> I'm still not clear if your "requested feature" is what I'm talking
> about or not, i.e. what you can do already with $funcsourcetrace.

We talk about the same thing, though I want to remove requirement of
using absolute paths in any function files. You wrote:

> # definition of fun1
> autoload -Uz <what-goes-here?>/fun2
> fun2

The point is to make <what-goes-here> not needed at all. The path is to
be taken from "dircache" (that's the name used in previous messages).
Autoload should use dircache of fun1 to find fun2, then follow to
process fpath. There can be an option to enable/disable this.

I've described how flexible and clean would be management of custom
version of functions this way. It's like having packages of software
instead of functions. Requiring the <what-goes-here> part will make this
difficult.

> > Sounds nice, though it's nice that current implementation of the
> > absolute-path feature uses pointers to paths to limit memory usage, a
> > new parameter would probably spend that.
> 
> The new parameter would only look up the internal information when you
> refer to it, there's nothing permanent additional to be stored.

Thought about it, it's a cool approach.

-- 
Sebastian Gniazdowski


  reply	other threads:[~2017-01-27 19:00 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170127151334epcas2p4c32b57f69fcae22b40b309793eb8ceb6@epcas2p4.samsung.com>
2017-01-27 15:12 ` Sebastian Gniazdowski
2017-01-27 16:24   ` Peter Stephenson
2017-01-27 18:40     ` Sebastian Gniazdowski
2017-01-27 18:44       ` Peter Stephenson
2017-01-27 19:00         ` Sebastian Gniazdowski [this message]
2017-01-28 18:05         ` Bart Schaefer
2017-01-28 19:12           ` Peter Stephenson
2017-01-28 19:45             ` Bart Schaefer
2017-01-28 19:56               ` Peter Stephenson
2017-01-28 20:37                 ` Sebastian Gniazdowski
2017-01-29 12:27             ` Sebastian Gniazdowski
2017-01-29 16:11               ` Bart Schaefer
2017-01-29 17:32                 ` Sebastian Gniazdowski
2017-01-29 18:37                   ` Bart Schaefer
2017-01-29 21:53                     ` Vin Shelton
2017-01-30 10:06                       ` Peter Stephenson
2017-01-29 17:58                 ` Peter Stephenson
2017-01-30 11:37                   ` Sebastian Gniazdowski
2017-01-30 11:55                     ` Peter Stephenson
2016-12-11 22:18 Peter Stephenson
2016-12-12 16:05 ` Bart Schaefer
2016-12-12 16:31   ` Peter Stephenson
2016-12-12 18:09     ` Bart Schaefer
2017-01-10 19:31     ` Peter Stephenson
2017-01-11 11:42       ` Peter Stephenson
2017-01-11 20:51         ` Peter Stephenson
2017-01-12 20:42           ` Peter Stephenson
2017-01-13 18:04           ` Peter Stephenson
2017-01-16 10:37             ` Peter Stephenson
2017-01-16 15:04               ` Daniel Shahaf
2017-01-16 15:48                 ` Peter Stephenson
2017-01-16 15:22               ` Bart Schaefer
2017-01-16 15:59                 ` Peter Stephenson
     [not found]                   ` <CAHYJk3SB1NDj6y5TRHHsAVsyjHfZQhTzMRzTR2c-SVEc9oAwzA@mail.gmail.com>
2017-01-24 11:10                     ` Peter Stephenson
2017-01-11 21:13         ` Peter Stephenson

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=1485543626.1042782.861836584.43D44B76@webmail.messagingengine.com \
    --to=psprint2@fastmail.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).