all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Elias Mårtenson" <lokedhs@gmail.com>
To: emacs-devel@gnu.org
Subject: GNU APL mode
Date: Fri, 27 Dec 2013 12:45:06 +0800	[thread overview]
Message-ID: <CADtN0WJaigD9KCgM_ovp8TKA-ae8APvGThCvf3_Z9ZMf1-ok1A@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1416 bytes --]

In October of this year, there was a thread on this mailing list regarding
an Emacs mode for GNU APL. As I did not know about this discussion when I
started building my own mode for it, I started working on my own version.
I've been working on this mode for about a month now, and I feel it's
probably ready for other people to use (maybe :-) ).

The source repository for gnu-apl-mode can be found here:
https://github.com/lokedhs/gnu-apl-mode

Please note that it requires GNU APL from their Subversion repository, as
it utilises some features that were not in the latest official release
(1.1).

In this version, I have implemented three different ways of inputting APL
characters:

  - The standard GNU APL keyboard when the "Super" key is held down.
  - A quail-based input method (APL-Z) that allows you to prefix any key
with a period (i.e. ".G" results in ⍒).
  - Mouse-2 on a character in the keyboard help buffer (C-c k).

The key features of this mode includes:

  - Eldoc integration
  - Documentation popup for the symbol under point (by pressing C-c s)
  - Keyboard help (C-c k)
  - Function editor in a separate buffer (by typing ∇function or pressing
C-c f)
  - Coloured error messages

Any comments or criticisms would be greatly appreciated. Also, if people
find this work acceptable, it would be neat to have it included in ELPA
eventually.

Regards,
Elias

[-- Attachment #2: Type: text/html, Size: 1767 bytes --]

             reply	other threads:[~2013-12-27  4:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-27  4:45 Elias Mårtenson [this message]
2013-12-27 12:29 ` GNU APL mode Stefan Monnier
2013-12-30  7:20   ` Elias Mårtenson
2013-12-30 13:12     ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADtN0WJaigD9KCgM_ovp8TKA-ae8APvGThCvf3_Z9ZMf1-ok1A@mail.gmail.com \
    --to=lokedhs@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.