emacs-breadcrumb 1.0.1+git20260110.1.1d9dd90-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Emacsen team <debian-emacsen@lists.debian.org> |
| Changed By | Sean Whitton <spwhitton@spwhitton.name> |
| Sponsor | spwhitton@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/emacsen-team/emacs-breadcrumb.git (browse) |
| Tracker | https://tracker.debian.org/pkg/emacs-breadcrumb |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Source | emacs-breadcrumb |
|---|---|
| Version | 1.0.1+git20260110.1.1d9dd90-1 |
| Changed-By | Sean Whitton |
| Architecture | all source |
| Distribution | unstable |
| Date | Sat, 25 Apr 2026 17:17:42 +0100 |
Changelog
emacs-breadcrumb (1.0.1+git20260110.1.1d9dd90-1) unstable; urgency=medium . * Initial release.
.dsc
| Package-List | elpa-breadcrumb deb editors optional arch=all |
|---|---|
| Section | editors |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: breadcrumb Files: * Copyright: (C) 2023 Free Software Foundation, Inc. License: GPL-3+ Files: debian/* Copyright: (C) 2026 Sean Whitton <spwhitton@spwhitton.name> License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'