Oleh Krehel

Results 349 comments of Oleh Krehel

You can customize it like this: (add-to-list 'aw-dispatch-alist '(minibuffer-keyboard-quit))

OK, I see your point now. I thought you wanted to stay in the current window, but you want to select the previous one. I don't think Emacs keeps track...

I forgot that this feature already exists: n will call `aw-flip-window`. Let me know if that's what you were looking for.

> Could this be added to ace-window, maybe replacing the default 'n' binding, i.e. remove 'n'? Since it works better, I'm fine with it. @luciferasm Could you please open a...

Even if the frame isn't visible, you can still select it using the corresponding char. If you can guess it, that is. I don't know how this can be improved...

What good can this hook serve?

What's wrong with using this in your own config: ``` (defun ace-window-after-hook (arg) (message "ace-window %d" arg)) (advice-add 'ace-window :after #'ace-window-after-hook) ;; (advice-remove 'ace-window #'ace-window-after-hook) ``` Compared to the hook...

Thanks for the contribution. But since `ace-window` is in GNU ELPA, and the change is over the 15 lines, you'll need an Emacs Copyright Assignment before I can merge. See...

> I can contribute to any GNU ELPA project, i.e. I don't need to repeat this for every package? Any GNU ELPA project, also core Emacs, Org-mode and CEDET. Just...

> The snailmail/electronic submission requirements seem annoyingly backwards I agree that it could be better. But opening Emacs on any computer, with zero config, and being able to `package-install avy`...