File: control

package info (click to toggle)
browse-kill-ring-el 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: lisp: 963; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: browse-kill-ring-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa
Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://github.com/browse-kill-ring/browse-kill-ring
Vcs-Browser: https://salsa.debian.org/emacsen-team/browse-kill-ring-el
Vcs-Git: https://salsa.debian.org/emacsen-team/browse-kill-ring-el.git

Package: elpa-browse-kill-ring
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: interactively insert items from kill-ring
 Ever feel that 'C-y M-y M-y M-y ...' is not a great way of trying to
 find that piece of text you know you killed a while back? Then
 browse-kill-ring.el is for you.
 .
 Note that the command keeps track of the last window displayed to
 handle insertion of chosen text; this might have unexpected
 consequences if you do 'M-x browse-kill-ring', then switch your
 window configuration, and try to use the same *Kill Ring* buffer
 again.