swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
363 stars 47 forks source link

How do I use the swift menu? #175

Closed iT-Boyer closed 2 years ago

iT-Boyer commented 2 years ago

When I execute M-x swift-menu:

command-execute: swift-menu must be bound to an event with parameters
taku0 commented 2 years ago

It is intended to be a mouse event handler. Use F10, M-`, or M-: (x-popup-menu t swift-menu)

https://www.gnu.org/software/emacs/manual/html_node/emacs/Menu-Bar.html