Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Counsel compile further fixes #2077

Closed
wants to merge 3 commits into from

Commits on May 20, 2019

  1. counsel.el (counsel-compile): better handling for counsel--get-build-…

    …subdirs
    
    It is possible the user might actually just have a single build
    directory rather than a hierarchy. We can handle this case by simply
    adding the probed directory to the list if we detect any non-directory
    files in the directory. While we are at it we shouldn't be returning
    any non-directories so filter those out.
    stsquad committed May 20, 2019
    Copy the full SHA
    67a7978 View commit details
    Browse the repository at this point in the history
  2. counsel.el (counsel-compile): nreverse recent history

    This ensures the most recent history items appears first on the
    suggestions list.
    stsquad committed May 20, 2019
    Copy the full SHA
    13d2962 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. counsel.el (counsel-compile): track build dir for the benefit of M-i

    We can't recover the current build directory when the user invokes M-i
    so let's track it in a variable. The user still has to delete the
    extra verbiage but at least won't be surprised about where the command
    is run.
    stsquad committed May 23, 2019
    Copy the full SHA
    6078af5 View commit details
    Browse the repository at this point in the history