Source: emacs-breadcrumb Section: editors Maintainer: Debian Emacsen team Uploaders: Sean Whitton Build-Depends: debhelper-compat (= 13), dh-elpa Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-breadcrumb Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-breadcrumb.git Package: elpa-breadcrumb Architecture: all Depends: ${elpa:Depends}, ${misc:Depends} Recommends: emacs Enhances: emacs Description: project- and imenu-based breadcrumb paths Breadcrumbs are sequences of short strings indicating where you are in some big tree-like maze. . To craft these strings, this library uses the maps provided by project.el and Imenu, respectively. Project breadcrumbs shows you the current buffer's path in a large project. Imenu breadcrumbs show the current position of point in the buffer's nested structure of programming constructs (for example, a specific functions within multiple C++ nested namespaces). . Breadcrumbs are displayed in the header line.