<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cape.git, branch main</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>Revert "cape-capf-super: Disambiguate duplicates based on :exit-function"</title>
<updated>2026-04-19T18:47:03+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-04-19T18:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=2e15e1909754752f66096dde1b8d639d6eb25f35'/>
<id>2e15e1909754752f66096dde1b8d639d6eb25f35</id>
<content type='text'>
This reverts commit 30372e41e8f8e92557ee9fd965d64b8fee8dc357.

The deduplication won't work for duplicate candidates coming from the same Capf.
Sometimes Capfs produce duplicates which only differ in their properties.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 30372e41e8f8e92557ee9fd965d64b8fee8dc357.

The deduplication won't work for duplicate candidates coming from the same Capf.
Sometimes Capfs produce duplicates which only differ in their properties.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2026-04-19T18:40:19+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-04-19T18:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=1e09a4905e22fb6b01bfbbbc3d373fe897f570fc'/>
<id>1e09a4905e22fb6b01bfbbbc3d373fe897f570fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cape-capf-super: Disambiguate duplicates based on :exit-function</title>
<updated>2026-04-19T18:33:28+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-04-19T18:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=30372e41e8f8e92557ee9fd965d64b8fee8dc357'/>
<id>30372e41e8f8e92557ee9fd965d64b8fee8dc357</id>
<content type='text'>
Duplicates created by Dabbrev and Dict are deduplicated, since they behave
identically during completion:

   (setq-local completion-at-point-functions
     (list (cape-capf-super #'cape-dabbrev #'cape-dict)))

However completion candidates which cause expansion due to an
:exit-function (cape-abbrev or tempel-complete) are not deduplicated:

   (setq-local completion-at-point-functions
     (list (cape-capf-super #'cape-abbrev #'cape-dict)))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Duplicates created by Dabbrev and Dict are deduplicated, since they behave
identically during completion:

   (setq-local completion-at-point-functions
     (list (cape-capf-super #'cape-dabbrev #'cape-dict)))

However completion candidates which cause expansion due to an
:exit-function (cape-abbrev or tempel-complete) are not deduplicated:

   (setq-local completion-at-point-functions
     (list (cape-capf-super #'cape-abbrev #'cape-dict)))
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README</title>
<updated>2026-03-30T06:19:18+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-03-30T06:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=7a6a752bc694e81853d915281a73a9c3acc69757'/>
<id>7a6a752bc694e81853d915281a73a9c3acc69757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dabbrev-capf example</title>
<updated>2026-03-22T08:35:40+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-03-22T08:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=e608ccb4c19caabae3fe37d71e41891feec23601'/>
<id>e608ccb4c19caabae3fe37d71e41891feec23601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add autoload for cape-capf-sort</title>
<updated>2026-03-11T16:54:05+00:00</updated>
<author>
<name>Neurolit</name>
<email>github.3nfh2@passmail.com</email>
</author>
<published>2026-03-11T09:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=a326a0575fe5ca574f6607557dbb8bd6ce83dbbd'/>
<id>a326a0575fe5ca574f6607557dbb8bd6ce83dbbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.6</title>
<updated>2026-01-24T09:24:41+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-01-24T09:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=2b2a5c5bef16eddcce507d9b5804e5a0cc9481ae'/>
<id>2b2a5c5bef16eddcce507d9b5804e5a0cc9481ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize cape-wrap-properties</title>
<updated>2026-01-22T09:19:41+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-01-22T09:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=8b58e16cbd7322f616e9ffcdf18c605f1d68a855'/>
<id>8b58e16cbd7322f616e9ffcdf18c605f1d68a855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve cape--table-drop-properties</title>
<updated>2026-01-22T09:09:12+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-01-22T09:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=600d55fda067233911597f34dc0bf636be427eee'/>
<id>600d55fda067233911597f34dc0bf636be427eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify cape--table-drop-properties</title>
<updated>2026-01-22T09:07:04+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2026-01-22T09:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/cape.git/commit/?id=2238ba4844a25e70e1dc42cc1e1a2905cb6b778e'/>
<id>2238ba4844a25e70e1dc42cc1e1a2905cb6b778e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
