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

Move lispy-ace-paren to avy #77

Closed
tuhdo opened this issue May 31, 2015 · 1 comment
Closed

Move lispy-ace-paren to avy #77

tuhdo opened this issue May 31, 2015 · 1 comment

Comments

@tuhdo
Copy link

tuhdo commented May 31, 2015

I think this command is useful even for people who don't use lispy and generalize it to avy-goto-punctuation, and then you can specialize it for lispy as lispy-ace-paren.

@abo-abo
Copy link
Owner

abo-abo commented Jun 22, 2015

lispy-ace-paren uses some lispy-specific things, such as lispy--remember and lispy--in-string-or-comment-p. That means that either avy has to depend on lispy, or the other way around. I think the current way is better.

@abo-abo abo-abo closed this as completed Jun 22, 2015
sooheon pushed a commit to sooheon/lispy that referenced this issue Sep 10, 2015
* ivy.el (ivy--insert-minibuffer): Temporarily bind
  `resize-mini-windows' to nil.

From its doc:
    A value of `grow-only', the default, means let mini-windows grow only;
    they return to their normal size when the minibuffer is closed, or the
    echo area becomes empty.

It could be that an update catches this minibuffer empty during
`ivy--insert-minibuffer'.

Re abo-abo#77
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

2 participants