emacs-ivy 0.14.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Nicholas D Steeves <email address hidden>  Sun, 29 Oct 2023 18:52: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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-ivy_0.14.2-1.dsc 2.1 KiB 966fc7126415551c184fafb82751e9c163fdbec11b0bb85daae6d8833ca29861
emacs-ivy_0.14.2.orig.tar.xz 185.7 KiB bd0ef2254421f2354dca1eab4d3e836bb55e895c36ac0b7880310e070e13c99d
emacs-ivy_0.14.2-1.debian.tar.xz 6.0 KiB bee8fc7b29616f3ebed9fc3dbf3f04c91480c481f5d77d7ff528fd7329e10613

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.