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

Start fixing tramp completion user-error for emacs-24.4. #225

Merged
merged 3 commits into from
Mar 29, 2013

Commits on Mar 28, 2013

  1. Start fixing tramp completion user-error for emacs-24.4.

    * helm-files.el (helm-find-files-get-candidates): let-bind non-essential
    * helm-utils.el: Comment tramp-dissect-file-name defadvice.
    * helm.el: let-bind non-essential to t on helm startup.
    Thierry Volpiatto committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    9521b78 View commit details
    Browse the repository at this point in the history
  2. * helm-files.el (helm-ff-move-to-first-real-candidate): match tramp r…

    …egexp instead using file-remote-p.
    Thierry Volpiatto committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    58dfea8 View commit details
    Browse the repository at this point in the history
  3. * helm-files.el (helm-find-files-transformer): Fix basename on invali…

    …d tramp entries.
    
    (helm-ff-highlight-files): same
    * helm-utils.el (helm-ff-get-host-from-tramp-invalid-fname): New.
    (helm-basename): Always use non-essential.
    Thierry Volpiatto committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    4a74042 View commit details
    Browse the repository at this point in the history