lokedhs / gnu-apl-mode

GNU APL mode for Emacs
GNU General Public License v3.0
94 stars 18 forks source link

Linux Mint Issues #21

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, I recently downloaded gnu-apl-mode to emacs. When I try to do s-l a Cinnamon Debugger screen pops up, when I do s-e I get my file manager. It would be nice if you included a way to change the APL key. Thanks

ghost commented 7 years ago

Also I don't have APL-Z

lokedhs commented 7 years ago

How did you install it? Did you use MELPA or did you clone the source?

lokedhs commented 7 years ago

Now that I read your message again, I now see what happened. Your problem is that your desktop steals the keypress before Emacs has a chance to see it. I solved that problem by removing all the shortcuts from GNOME that use the super key prefix.

That's the best solution, since the super prefix is really useful to have available in Emacs. If you really don't want to do that, then you can always customise the variable ‘gnu-apl-interactive-mode-map-prefix’ to use, say, hyper instead.