<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh-completions/src/_emulator, branch support-debugger-flags</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh-completions/atom/src/_emulator?h=support-debugger-flags</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh-completions/atom/src/_emulator?h=support-debugger-flags'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/'/>
<updated>2025-12-15T07:21:09Z</updated>
<entry>
<title>Update emulator completion</title>
<updated>2025-12-15T07:21:09Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2025-12-15T07:21:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=b940cdb5559de13cb5af101d609a440232f7b248'/>
<id>urn:sha1:b940cdb5559de13cb5af101d609a440232f7b248</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update links</title>
<updated>2022-11-23T04:31:48Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2022-11-23T04:23:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=0b6e0648504382f68dbfc547bd4392a3d85e8513'/>
<id>urn:sha1:0b6e0648504382f68dbfc547bd4392a3d85e8513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add avd completion to _emulator</title>
<updated>2020-03-28T20:34:20Z</updated>
<author>
<name>Nate Fischer</name>
<email>ntfschr@google.com</email>
</author>
<published>2020-03-26T23:08:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=99780ec53d75c1449fc320bece416eb92bc129ee'/>
<id>urn:sha1:99780ec53d75c1449fc320bece416eb92bc129ee</id>
<content type='text'>
This resolves a TODO in _emulator by adding completion for AVD names.
This adds completion for "-avd" as well as the special "@AVD_NAME"
syntax for non-option arguments.
</content>
</entry>
<entry>
<title>Add more options for Android emulator completion</title>
<updated>2020-03-19T05:45:42Z</updated>
<author>
<name>Nate Fischer</name>
<email>ntfschr@google.com</email>
</author>
<published>2020-03-17T21:26:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=a71b924b83f62611a4e13e4628ec8f6eb8b2f94d'/>
<id>urn:sha1:a71b924b83f62611a4e13e4628ec8f6eb8b2f94d</id>
<content type='text'>
This adds several options to _emulator:

* -list-avds
* -writable-system
* -cores
* -accel
* -no-accel
* -help entries for each of the above

Issue #41
Test: loaded this plugin and tested tab completion on these options,
messages seem fine
</content>
</entry>
<entry>
<title>Remove license header from compdefs I wrote (switching to the Zsh license)</title>
<updated>2017-10-19T18:05:38Z</updated>
<author>
<name>Julien Nicoulaud</name>
<email>julien.nicoulaud@gmail.com</email>
</author>
<published>2017-10-19T18:05:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=ed7ba0a71c5c9306e2b0151de21bd8d5b0148ed6'/>
<id>urn:sha1:ed7ba0a71c5c9306e2b0151de21bd8d5b0148ed6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move modelines to end of file</title>
<updated>2012-08-23T15:18:49Z</updated>
<author>
<name>Aaron Schrab</name>
<email>aaron@schrab.com</email>
</author>
<published>2012-08-23T15:18:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=3f55429b0e97ff2ba57781abd9b529ac89d186b6'/>
<id>urn:sha1:3f55429b0e97ff2ba57781abd9b529ac89d186b6</id>
<content type='text'>
Having a vim modeline or emacs local variable line somewhere in the
middle of the file isn't really helpful.  By default, vim will only
check the first and last 5 lines of a file for a modeline (assuming the
modeline option is enabled).  Emacs is even more strict about the type
of local variable line that was in use, it will only check the first
line of the file or the second line if the first line specifies a script
interpreter (which isn't the case here).

Move the vim modeline to the end of the file so that it can actually be
found by vim but is out of the way for editing.  For emacs more work is
required, convert that to the more verbose Local Variables syntax which
emacs will look for starting 3000 characters from the end of the file.

Also there is no zsh mode for emacs (according to
zsh-users/zsh-completions#75), use the "Shell-Script" mode instead.
This seems to automatically detect that the files are for zsh.

I'm not an emacs user, so I haven't tested that portion much.  But, this
does at least improve the syntax highlighting there.
</content>
</entry>
<entry>
<title>[BREAKING CHANGE] Move compdefs to own directory (to ease packaging and</title>
<updated>2012-08-01T11:23:11Z</updated>
<author>
<name>Julien Nicoulaud</name>
<email>julien.nicoulaud@gmail.com</email>
</author>
<published>2012-08-01T11:23:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=10ffeb0c153258896531b2b8939e94486d58b378'/>
<id>urn:sha1:10ffeb0c153258896531b2b8939e94486d58b378</id>
<content type='text'>
avoid bloating users fpath with unneeded files such as README.md)
</content>
</entry>
</feed>
