emacs-ivy 0.13.4-1 source package in Ubuntu

Changelog

emacs-ivy (0.13.4-1) unstable; urgency=medium

  * Upload to unstable.
  * Note "Interactive and searchable yank-pop/kill-ring/clipboard history
    interface" in long description, and also note that Ivy is an alternative
    to Ido.
  * Update my copyright years.
  * Migrate to debhelper-compat 13.
    + Cleanup tmp/changelog to work around a bug in debhelper, which errors
      because it thinks the changelog has not been installed to a bin:pkg,
      even though it has been, explicitly, with dh_installchangelogs.
  * Declare Standards-Version 4.6.0 (no changes required).
  * Drop dh_clean override, because it is no longer needed.

 -- Nicholas D Steeves <email address hidden>  Sat, 26 Feb 2022 08:42:28 -0500

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-ivy_0.13.4-1.dsc 2.1 KiB a0ba6e4c2a865700ece2ea9e2ea091a55a4f8b82e9ac7845d91334fde2f129ea
emacs-ivy_0.13.4.orig.tar.xz 182.4 KiB ae5c8c9b889d175ba344be30b7eda1bd1d5ea89bd19889522f39b9f883f95f07
emacs-ivy_0.13.4-1.debian.tar.xz 5.9 KiB 9db7791f668df80b3fc05262ea23de815f93cade38a26b49055bcb8b86405eef

Available diffs

No changes file available.

Binary packages built by this source

elpa-counsel: collection of Ivy-enhanced versions of common Emacs commands

 Counsel is a collection of Ivy-enhanced versions of common Emacs commands.
 Call one of the interactive functions in this file to complete
 the corresponding thing using Ivy.
 .
 Currently available:
   - Interactive and searchable yank-pop/kill-ring/clipboard history interface.
   - Symbol completion for Elisp, Common Lisp, Python and Clojure.
   - Describe functions for Elisp: function, variable, library, command,
     bindings, theme.
   - Navigation functions: imenu, ace-line, semantic, outline
   - Git utilities: git-files, git-grep, git-log, git-stash.
   - Full-text search utilities: grep, ag, pt, recoll.
   - System utilities: process list, rhythmbox, linux-app.
   - Shortcuts for org-mode.
   - And many more...
 .
 Counsel is an alternative to Anything and Helm.

elpa-ivy: generic completion mechanism for Emacs

 Ivy is an acronym for Incremental Vertical completYon. While it
 operates similarly to other completion schemes, such as
 Icomplete mode, Ivy aims to be more efficient, smaller, simpler, and
 smoother to use--yet highly customisable.
 .
 To try Ivy, call M-x ivy-mode. A default installation of Ivy only
 includes the generic completion framework, plus completion for file
 and buffer names.
 .
 This package will not install all of Ivy/Swiper/Counsel. For a
 full-featured experience please install "elpa-counsel", which will
 also install "elpa-swiper". Hydra users will probably also want
 "elpa-ivy-hydra".
 .
 Counsel is an alternative to Ido, Anything, and Helm.

elpa-ivy-hydra: No summary available for elpa-ivy-hydra in ubuntu kinetic.

No description available for elpa-ivy-hydra in ubuntu kinetic.

elpa-swiper: alternative to Emacs' isearch--with an overview

 Swiper is an Ivy-enhanced alternative to isearch. When a regex
 (regular expression) search is initiated it displays an overview of
 search candidates. The search regex can be split into groups with a
 space. Each group is highlighted with a different face.
 .
 It can double as a quick regex-builder; however, only single
 lines will be matched. Swiper uses Ivy to show an overview of all
 matches.