zsh-workers
 help / color / mirror / code / Atom feed
* Bug with emulation in completion?
@ 2012-11-22  9:41 Felipe Contreras
  2012-11-22 17:47 ` Bart Schaefer
  2012-11-24 13:47 ` Felipe Contreras
  0 siblings, 2 replies; 6+ messages in thread
From: Felipe Contreras @ 2012-11-22  9:41 UTC (permalink / raw)
  To: zsh-workers

Hi,

Check this script:

_foo_1 () {
  emulate -L zsh
  _arguments '--one' '--two'
}

_foo_2 () {
  _arguments '--one' '--two'
}

compdef _foo_1 foo

With _foo_2 the completion cycles the options properly, but not with _foo_1.

Ideas?

-- 
Felipe Contreras


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-25  6:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-22  9:41 Bug with emulation in completion? Felipe Contreras
2012-11-22 17:47 ` Bart Schaefer
2012-11-24 20:33   ` Peter Stephenson
2012-11-25  6:23     ` Bart Schaefer
2012-11-24 13:47 ` Felipe Contreras
2012-11-24 17:39   ` Bart Schaefer

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).