I used M-x ispell to spellcheck. When I finished, on the mini buffer a sentenced flashed quickly: "You can use s-:" or something like that. What does s-: stand for?
1 Answer
I am not sure for Macs, but on GNU/linux or Windows s stand for the super/Windows key (usually left of the spacebar somewhere between Ctrl and Alt). Of course : stands for the colon (usually Shift-semicolon), so here you would have to press super+shift+(semi)colon simultaneously.
- Thanks. I searched for super key for mac but could't find anything useful. At least, now I know what "s" stands for.zeynel– zeynel2022-12-17 13:27:35 +00:00Commented Dec 17, 2022 at 13:27
- 1The CMD key works as Super in emacs on macOSnega– nega2022-12-18 03:17:35 +00:00Commented Dec 18, 2022 at 3:17
-
C-h w ispell RETto find out to which key(s) the commandispellis bound to. Maybe there is another one that is more convenient/accessible on MacOS.C-h e.s-:is listed. It's first time I see a binding for super key.emacs -Q? If not, some init file (platform, or site, or personal) is probably defining it.