zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: PATCH: sticky emulation
Date: Thu, 12 Feb 2009 07:41:19 -0800	[thread overview]
Message-ID: <090212074119.ZM10879@torch.brasslantern.com> (raw)
In-Reply-To: <7223.1234433440@thecus>

On Feb 12, 11:10am, Oliver Kiddle wrote:
}
} Is it somehow possible with this new feature to, from a function,
} revert to the user's interactive option set.

That'd require a bit more finagling; the saved option state is on the
C call stack, not somewhere that it can easily be grabbed, and we'd
need to figure out at exactly what point to save the options so as to
have the interactive set -- probably within ZLE, so it's orthogonal
to this feature.

Really all you need for option completion is to stash $options during
precmd and reference that in _options instead of the actual $options.


  parent reply	other threads:[~2009-02-12 15:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-10 23:03 Peter Stephenson
2009-02-11  3:18 ` Bart Schaefer
2009-02-11 20:28   ` Peter Stephenson
2009-02-11 23:37     ` Bart Schaefer
2009-02-12  9:44       ` Peter Stephenson
2009-02-12 10:10         ` Oliver Kiddle
2009-02-12 15:30           ` Peter Stephenson
2009-02-12 15:41           ` Bart Schaefer [this message]
2009-02-12 15:32         ` Bart Schaefer
2009-02-12  2:23     ` 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=090212074119.ZM10879@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /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).