emacs-ivy 0.14.2-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 19:28:25 +0900

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-ivy_0.14.2-2.dsc 2.2 KiB 5f2da8dd22bfe926ccfe90e0547529336bc1f142c9ae92ba94ef784db865a3bf
emacs-ivy_0.14.2.orig.tar.xz 185.7 KiB bd0ef2254421f2354dca1eab4d3e836bb55e895c36ac0b7880310e070e13c99d
emacs-ivy_0.14.2-2.debian.tar.xz 6.1 KiB 0be174f480c0486d824db40cc1fce047f6a6bd58d252e51c6127f8c235f1864b

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.