<feed xmlns='http://www.w3.org/2005/Atom'>
<title>auditory.vim/plugin, branch v0.0.4</title>
<subtitle>vim interface sounds</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/'/>
<entry>
<title>plugin/auditory.vim: Decrease warning level of mplayer error</title>
<updated>2014-11-22T19:04:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-22T19:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=d194dc4e3772f0215c679c83c99fdd2f9c9c6a34'/>
<id>d194dc4e3772f0215c679c83c99fdd2f9c9c6a34</id>
<content type='text'>
Instead of echoing and error, just echo a message about mplayer not
being installed. Errors look pretty annoying on initial load, and I
don't think this is worth the red background colour. It could be that a
user has two machines, one with mplayer installed and one without. In
that case, I don't want people to have to disable the plugin on one
machine. That seems like too much to ask.

I think this is a nice middle-ground between alerting users that
something is needed by the plugin and not barfing if it's not there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of echoing and error, just echo a message about mplayer not
being installed. Errors look pretty annoying on initial load, and I
don't think this is worth the red background colour. It could be that a
user has two machines, one with mplayer installed and one without. In
that case, I don't want people to have to disable the plugin on one
machine. That seems like too much to ask.

I think this is a nice middle-ground between alerting users that
something is needed by the plugin and not barfing if it's not there.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Show warning if mplayer not installed</title>
<updated>2014-11-22T18:53:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-22T18:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=5499449cfea44f2a33a0cf8fa039adf96cc6f313'/>
<id>5499449cfea44f2a33a0cf8fa039adf96cc6f313</id>
<content type='text'>
On plugin load, if mplayer isn't installed then fail ungracefully. Since
we depend on mplayer in order to play any sounds, my thinking now is
that I want to fail immediately.

Still trying to decide if this is be best course of action. Maybe I just
want an informative message instead of a complete failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On plugin load, if mplayer isn't installed then fail ungracefully. Since
we depend on mplayer in order to play any sounds, my thinking now is
that I want to fail immediately.

Still trying to decide if this is be best course of action. Maybe I just
want an informative message instead of a complete failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move functions to autoload</title>
<updated>2014-11-09T12:14:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T12:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=6b9e75174e5d211ca41295667da48a859c58bb2d'/>
<id>6b9e75174e5d211ca41295667da48a859c58bb2d</id>
<content type='text'>
Clean up functions, move everything into autoload/, move code around a
little bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up functions, move everything into autoload/, move code around a
little bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Add Galaxy Far Far Away toggle command</title>
<updated>2014-11-09T11:42:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T11:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=5e115698dbeee222327ccd6407a0b18816bfbb86'/>
<id>5e115698dbeee222327ccd6407a0b18816bfbb86</id>
<content type='text'>
Add a command-mode command to toggle insert mode sounds between normal
and Galaxy Far Far Away versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a command-mode command to toggle insert mode sounds between normal
and Galaxy Far Far Away versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Mappings that didn't quite work</title>
<updated>2014-11-09T10:55:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T10:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=2a9fff5b8bd5dd5928e0dd066ab2887e294b4efd'/>
<id>2a9fff5b8bd5dd5928e0dd066ab2887e294b4efd</id>
<content type='text'>
Add commented mappings that I've been trying to get working but that for
one reason or another haven't been able to figure out how to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add commented mappings that I've been trying to get working but that for
one reason or another haven't been able to figure out how to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Play sounds using absolute path</title>
<updated>2014-11-09T10:43:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T10:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=9932f86276bff26b2b687c29784caef60477a317'/>
<id>9932f86276bff26b2b687c29784caef60477a317</id>
<content type='text'>
Without this, the audio files wouldn't be able to play unless you were
cd'ed into the script's root directory. We want them to play no matter
where your pwd is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, the audio files wouldn't be able to play unless you were
cd'ed into the script's root directory. We want them to play no matter
where your pwd is.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Add (){} movement sounds</title>
<updated>2014-11-09T10:18:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T10:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=8d5a91ee2b485c8e95a60c8c0399706ead197713'/>
<id>8d5a91ee2b485c8e95a60c8c0399706ead197713</id>
<content type='text'>
Use the Jump sound for sentence &amp; paragraph movement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the Jump sound for sentence &amp; paragraph movement.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Add another jump mapping for %</title>
<updated>2014-11-09T09:48:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T09:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=d899bf74faf3d8f5df768e5ac6013db6d6b1d2b5'/>
<id>d899bf74faf3d8f5df768e5ac6013db6d6b1d2b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Add additional jump mappings</title>
<updated>2014-11-09T09:45:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T09:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=c3f903f11cf7b6ea7b5587c86ef7dd3374409a57'/>
<id>c3f903f11cf7b6ea7b5587c86ef7dd3374409a57</id>
<content type='text'>
Add Jump sound mappings for:
* gg
* G
* &lt;C-i&gt;
* &lt;C-o&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Jump sound mappings for:
* gg
* G
* &lt;C-i&gt;
* &lt;C-o&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/auditory.vim: Add #/* search mappings</title>
<updated>2014-11-09T09:31:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T09:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=684c0208de9745cd9eee0e878af0ece547c17e95'/>
<id>684c0208de9745cd9eee0e878af0ece547c17e95</id>
<content type='text'>
In addition to the regular search commands, add the search by word ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition to the regular search commands, add the search by word ones.
</pre>
</div>
</content>
</entry>
</feed>
