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

Fix syntax-table class of carriage returns #680

Merged
merged 2 commits into from
May 16, 2024

Commits on May 15, 2024

  1. Fix syntax-table class of carriage returns

    The syntax table interprets ASCII control chars (including CRs) as
    symbols in clojure buffers, affecting functions such as
    (thing-at-point 'symbol)
    This caused clojure-find-ns to report "^M" as the namespace in some
    files with \r\n line encodings.
    yuhan0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d2d8cfe View commit details
    Browse the repository at this point in the history
  2. Add tests and changelog

    yuhan0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    437e9b6 View commit details
    Browse the repository at this point in the history