hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
189 stars 48 forks source link

add hy-insert-closing #20

Closed podhmo closed 10 years ago

podhmo commented 10 years ago

auto-selecting matched parenthesis (e.g. open with '[' then close with ']').

algernon commented 10 years ago

As far as I understand this code, using paredit together with hy-mode will get you this feature (and a lot more). But I only spent a few moments looking at it, so I may be wrong.

theanalyst commented 10 years ago

I also agree with @algernon on this. This functionality is mostly overshadowed by minor modes such as smartparens or paredit, which work very good for lispy modes and they offer very good movement and navigation commands other than keeping the parens balanced.

Maybe we could throw that in the readme maybe to use Smartparens/Paredit for easier navigation etc.

algernon commented 10 years ago

A note about paredit/smartparens in the readme would be a good idea, indeed.

podhmo commented 10 years ago

I agree. if better feature is existed already in minor-mode, then, added function is needless.

As emacs user like me, it is helpful that information about recommended something list, with hy-mode.

berkerpeksag commented 10 years ago

Can this be closed now?

jd commented 10 years ago

It seems so.