Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • 1
    You can do C-h w ispell RET to find out to which key(s) the command ispell is bound to. Maybe there is another one that is more convenient/accessible on MacOS. Commented Dec 17, 2022 at 14:32
  • 1
    When something flashes by quickly in the minibuffer, it also appears in the Messages buffer which you can quickly reach with with C-h e. Commented Dec 17, 2022 at 14:39
  • @FranBurstall Great, I always wondered why those messages disappeared so quickly, Now I can look in the messages, thanks. Commented Dec 17, 2022 at 15:43
  • @NickD I checked, only s-: is listed. It's first time I see a binding for super key. Commented Dec 17, 2022 at 15:45
  • It's not standard AFAICT: is it defined if you start with emacs -Q? If not, some init file (platform, or site, or personal) is probably defining it. Commented Dec 17, 2022 at 16:43