emacs-ivy 0.13.4+78.gb8be491-1 source package in Ubuntu

Changelog

emacs-ivy (0.13.4+78.gb8be491-1) unstable; urgency=medium

  * New upstream snapshot (Closes: #1020180).
  * Debian 9 (stretch, oldoldstable) has Emacs (>= 46.0), so it is no longer
    necessary to qualify Recommends.
  * Declare Standards-Version 4.6.1 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Sun, 27 Nov 2022 15:57:40 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-ivy_0.13.4+78.gb8be491-1.dsc 2.2 KiB 92e78e8348a471f2f7a580875c8c49d8f6e0a9d82181eea17607a60303292246
emacs-ivy_0.13.4+78.gb8be491.orig.tar.xz 185.3 KiB be0cfef18ae699acd10004515911ea54ac85b7926117004775e1ce5fa6a83fb7
emacs-ivy_0.13.4+78.gb8be491-1.debian.tar.xz 6.0 KiB f2153e4721a918a8924e6655a15525815eedcf4fe8f5858e2be31e3137816067

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.