zsh-users
 help / color / mirror / code / Atom feed
From: Jan Eike von Seggern <jan.eike.von.seggern@desy.de>
To: zsh-users@zsh.org
Subject: Caching variables during completion
Date: Wed, 13 Feb 2013 10:44:09 +0100	[thread overview]
Message-ID: <511B6069.1070302@desy.de> (raw)

Hello,

my question first: Is it possible to set a variable only once during 
every command-line completion, i.e. only after hitting <Tab> for the 
first time and then keeping the contents for this specific command-line?

Explanation:
I'm trying to improve the completion for xrandr (mainly screen-scraping 
the available outputs and associated modes). However, my first try 
involved screen-scraping the output of `xrandr -q` every time a 
completion was made, which was slow. I then resorted to cache the 
available output/modes in a global variable. But this fails if a new 
output gets available.

Best,
Eike


             reply	other threads:[~2013-02-13  9:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13  9:44 Jan Eike von Seggern [this message]
2013-02-13 17:39 ` Bart Schaefer
2013-02-13 20:30   ` Peter Stephenson
2013-02-14  0:39     ` Bart Schaefer
2013-02-14  8:38       ` Jan Eike von Seggern
2013-03-18 17:34         ` xrandr completion (was Re: Caching variables during completion) Jan Eike von Seggern
2013-03-18 21:14           ` Oliver Kiddle

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=511B6069.1070302@desy.de \
    --to=jan.eike.von.seggern@desy.de \
    --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).