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

helm-imenu-in-all-buffers in separate sources (#1705). #1707

Closed
wants to merge 6 commits into from

Commits on Mar 8, 2017

  1. helm-imenu-in-all-buffers in separate sources (#1705).

    * helm-imenu.el (helm-imenu-in-all-buffers-separate-sources): New user var.
    (helm-imenu-collect-sources-from-all-buffers): New fn.
    (helm-imenu-in-all-buffers): Use it.
    thierryvolpiatto committed Mar 8, 2017
    Copy the full SHA
    efcde0e View commit details
    Browse the repository at this point in the history
  2. Fix reporter (#1705).

    * helm-imenu.el (helm-imenu-collect-sources-from-all-buffers): Do it.
    thierryvolpiatto committed Mar 8, 2017
    Copy the full SHA
    b9b25ee View commit details
    Browse the repository at this point in the history
  3. Fix helm-sources-using-default-as-input for imenu-all with sep sources (

    #1705).
    
    * helm-imenu.el (helm-imenu-in-all-buffers): Do it.
    thierryvolpiatto committed Mar 8, 2017
    Copy the full SHA
    b44a8eb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Keep only one function to build sources and collect imenu cands (#1705).

    * helm-imenu.el (helm-imenu-candidates-in-all-buffers): Take now one optional arg.
    (helm-imenu-in-all-buffers): Use it.
    thierryvolpiatto committed Mar 9, 2017
    Copy the full SHA
    9b8fd93 View commit details
    Browse the repository at this point in the history
  2. Bind M-left/right to next/previous source in imenu-map.

    * helm-imenu.el (helm-imenu-map): Do it.
    thierryvolpiatto committed Mar 9, 2017
    Copy the full SHA
    26e343e View commit details
    Browse the repository at this point in the history
  3. Bind M-o to previous source in helm-map.

    * helm.el (helm-map): Do it.
    thierryvolpiatto committed Mar 9, 2017
    Copy the full SHA
    74ec1fc View commit details
    Browse the repository at this point in the history