emacs-bash-completion 3.1.0-2 source package in Ubuntu

Changelog

emacs-bash-completion (3.1.0-2) unstable; urgency=medium

  * add Rules-Requires-Root=no

 -- Martin <email address hidden>  Sat, 21 Aug 2021 22:54:03 +0000

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-bash-completion_3.1.0-2.dsc 2.0 KiB d3eadec1b840f7aa5a246bbe26ce9463476eaddd7ceef1fc4c26c6db2a7c0523
emacs-bash-completion_3.1.0.orig.tar.gz 37.5 KiB c01c8e01e777fce88013ce743ce76e70c584859f8dd28701dae809b1faa7b1d3
emacs-bash-completion_3.1.0-2.debian.tar.xz 1.7 KiB 257293558423597c437d5973301d4990b205a06a48ced8518b700ed277993e80

No changes file available.

Binary packages built by this source

elpa-bash-completion: add programmable bash completion to Emacs shell-mode

 bash-completion.el defines dynamic completion hooks for shell-mode and
 shell-command prompts that is based on bash completion.
 .
 Bash completion for Emacs:
 .
  * is aware of bash builtins, aliases and functions
  * does file expansion inside of colon-separated variables and after
    redirections (> or <)
  * escapes special characters when expanding file names
  * is configurable through programmable bash completion
  * works on remote shells, through TRAMP.