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

support for vertically aligning values in a let (align-cljlet) #126

Closed
uvtc opened this issue Jan 5, 2013 · 7 comments
Closed

support for vertically aligning values in a let (align-cljlet) #126

uvtc opened this issue Jan 5, 2013 · 7 comments

Comments

@uvtc
Copy link

uvtc commented Jan 5, 2013

Would be nice if Emacs could help me turn this:

(let [thing "stuff"
      other-thing "other stuff"]
  ...)

into

(let [thing       "stuff"
      other-thing "other stuff"]
  ...)

This came up at bbatsov/clojure-style-guide#10 , and samaaron mentioned there's already a mode that does this: https://github.com/gstamp/align-cljlet .

Is align-cljlet something that could be integrated into clojure-mode?

@technomancy
Copy link
Contributor

I strongly disagree that this should be the canonical recommended style, but I don't have a problem adding this functionality to clojure-mode if it can be done cleanly.

@uvtc
Copy link
Author

uvtc commented Jan 6, 2013

I strongly disagree that this should be the canonical recommended style,

Just curious: why wouldn't you recommend this style? One possible problem I could imagine is, for those who use tabs rather than spaces, it could cause a mess.

@technomancy
Copy link
Contributor

People are going to be editing Clojure files in editors that don't have this feature implemented, and telling them they can't write idiomatic code without manually counting out their spaces until things line up just isn't fair.

It's not that I recommend against doing it; just that I recommend against a blanket statement that everyone should do it.

@bbatsov
Copy link
Member

bbatsov commented Jan 7, 2013

I'm with @technomancy on this.

@bbatsov bbatsov closed this as completed Jun 19, 2014
@ska2342
Copy link

ska2342 commented Jun 19, 2014

While I agree that this should not be considered the true idiomatic style, I use that style sometimes and would love to get some support. My favorite would be an integration with align (from align.el) which I used to use a lot when doing perl stuff.

Does closing this issue mean, we'll not tackle this?

@bbatsov
Copy link
Member

bbatsov commented Jun 19, 2014

I'd consider for inclusion a simple solution to the problem, but nothing nearly as complex as the code in align-cljlet. This feature isn't something I'd ever use, so someone else should develop it.

@dijonkitchen
Copy link

For posterity, this exists now: https://github.com/clojure-emacs/clojure-mode#vertical-alignment

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

No branches or pull requests

5 participants