projectile 2.7.0-2 source package in Ubuntu

Changelog

projectile (2.7.0-2) unstable; urgency=medium

  * Export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION (in autopkgtest as
    well) (Closes: #1030475).

 -- Aymeric Agon-Rambosson <email address hidden>  Sat, 04 Feb 2023 17:30:35 +0100

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
projectile_2.7.0-2.dsc 2.0 KiB e5449e4e61851be53fb8d1690cfa444c201a9c00d119a266a6c6ffe0443e0886
projectile_2.7.0.orig.tar.xz 1.8 MiB a6a0f0485e0c01360051753c5405ac07a7d68326198c470e3126899b44a37541
projectile_2.7.0-2.debian.tar.xz 9.3 KiB 3857cffd4e2904eaeca85a6c4c7beb47407a4c0ef7befa5226ddcbf7564c9cbe

Available diffs

No changes file available.

Binary packages built by this source

elpa-projectile: project interaction library for Emacs

 This library provides easy project management and navigation. The concept of a
 project is pretty basic - just a folder containing special file. Currently git,
 mercurial and bazaar repos are considered projects by default. If you want to
 mark a folder manually as a project just create an empty .projectile file in
 it.
 .
 Some of Projectile's features:
 .
   * jump to a file in project
   * jump to a project buffer
   * jump to a test in project
   * toggle between files with same names but different extensions (e.g. `.h`
     <-> `.c/.cpp`, `Gemfile` <-> `Gemfile.lock`)
   * toggle between code and its test (e.g. `main.service.js` <->
     `main.service.spec.js`)
   * jump to recently visited files in the project
   * switch between projects you have worked on
   * kill (close) all project buffers
   * replace in project
   * grep (search) in project
   * run shell commands in a project (e.g. `make`, `lein`)
   * support for multiple minibuffer completion/selection libraries (`ido`,
     `ivy`, `helm` and the default completion system)