unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* APL mode
@ 2013-10-12  5:01 Rustom Mody
  0 siblings, 0 replies; 46+ messages in thread
From: Rustom Mody @ 2013-10-12  5:01 UTC (permalink / raw)
  To: emacs-devel

Resending my last message in plain text.
Sorry for the inconvenience!
----------------------------------------------------------


Hello all!

As some of you may know Gnu Apl has been very recently released
http://www.gnu.org/software/apl/

I feel in the modern unicoded world, APL may be more usable than it
has ever been, so having a modern (unicode-based) Apl running on
Gnu/Linux systems is quite a big thing. [Well at least for some
old-fogeys :-) ]

I asked the author Juergen Sauermann if there was an emacs mode.
He asked 'Whats a mode? " :-) . He agreed that if I provided one he
would put it in.

Is anyone working on this??

For the time being Ive put together something minimal by
a. taking scheme.el, cmuscheme.el
b. search-replace-ing scheme by apl
c. Do the minimal hacking required to make it work
d. Throw out obviously unneeded parts (like DSSSL stuff)

Also looking at perl and ada modes for characters, fontlock etc.

Any preferable sources to study/copy from?
I tried to study C-mode(s) but it was too vast to make sense :-(

About syntax:
What does sexp mean for non-lisp languages like C etc?
(Needed for functions like forward-sexp)

About Font lock:
APL is notorious for being unreadable. This is related to having
almost no keywords and only weird characters.
Having a good coloration for different categories of characters will
help a long way.

Is there somewhere I can 8-10 different faces ready?
And how faces are used in programming modes?

Input methods:
Current input method supplied by Juergen is xmodmap based.
We need other more emacsy method(s). I'll write about that
subsequently, if I can get the above working :-)


Rusi

-- 
http://blog.languager.org



^ permalink raw reply	[flat|nested] 46+ messages in thread
* APL mode
@ 2013-10-12  4:48 Rustom Mody
  2013-10-12  7:25 ` Thien-Thi Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 46+ messages in thread
From: Rustom Mody @ 2013-10-12  4:48 UTC (permalink / raw)
  To: emacs-devel

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

Hello all!

As some of you may know Gnu Apl has been very recently released
http://www.gnu.org/software/apl/

I feel in the modern unicoded world, APL may be more usable than it has
ever been, so having a modern (unicode-based) Apl running on Gnu/Linux
systems is quite a big thing. [Well at least for some old-fogeys :-) ]

I asked the author Juergen Sauermann if there was an emacs mode.
He asked 'Whats a mode? " :-) . He agreed that if I provided one he would
put it in.

Is anyone working on this??

For the time being Ive put together something minimal by
a. taking scheme.el, cmuscheme.el
b. search-replace-ing scheme by apl
c. Do the minimal hacking required to make it work
d. Throw out obviously unneeded parts (like DSSSL stuff)

Also looking at perl and ada modes for characters, fontlock etc.

Any preferable sources to study/copy from?
I tried to study C-mode(s) but it was too vast to make sense :-(

About syntax:
What does sexp mean for non-lisp languages like C etc?
(Needed for functions like forward-sexp)

About Font lock:
APL is notorious for being unreadable. This is related to having almost no
keywords and only weird characters.
Having a good coloration for different categories of characters will help a
long way.

Is there somewhere I can 8-10 different faces ready?
And how faces are used in programming modes?

Input methods:
Current input method supplied by Juergen is xmodmap based.
We need other more emacsy method(s). I'll write about that subsequently, if
I can get the above working :-)


Rusi

-- 
http://blog.languager.org

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

^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2013-10-28 19:45 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12  5:01 APL mode Rustom Mody
  -- strict thread matches above, loose matches on Subject: below --
2013-10-12  4:48 Rustom Mody
2013-10-12  7:25 ` Thien-Thi Nguyen
2013-10-12 14:26 ` Stefan Monnier
2013-10-12 16:09   ` Rustom Mody
2013-10-12 19:08     ` Stefan Monnier
2013-10-13  6:45     ` Stephen J. Turnbull
2013-10-13  6:59       ` Rustom Mody
2013-10-13 11:10         ` Stephen J. Turnbull
2013-10-13 14:04           ` Rustom Mody
2013-10-13 15:35             ` Stephen J. Turnbull
2013-10-13 16:11             ` Ivan Andrus
2013-10-13 12:42 ` Rüdiger Sonderfeld
2013-10-13 14:47   ` Rustom Mody
2013-10-13 15:24     ` Rüdiger Sonderfeld
2013-10-14  5:00       ` Rustom Mody
2013-10-14  6:45         ` Rustom Mody
2013-10-14 13:34           ` Stefan Monnier
2013-10-14  8:21         ` Xue Fuqiao
2013-10-14 11:08           ` Rustom Mody
2013-10-17 18:54             ` David De La Harpe Golden
2013-10-17 19:26               ` Stefan Monnier
2013-10-20 13:57                 ` Rustom Mody
2013-10-21 10:46                   ` Xue Fuqiao
2013-10-21 13:03                   ` Stefan Monnier
2013-10-25 19:09                     ` Rustom Mody
2013-10-26  1:40                       ` Stefan Monnier
2013-10-26  4:38                         ` Rustom Mody
2013-10-26 10:35                           ` Juergen Sauermann
2013-10-26 11:42                             ` Rustom Mody
2013-10-26 15:40                             ` David De La Harpe Golden
2013-10-26 16:48                               ` Rustom Mody
2013-10-26 17:41                                 ` Rustom Mody
2013-10-26 17:48                                 ` David De La Harpe Golden
2013-10-27  5:08                           ` Stefan Monnier
2013-10-27 22:41                             ` Xue Fuqiao
2013-10-28  4:09                             ` Stephen J. Turnbull
2013-10-28 12:21                               ` Rustom Mody
2013-10-28 12:40                                 ` Juergen Sauermann
     [not found]                                   ` <CAJ+Teofv_2bHhdAvxsVRY8EYLQO6ERZ_zbAWh0FLQnUMndcfSg@mail.gmail.com>
     [not found]                                     ` <526E669E.60501@t-online.de>
     [not found]                                       ` <CAJ+TeofjYsy4eLDr=aM3Vo36=76zipbn7HmXcm59YNwkgLoaSg@mail.gmail.com>
     [not found]                                         ` <526E7EC3.3050305@t-online.de>
     [not found]                                           ` <526E967F.3010903@harpegolden.net>
     [not found]                                             ` <526E9DCE.8080504@t-online.de>
2013-10-28 17:42                                               ` Rustom Mody
2013-10-28 19:45                                                 ` David De La Harpe Golden
2013-10-18  7:06               ` Rustom Mody
2013-10-14 10:40         ` Rüdiger Sonderfeld
2013-10-14 17:03 ` David De La Harpe Golden
2013-10-14 19:48   ` Stefan Monnier
2013-10-15  3:15   ` Rustom Mody

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).