File: control

package info (click to toggle)
message-templ 0.3.20161104-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • ctags: 43
  • sloc: lisp: 321; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: message-templ
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10),
 dh-elpa
Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/message-templ.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/message-templ.git

Package: elpa-message-templ
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
 emacsen-common (>= 2.0.8)
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs25
Description: templates for Emacs message-mode
 This Emacs addon provides templating for Emacs message-mode.  It can
 match message headers by regular expression, and then apply
 transformations to the message, such as changing the From: address or
 signature, and inserting boilerplate text.  It is also possible to
 run arbitrary Emacs Lisp to set up the message.