emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [RFC] Association list between major-mode-names and babel identifiers
@ 2014-03-13  4:49 Thorsten Jolitz
  2014-03-13  5:04 ` Thorsten Jolitz
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Thorsten Jolitz @ 2014-03-13  4:49 UTC (permalink / raw)
  To: emacs-orgmode


Hi List, 

due to the relatively frequent mismatches between language names
extracted from major-mode names and language identifiers used by
Org-Babel I try to build the definite translation alist between both
names. 

To avoid checking myself by hand what 

,-------------------
| M-: major-mode RET
`-------------------

really returns in all those modes, I would like to ask those who
actually use these languages for help. Here is the list of languages
that needs to be completed: 


|------------+------------------------+------------+-----------------+----------|
| Language   | Requirements           | Identifier | M-: major-mode  | checked? |
|------------+------------------------+------------+-----------------+----------|
| ABC        | abcm2ps, abc-mode      | abc        |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Asymptote  | asymptote, asy-mode    | asymptote  |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Awk        | awk                    | awk        |                 |          |
|------------+------------------------+------------+-----------------+----------|
| C          | none                   | C          | c-mode          | X        |
|------------+------------------------+------------+-----------------+----------|
| C++        | none                   | cpp        | c++-mode        | X        |
|------------+------------------------+------------+-----------------+----------|
| Calc       | none                   | calc       |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Clojure    | Clojure, Clojure Mode, | clojure    |                 |          |
|            | CIDER, Leiningen       |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| CSS        | none                   | css        |                 |          |
|------------+------------------------+------------+-----------------+----------|
| D          | D                      | D          | d-mode          | X        |
|------------+------------------------+------------+-----------------+----------|
| Ditaa      | ditaa (bundled with    | ditaa      |                 |          |
|            | Org-mode)              |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Dot        | dot                    | dot        |                 |          |
| (Graphviz) |                        |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Emacs Lisp | none                   | emacs-lisp | emacs-lisp-mode | X        |
|------------+------------------------+------------+-----------------+----------|
| Eukleides  | eukleides              | eukleides  |                 |          |
|            |                        | (contrib)  |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Fomus      | fomus (music notation) | fomus      |                 |          |
|            |                        | (contrib)  |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Fortran    | fortran                | F90        |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Gnuplot    | gnuplot, gnuplot-mode  | gnuplot    |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Groovy     | Emacs-Groovy-Mode      | groovy     |                 |          |
|            |                        | (contrib)  |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Haskell    | haskell, haskell-mode, | haskell    |                 |          |
|            | inf-haskell, lhs2tex   |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| J          | J, j-mode              | J          |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Java       | java                   | java       |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Javascript | node.js                | js         |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Julia      | ess                    | julia      |                 |          |
|            |                        | (contrib)  |                 |          |
|------------+------------------------+------------+-----------------+----------|
| LaTeX      | latex, auctex, reftex  | latex      |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Ledger     | ledger                 | ledger     |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Lilypond   | lilypond music         | ly         |                 |          |
|            | notation               |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Lisp       | slime                  | lisp       |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Make       | none                   | makefile   |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Mathomatic | Mathomatic             | mathomatic |                 |          |
|            |                        | (contrib)  |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Matlab     | matlab, matlab.el      | matlab     |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Maxima     | maxima, Common Lisp,   | max        |                 |          |
|            | gnuplot (optional)     |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Mscgen     | Mscgen                 | mscgen     |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Objective  | ocaml, tuareg-mode     | ocaml      |                 |          |
| Caml       |                        |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Octave     | octave                 | octave     |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Org        | none                   | org        | org-mode        | X        |
|------------+------------------------+------------+-----------------+----------|
| OZ         | Mozart which includes  | oz         |                 |          |
|            | a major mode           | (contrib)  |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Perl       | perl, cperl-mode       | perl       |                 |          |
|            | (optional)             |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Picolisp   | PicoLisp               | picolisp   | picolisp-mode   | X        |
|------------+------------------------+------------+-----------------+----------|
| PlantUML   |                        | plantuml   |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Python     | python, python-mode    | python     |                 |          |
|            | (optional)             |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| R          | R, ess-mode,           | R          |                 |          |
|            | tikzDevice             |            | ess             | X        |
|------------+------------------------+------------+-----------------+----------|
| Ruby       | ruby, irb, ruby-mode,  | ruby       |                 |          |
|            | inf-ruby mode          |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Sass       | sass, sass-mode        | sass       |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Scala      | scala                  | scala      |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Scheme     | none                   | scheme     |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Shen       | shen                   | shen       |                 |          |
|------------+------------------------+------------+-----------------+----------|
| shell      | a shell                | sh         |                 |          |
|------------+------------------------+------------+-----------------+----------|
| SQL        | an RDBMS               | sql        |                 |          |
|------------+------------------------+------------+-----------------+----------|
| SQLite     | SQLite, sqlite3, SQL   | sqlite     |                 |          |
|            | mode                   |            |                 |          |
|------------+------------------------+------------+-----------------+----------|
| Tcl        | tclsh                  | tcl        |                 |          |
|------------+------------------------+------------+-----------------+----------|

Thanks in advance for every contribution.

-- 
cheers,
Thorsten

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

end of thread, other threads:[~2014-03-14 12:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-13  4:49 [RFC] Association list between major-mode-names and babel identifiers Thorsten Jolitz
2014-03-13  5:04 ` Thorsten Jolitz
2014-03-13  7:39   ` Andreas Leha
2014-03-13  9:37 ` Alan Schmitt
2014-03-13 11:54   ` Thorsten Jolitz
2014-03-13 13:11     ` Nick Dokos
2014-03-14  9:11       ` Thorsten Jolitz
2014-03-14 11:59         ` Nick Dokos
2014-03-14 12:25           ` Thorsten Jolitz
2014-03-13 16:06   ` Eric S Fraga
2014-03-13 14:21 ` Eric Schulte
2014-03-14  9:27   ` Thorsten Jolitz
2014-03-13 14:22 ` Sebastien Vauban
2014-03-13 16:26   ` Eric Schulte

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

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).