zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: Completing all possible candidates
Date: Wed, 16 Jan 2013 19:14:15 -0800	[thread overview]
Message-ID: <130116191415.ZM22284@torch.brasslantern.com> (raw)
In-Reply-To: =?iso-8859-1?Q?=3CCABZhJg-Gg8eDveaio3A4wDmHwV+hP3dFcQcgc6F_Ck?= =?iso-8859-1?Q?6vGwQ3Hw=40mail=2Egmail=2Ecom=3E?= =?iso-8859-1?Q?Comments=3A_In_reply_to_Jesper_Nyg=E5rds_=3Cjesper=2Enygar?= =?iso-8859-1?Q?ds=40gmail=2Ecom=3E?= =?iso-8859-1?Q?________=22Re=3A_Completing_all_possible_candidates=22_=28?= =?iso-8859-1?Q?Jan_15=2C__8=3A28am=29?=

On Jan 15,  8:28am, Jesper Nygårds wrote:
}
} _my-prev-result() {
}     local hstring
}     if [[ $WIDGET = *-all-* ]]; then
}         compstate[insert]=all
}     fi
}     # Run last command again, save output in hstring
}     hstring=$(eval $(fc -l -n -1))

You probably ought to put double quotes around the inner $(...), because
without them in that context it's subject to word splitting and then the
eval will split the resulting words again.

}     # Split items on new-line into an array, quote each item
}     compadd - ${(@f)hstring}
} }

I'm glad the example worked well for you.


  reply	other threads:[~2013-01-17  3:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-11 11:30 Jesper Nygårds
2013-01-11 14:32 ` Bart Schaefer
2013-01-15  7:28   ` Jesper Nygårds
2013-01-17  3:14     ` Bart Schaefer [this message]
2013-01-17  6:28       ` Jesper Nygårds
  -- strict thread matches above, loose matches on Subject: below --
2012-04-03 19:08 Large LS_COLORS makes auto_cd very slow Jesper Nygårds
2012-04-04  7:52 ` Bart Schaefer
2012-04-04 16:57   ` Jesper Nygårds
2012-04-05  9:30   ` Václav Zeman
2012-04-05 15:51     ` Bart Schaefer
2012-04-05 16:33       ` Bart Schaefer
2012-04-05 17:00         ` Philippe Troin
2012-04-06  9:49       ` Václav Zeman
2012-04-06 11:07         ` Mark van Dijk
2012-04-06 15:51         ` Bart Schaefer
2012-04-09  8:23         ` Václav Zeman
2012-04-09 19:28           ` Bart Schaefer
2012-04-06 18:30   ` Valodim Skywalker
2012-04-07 16:43     ` 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=130116191415.ZM22284@torch.brasslantern.com \
    --to=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).