abo-abo / ace-window

Quickly switch windows in Emacs
970 stars 86 forks source link

aw-select returns nil when `?` is pressed #195

Open haji-ali opened 4 years ago

haji-ali commented 4 years ago

When I execute the following code

(message "returned %S" (let ((aw-dispatch-always t))
                         (aw-select " Select window")))

and select one of the windows then I get returned #<window ### on file.org>

However, if I press ? to see the help before selecting the window, then I get returned nil.