embark 1.1-2 source package in Ubuntu

Changelog

embark (1.1-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 20:12: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
embark_1.1-2.dsc 2.0 KiB e4a2545fc1c222735428298ee3b4030296ce9addda80d5611bee809becbf92bd
embark_1.1.orig.tar.xz 83.4 KiB 220971551979688fe20111bc49f49551ae5d7c0d21108b6fd6769469de738de0
embark_1.1-2.debian.tar.xz 5.6 KiB 38fea1ac607eb954ecba72aab247c3418189a1ca736ec145e15b6741d514d7b9

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.