emacs-ivy 0.14.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Depend on elpa-wgrep (>= 3.0.0).
  * Update upstream copyright years.
  * Declare Standards-Version 4.6.2 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Mon, 12 Jun 2023 21:32:35 -0400

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-ivy_0.14.0-1.dsc 2.1 KiB fd3e37906a729a080384556c8ad71b205adf99554d3eb57e575a72d89b0a0f2d
emacs-ivy_0.14.0.orig.tar.xz 185.6 KiB 983fee71a42979d5a5e65f0c9a887aa4c2ba8e46f770620b9906cdd7ea39f12d
emacs-ivy_0.14.0-1.debian.tar.xz 6.0 KiB 3f20ff32f901e9620691ccdc45f631cadef6f7611c8722166d0e19cfe1c1e949

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: additional key bindings for Emacs Ivy

 This package provides the hydra-ivy/body command, which is a
 quasi-prefix map with many useful bindings for Ivy. These bindings
 are shorter than usual and use predominantly unprefixed keys.

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.