abo-abo / ace-window

Quickly switch windows in Emacs
979 stars 87 forks source link

Deviation from Emacs terminology #85

Closed basil-conto closed 7 years ago

basil-conto commented 7 years ago

The built-in Emacs library lisp/window.el defines the function maximize-window, which makes a given window "as large as possible without deleting any windows."

The ace-window package provides a similarly named ace-maximize-window, which instead wraps the window.el function delete-other-windows.

Unless this is an intentional/preferred overloading of the verb "maximize", and if you are open to the suggestion of rewording to something closer to the language of delete-other-windows, I would be happy to provide such a pull request.

abo-abo commented 7 years ago

I would be happy to provide such a pull request.

I'm fine with a rename. Just add an obsolete alias to ace-maximize-window that's due to get removed in 0.10.0.