abo-abo / ace-window

Quickly switch windows in Emacs
970 stars 86 forks source link

Use call-interactively if the callee function is a command #171

Closed akirak closed 5 years ago

akirak commented 5 years ago

I added a command to aw-dispatch-alist, but it didn't work because it is a function which requires arguments. Apparently, ace-window uses funcall to call a function in aw-dispatch-alist, but in my opinion, it should use funcall-interactively whenever the function is a command.

abo-abo commented 5 years ago

Thanks.