find-file-in-project 5.7.9-1 source package in Ubuntu

Changelog

find-file-in-project (5.7.9-1) unstable; urgency=medium

  * New upstream release.
    - Adds enhanced facilities for working with diffs.
    - Adds an opt-in find method implemented in pure Emacs Lisp.
    - See the new long description for more information.
  * Drop emacs25 from Enhances, because "emacs" suffices.
  * Update long description.
  * Declare Standards-Version: 4.3.0 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Thu, 23 Jan 2020 09:02:44 -0500

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
find-file-in-project_5.7.9-1.dsc 2.1 KiB 1b8477d60a13713f609099bb7c5a5b81788cc92f3aa50279a76a0063cfcdff50
find-file-in-project_5.7.9.orig.tar.xz 49.0 KiB 753a4550af90ab4cb3547a168c639ced8a4afe76fbaf236f9dbf1e1b8c158bb9
find-file-in-project_5.7.9-1.debian.tar.xz 3.9 KiB 82535704d8f6de752774cada41e1a067fee7311e265edf690a8a642b7e31f59b

Available diffs

No changes file available.

Binary packages built by this source

elpa-find-file-in-project: quick access to project files in Emacs

 This program provides a methods for quickly finding any file in a
 project. It defaults to GNU Find, but can also use fd-find, or its
 built-in Emacs Lisp method. Find-file-in-project prefers Ivy for
 candidate selection, but can be configured to use Ido Mode.
 .
 By default, FFIP will search for files in a local Git, Subversion, or
 Mercurial repository. FFIP uses TRAMP to find files in remote
 repositories, and claims this is "flawlessly" supported.
 .
 Features:
 .
   * Fast! Tested with projects that have 50,000+ files
   * Find's behaviour can be tweaked using ffip-find-options
   * Smart. For keyword "helloWorld", "HelloWorld.html",
     "hello-world.css", and "HelloWorld.js" are searched
   * Enhances diff-mode with more convenient patch-handling, including
     diff creation, application, finding the file associated with a given
     hunk, and jumping to the section relevant to that hunk
   * No configuration required. Find-file-in-project works out-of-the-box