<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cape.git/cape.el, branch test</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/'/>
<entry>
<title>Fix exit function of cape-super-capf</title>
<updated>2022-01-11T21:56:01+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-01-11T21:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=cf31199bed3f3b542cb4bc5ca52e372b5e3ac6e3'/>
<id>cf31199bed3f3b542cb4bc5ca52e372b5e3ac6e3</id>
<content type='text'>
See minad/tempel#20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See minad/tempel#20
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.5</title>
<updated>2022-01-10T11:37:35+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-01-10T11:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=9567f1ca09a3867e50ef8f990b486e916460df9d'/>
<id>9567f1ca09a3867e50ef8f990b486e916460df9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add to GNU ELPA</title>
<updated>2022-01-10T01:36:58+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-01-10T01:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=5ccece0e341b733320b6f40006daa8eb3edbf49f'/>
<id>5ccece0e341b733320b6f40006daa8eb3edbf49f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cape-abbrev: Take all abbrev tables into account (Fix #19)</title>
<updated>2022-01-05T21:27:08+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-01-05T20:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=c6290431566e5e6f30518fc925183907820a1edf'/>
<id>c6290431566e5e6f30518fc925183907820a1edf</id>
<content type='text'>
Thanks, @tpeacock19!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks, @tpeacock19!
</pre>
</div>
</content>
</entry>
<entry>
<title>cape-dabbrev: Use thing-at-point-looking-at</title>
<updated>2022-01-04T15:35:29+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-01-04T15:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=be2014538af37fdb3cf38b2129c06314644f745f'/>
<id>be2014538af37fdb3cf38b2129c06314644f745f</id>
<content type='text'>
Like dabbrev search for symbol and word characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like dabbrev search for symbol and word characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve and simplify cape-dabbrev</title>
<updated>2022-01-04T15:28:56+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-01-04T15:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=12b00151d1965da3c42e5c6ece3720a506dacb9c'/>
<id>12b00151d1965da3c42e5c6ece3720a506dacb9c</id>
<content type='text'>
Use bounds-of-thing-at-point instead of dabbrev--abbrev-at-point.
dabbrev--abbrev-at-point returns strings with spaces which is undesired.
Furthermore it only returns the part of the word before the point, which leads
to odd side effects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use bounds-of-thing-at-point instead of dabbrev--abbrev-at-point.
dabbrev--abbrev-at-point returns strings with spaces which is undesired.
Furthermore it only returns the part of the word before the point, which leads
to odd side effects.
</pre>
</div>
</content>
</entry>
<entry>
<title>cape-dabbrev: Add cape-dabbrev-forbid-space</title>
<updated>2022-01-04T14:02:29+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2022-01-04T14:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=9defa71303aa2ec2e1c430b7e6f02bbf10da3934'/>
<id>9defa71303aa2ec2e1c430b7e6f02bbf10da3934</id>
<content type='text'>
Ensure that the abbreviation at point is limited to the current line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that the abbreviation at point is limited to the current line
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.4</title>
<updated>2021-12-31T09:56:15+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2021-12-31T09:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=bcf2fe1bdc21a61e11a635cf728a131b403989cf'/>
<id>bcf2fe1bdc21a61e11a635cf728a131b403989cf</id>
<content type='text'>
Happy New Year!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Happy New Year!
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cape-tex etc less aggressive, add cape-tex-prefix-required variable</title>
<updated>2021-12-29T00:32:03+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2021-12-29T00:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=bc1c1ee9fc015815b1c3a0e5a704002bd63cf8cc'/>
<id>bc1c1ee9fc015815b1c3a0e5a704002bd63cf8cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cape--interactive: Simplify</title>
<updated>2021-12-13T23:49:34+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2021-12-13T23:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=8726bc7246cda99b85a4bf84ff7681f1bfff0d4b'/>
<id>8726bc7246cda99b85a4bf84ff7681f1bfff0d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
