avy 0.5.0-4 source package in Ubuntu

Changelog

avy (0.5.0-4) 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 17:39:54 +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
avy_0.5.0-4.dsc 1.9 KiB e0cc5e293bed71b471dbcc448c2b000128a904c8be22823e2a284c4eee0853ee
avy_0.5.0.orig.tar.gz 26.8 KiB 7864a05ab5ede2d0888a08c9444dd6a7412bf96fff88606d264a43f8e8cf548d
avy_0.5.0-4.debian.tar.xz 2.8 KiB e3999ff783ce86921c5ce476363990cf6bb60e1b32d5f598db31bf1adfedab06

Available diffs

No changes file available.

Binary packages built by this source

elpa-avy: jump to things in Emacs tree-style

 This package provides a generic completion method based on building
 a balanced decision tree with each candidate being a leaf. To
 traverse the tree from the root to a desired leaf, typically a
 sequence of `read-key' can be used.
 .
 In order for `read-key' to make sense, the tree needs to be
 visualized appropriately, with a character at each branch node. So
 this completion method works only for things that you can see on
 your screen, all at once:
 .
  * character positions
  * word or subword start positions
  * line beginning positions
  * link positions
  * window positions
 .
 If you're familiar with the popular `ace-jump-mode' package, this
 package does all that and more, without the implementation
 headache.