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

completing-read gfm code languages #54

Merged
merged 20 commits into from
Jan 4, 2016

Commits on Jan 3, 2016

  1. add linguist-recognized languages

    add defconst markdown-gfm-recognized-languages, generated from scripts/scripts/get-recognized-gfm-languages
    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    bc5ad26 View commit details
    Browse the repository at this point in the history
  2. add completing-read to gfm code block insertion

    add defcustoms for insertion of additional languages, and use
    linguist-recognized languages, along with user-specified options, to
    provide a list of languages to completing-read
    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    0fa16df View commit details
    Browse the repository at this point in the history
  3. parse gfm buffer for languages when turning on

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    8bed4c9 View commit details
    Browse the repository at this point in the history
  4. streamline adding new languages to buffer's list

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    be6ce1d View commit details
    Browse the repository at this point in the history
  5. use markdown-replace-regexp-in-string consistently

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    28e590f View commit details
    Browse the repository at this point in the history
  6. push code-block-open and code-block-close together

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    fe88278 View commit details
    Browse the repository at this point in the history
  7. fix history and add tests

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    df9ddba View commit details
    Browse the repository at this point in the history
  8. add note about script

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    284696a View commit details
    Browse the repository at this point in the history
  9. default to first of additional languages

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    2b360c4 View commit details
    Browse the repository at this point in the history
  10. fix test failures

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    0b574d6 View commit details
    Browse the repository at this point in the history
  11. validate additional language input

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    41c5943 View commit details
    Browse the repository at this point in the history
  12. indentation

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    fd54b3b View commit details
    Browse the repository at this point in the history
  13. coffeescript -> emacs lisp, cause we use emacs

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    71481e0 View commit details
    Browse the repository at this point in the history
  14. kill buffer after completion

    Danny McClanahan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    aa41220 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. remove unnecessary let binding

    Danny McClanahan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    3e6b43e View commit details
    Browse the repository at this point in the history
  2. remove cl- prefix from cl-find

    Danny McClanahan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    f6cfe55 View commit details
    Browse the repository at this point in the history
  3. change all cl calls to prefixed cl- calls

    Danny McClanahan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    d062ad7 View commit details
    Browse the repository at this point in the history
  4. update package-requires and use cl-lib

    Danny McClanahan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    793e79a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb35703 View commit details
    Browse the repository at this point in the history
  6. fix more cl issues

    Danny McClanahan committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    7aad4be View commit details
    Browse the repository at this point in the history