Source: recursive-narrow
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/nflath/recursive-narrow
Vcs-Browser: https://salsa.debian.org/emacsen-team/recursive-narrow
Vcs-Git: https://salsa.debian.org/emacsen-team/recursive-narrow.git

Package: elpa-recursive-narrow
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: narrow-to-region that operates recursively
 This package defines two functions, recursive-narrow-or-widen-dwim and
 recursive-widen-dwim that replace the builtin functions narrow-to-region and
 widen. These functions operate the same way, except in the case of multiple
 calls to recursive-narrow-to-region-dwim. In this case, recursive-widen-dwim
 will go to the previous buffer visibility, not make the entire buffer visible.
