emacs-cape
https://github.com/minad/cape
Cape provides Completion At Point Extensions which can be used in combination with Corfu, Company or the default completion UI. The completion backends used by completion-at-point are so called completion-at-point-functions (Capfs).
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:nomispaz/emacs-cape && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| PKGBUILD | 0000000452 452 Bytes | |
| emacs-cape.spec | 0000001046 1.02 KB | |
| emacs-cape_2.1-1.debian.tar.xz | 0000009140 8.93 KB | |
| emacs-cape_2.1-1.dsc | 0000000829 829 Bytes | |
| emacs-cape_2.1.orig.tar.xz | 0000038152 37.3 KB |
Comments 1
_service is currently not used. If I decide to ditch debian and switch to the _service-file, here the contents:
<services> <service name="download_url"> <param name="protocol">http</param> <param name="host">github.com</param> <param name="path">minad/cape/archive/refs/tags/2.1.tar.gz</param> <param name="filename">emacs-cape-2.1.tar.gz</param> </service> <service name="recompress"> <param name="file">*.tar.gz</param> <param name="compression">xz</param> </service> </services>
In the spec-file, autosetup and Source0 need to be changed accordingly to the new structure of the file.