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

Indentation bug involving strings #405

Closed
sooheon opened this issue Aug 26, 2016 · 3 comments
Closed

Indentation bug involving strings #405

sooheon opened this issue Aug 26, 2016 · 3 comments
Labels

Comments

@sooheon
Copy link

sooheon commented Aug 26, 2016

Expected behavior

Given the following with cursor at |:

(def foo |"abc")

indent-for-tab-command should make no change. The sexp is already correctly indented.

Actual behavior

  (def foo |"abc")

Sexp is indented two spaces.

Steps to reproduce the problem

The above case. When the string is on the next line, it is not reproduced.

Environment & Version information

clojure-mode version information

clojure-mode (version 5.5.2)

Emacs version

Emacs 25.1.1

Operating system

OS X El Cap

@Malabarba Malabarba added the bug label Aug 26, 2016
@Malabarba
Copy link
Member

Verified.

@drewverlee
Copy link

This happens for me on Ubuntu with spacemacs. Not sure what other information would be helpful.

@cichli
Copy link
Member

cichli commented Feb 27, 2019

Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants