ELPA Logo NonGNU ELPA: gnu-apl-mode

gnu-apl-mode Atom Feed

Description
Emacs mode for GNU APL
Latest
gnu-apl-mode.tar (.sig), 2024-Mar-31, 0.02 KiB
Maintainer
Other versions:
development version
Website
http://www.gnu.org/software/apl/
ELPA's Repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Emacs mode for GNU APL

This mode provides both normal editing facilities for APL code as
well as an interactive mode. The interactive mode is started using
the command ‘gnu-apl’.

The mode provides two different ways to input APL symbols. The
first method is enabled by default, and simply binds keys with the
"super" modifier. The problem with this method is that the "super"
modifier has to be enabled, and any shortcuts added by the
operating system that uses this key has to be changed.

The other method is a bit more cumbersome to use, but it's pretty
much guaranteed to work everywhere. Simply enable the input mode
using C-\ (‘toggle-input-method’) and choose APL-Z. Once this mode
is enabled, press "." (period) followed by a letter to generate
the corresponding symbol.