emacs-ivy 0.10.0+dfsg-1 source package in Ubuntu

Changelog

emacs-ivy (0.10.0+dfsg-1) unstable; urgency=medium

  * New upstream version 0.10.0+dfsg
  * Declare Standards-Version: 4.1.2. (No additional changes needed)
  * Drop 0001-Prevent-void-function-colir-color-parse-in-ivy-test.patch
    - It has been merged upstream.

 -- Nicholas D Steeves <email address hidden>  Sun, 17 Dec 2017 00:14:08 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-ivy_0.10.0+dfsg-1.dsc 2.2 KiB cb9fe926f48c38eb634e023f5324712d2da696ab6b3db62d94423cccfe0061aa
emacs-ivy_0.10.0+dfsg.orig.tar.xz 96.5 KiB 722813f5c86c0a4c8d5f7b3d8f262b1f633e7fd2419f32a7c30079ab5c41978b
emacs-ivy_0.10.0+dfsg-1.debian.tar.xz 3.1 KiB 02eb4f2b09217a5eb1abf6a3f4b4109ea4d39a173b276b15fb246a7ad55252dc

Available diffs

No changes file available.

Binary packages built by this source

elpa-counsel: 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:
   - 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.
   - Grep utitilies: grep, ag, pt, recoll.
   - System utilities: process list, rhythmbox, linux-app.
   - Many more...

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 customizable.
 .
 To try Ivy, just call M-x ivy-mode. This will enable generic Ivy
 completion, including specific completion for file and buffer names.

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. These bindings are
 shorter than usual and use mostly unprefixed keys.

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

 Swiper gives an overview of the current regex 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.