embark 0.21-1 source package in Ubuntu

Changelog

embark (0.21-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.2 (no changes required).
  * Refresh patches.

 -- Aymeric Agon-Rambosson <email address hidden>  Wed, 01 Feb 2023 23:38:45 +0100

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
embark_0.21-1.dsc 1.9 KiB 31a465c06951cb8d301dd6445cb36d19884f51b6e28dd2fc72c77d519e866d36
embark_0.21.orig.tar.gz 100.2 KiB 6ce0f0c3ba2bb3e8c40d1a8181ddbdf975228a0d0cca8a57d3b076085a3d468f
embark_0.21-1.debian.tar.xz 5.4 KiB ea9faa42c42a1f8abac1b26ab2708d72e3ac608016bdf085495ec0bc3d86061d

Available diffs

No changes file available.

Binary packages built by this source

elpa-embark: Emacs Mini-Buffer Actions Rooted in Keymaps

 Embark makes it easy to choose an Emacs command to run based on what is near
 point, both during a minibuffer completion session and in normal buffers. Bind
 the command embark-act to a key and it acts like prefix-key for a keymap of
 actions (commands) relevant to the target around point. With point on an URL in
 a buffer you can open the URL in a browser or eww or download the file it
 points to. If while switching buffers you spot an old one, you can kill it
 right there and continue to select another. Embark comes preconfigured with
 over a hundred actions for common types of targets such as files, buffers,
 identifiers, s-expressions, sentences; and it is easy to add more actions and
 more target types. Embark can also collect all the candidates in a minibuffer
 to an occur-like buffer or export them to a buffer in a major-mode specific to
 the type of candidates, such as dired for a set of files, ibuffer for a set of
 buffers, or customize for a set of variables.