zsh-users
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: Truncate $functions
Date: Tue, 16 Feb 2016 09:05:36 +0100	[thread overview]
Message-ID: <CAKc7PVDpzVoVh+jKRc-iL5Uqyd0PtFFv1i=mUun6_QpLNQ6ChA@mail.gmail.com> (raw)
In-Reply-To: <160215205153.ZM28963@torch.brasslantern.com>

On 16 February 2016 at 05:51, Bart Schaefer <schaefer@brasslantern.com> wrote:
> On Feb 15,  8:31pm, Sebastian Gniazdowski wrote:
> }
> } Thank you, this works really well.
>
> As an additional note -- functions that look like
>
>     sample () {
>         # undefined
>         builtin autoload -X
>     }
>
> should be restored as
>
>     autoload sample

Indeed.. otherwise problems that the --reload-and-run function fixed
will appear. Or maybe not? Before, we were trying assignment to
functions or eval. Here it's plain script body. Wonder how I could
test for any problems quickly, will probably leave the issue for a
while

> except that you can't know which of the -U -k -z options was specified
> the first time the name was marked for autoload, so there's no way to
> get this entirely right.

Looking at define's -f output I have:

_a2ps () {
        # undefined
        builtin autoload -XUz
}
_a2utils () {
        # undefined
        builtin autoload -XUz
}
_aap () {
        # undefined
        builtin autoload -XUz
}

...

So it looks like I can have the options by parsing functions body?

> The other drawback to this scheme is that you can't save and restore
> the "sticky emulation" bits of any of the functions.

Slightly acceptable limitation, user will be told "don't change
emulate modes". Anyone doing emulate sh will break his session anyway
because of for example SHGLOB. That said, the snapshot could cover
emulate modes and restore them too..

Best regards,
Sebastian Gniazdowski


  reply	other threads:[~2016-02-16  8:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15  7:55 Sebastian Gniazdowski
2016-02-15 17:11 ` Bart Schaefer
2016-02-15 19:31   ` Sebastian Gniazdowski
2016-02-15 19:43     ` Bart Schaefer
2016-02-16  4:51     ` Bart Schaefer
2016-02-16  8:05       ` Sebastian Gniazdowski [this message]
2016-02-16 19:29         ` Bart Schaefer
2016-02-16  4:56   ` Bart Schaefer
2016-02-16  6:43     ` Sebastian Gniazdowski

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='CAKc7PVDpzVoVh+jKRc-iL5Uqyd0PtFFv1i=mUun6_QpLNQ6ChA@mail.gmail.com' \
    --to=sgniazdowski@gmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-users@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).