unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* `make' written in elisp
@ 2003-12-30 19:31 Michael Schierl
  2003-12-31 22:57 ` Richard Stallman
                   ` (2 more replies)
  0 siblings, 3 replies; 30+ messages in thread
From: Michael Schierl @ 2003-12-30 19:31 UTC (permalink / raw)


Hi,

I'm not sure if I am right here ("Emacs development discussions."
Discussions about developing Emacs, developing for Emacs or developing with
Emacs...?) so if i'm wrong I'd like if you pointed me into the right
direction...

For most users of Emacs who are not on *ix, it is harder to install new
packages than for those on *ix since most (GNU) Emacs "extensions" are
shipped with makefiles or autoconf scripts. This works flawlessly on Unix
but not on other systems - especially because most of the simpler scripts
make assumptions where your emacs binary or your site-lisp directory is.
You can adjust this for every single package, but what for? most makefiles
don't do more than runninge batch-byte-compile for the .el files, makeinfo
for the .texi files and install-info for the resulting info files (plus
copying the files where they belong).

So I tried to write a framework completely in Elisp (except makeinfo at the
moment, because `texinfo-format-buffer' seems to be just
crashy/buggy/whatever when applying it to "in-the-wild" texinfo files)
called elMake¹.

Its syntax is similar to that of apache ant, except it is in sexps instead
of xml tags (Users writing Elisp should be familiar with that syntax).

It seems to work quite well so far (example "elMakefiles" for jde, auctex
and of course elmake itself seem to work as desired).

You can have a look at it at http://elmake.sourceforge.net/ (the website is
quite "minimalistic", but what do you need more for a 42KB download?).


So, and why do i write here? I'd like to know

- what you think of that idea
- if you could think to use it for your own emacs addons (if you maintain 
  any)
- what is bad at the particular implementation
- if you find any bugs
- what features are missing
- how to install such a thing in your opinion (atm it is a .el file to be 
  loaded and pressed C-x C-e at the correct position)
- and everything else you can think of (if related to elMake).

For answers you might use the elmake-devl mailing list at sourceforge, but
of course I'll read answers on this list as well.

TIA,

Michael

¹ hit 2 on Google for "elmake" is the (empty) sf.net project site atm...

^ permalink raw reply	[flat|nested] 30+ messages in thread
[parent not found: <E1CloEh-0004Sl-Hg@monty-python.gnu.org>]

end of thread, other threads:[~2005-01-04 16:10 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-30 19:31 `make' written in elisp Michael Schierl
2003-12-31 22:57 ` Richard Stallman
2003-12-31 23:14   ` Michael Schierl
2004-01-01 21:10     ` Richard Stallman
2004-01-01 21:37       ` Michael Schierl
2004-01-04 23:25 ` Stefan Monnier
2005-01-02 16:06   ` Richard Stallman
2005-01-02 23:22     ` David Kastrup
2005-01-02 23:55       ` Ralf Angeli
2005-01-03  0:07         ` David Kastrup
2005-01-03  0:25           ` Ralf Angeli
2005-01-03  4:32             ` Richard Stallman
2005-01-03  8:02               ` David Kastrup
2005-01-03  9:36                 ` Eli Zaretskii
2005-01-03 16:45                   ` Stefan Monnier
2005-01-03  9:10               ` Ralf Angeli
2005-01-03 18:29                 ` Richard Stallman
2005-01-03 19:28                   ` Ralf Angeli
2005-01-03 23:10                     ` David Kastrup
2005-01-04  3:38                     ` Richard Stallman
2005-01-04 11:17                       ` Ralf Angeli
2005-01-03  0:26       ` Stefan
2005-01-03 11:05         ` Stephen J. Turnbull
2005-01-03 17:16           ` Stefan Monnier
2005-01-04 12:00             ` Stephen J. Turnbull
2005-01-04 13:59               ` Stefan
2005-01-04 14:07                 ` Miles Bader
2004-03-31 22:31 ` patch for locate-file-completion? Nic Ferrier
2004-04-01 17:34   ` Richard Stallman
     [not found] <E1CloEh-0004Sl-Hg@monty-python.gnu.org>
2005-01-04 16:10 ` `make' written in elisp Eric M. Ludlam

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).