caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Sam Steingold <sds@gnu.org>
To: Philip <feucht@uni-koblenz.de>
Cc: caml-list <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] new emacs tuareg mode release
Date: Mon, 24 May 2010 16:09:33 -0400	[thread overview]
Message-ID: <AANLkTimX0F51zp0aH2seqYjY8k-ClLtJI98v9vm5hLg8@mail.gmail.com> (raw)
In-Reply-To: <1274726488.2066.30.camel@io>

On 5/24/10, Philip <feucht@uni-koblenz.de> wrote:
> Hi, i get an error:
>
>  philip@io:~/Desktop/tuareg$ make
>  emacs -batch -q -f batch-byte-compile tuareg.el
>  Loading 00debian-vars...
>  No /etc/mailname. Reverting to default...
>  Loading /etc/emacs/site-start.d/50a2ps.el (source)...
>  Error while loading 50a2ps: Symbol's value as variable is void:
>  a2ps-region
>  Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
>  Loading debian-ispell...
>  Loading /var/cache/dictionaries-common/emacsen-ispell-default.el
>  (source)...
>  Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el
>  (source)...
>  Loading /etc/emacs/site-start.d/50festival.el (source)...
>  Loading /etc/emacs/site-start.d/50git-core.el (source)...
>  Loading /etc/emacs/site-start.d/50ocaml-mode.el (source)...
>  Loading /etc/emacs/site-start.d/50psvn.el (source)...
>  Loading /etc/emacs/site-start.d/51tuareg-mode.el (source)...
>
>  In toplevel form:
>  tuareg.el:1933:1:Error: Invalid modifier in string
>  make: *** [tuareg.elc] Error 1

what is your emacs version?
could you please add "--no-site-file" to the emacs invocations:

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 EMACS = emacs
-BATCH = -batch -q --load tuareg.elc
+BATCH = -batch -q --no-site-file --load tuareg.elc
 RM = rm -rf
 CP = cp -f
 LN = ln
@@ -21,7 +21,7 @@
 elc : $(ELC)

 %.elc : %.el
-	$(EMACS) -batch -q -f batch-byte-compile $<
+	$(EMACS) -batch -q --no-site-file -f batch-byte-compile $<

 camldebug.elc : camldebug.el tuareg.elc




-- 
Sam Steingold <http://sds.podval.org>


  reply	other threads:[~2010-05-24 20:09 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-24 16:36 Sam Steingold
2010-05-24 16:55 ` [Caml-list] " Stéphane Glondu
2010-05-24 17:17   ` Sam Steingold
2010-05-24 18:41 ` Philip
2010-05-24 20:09   ` Sam Steingold [this message]
2010-05-24 20:36     ` Philip
2010-05-24 20:58       ` Sam Steingold
2010-05-25  1:00         ` Eliot Handelman
2010-05-25 10:17           ` Jan Rehders
2010-05-25 18:04           ` Sam Steingold
2010-05-26  6:27             ` Stéphane Glondu
2010-05-26 13:33               ` Sam Steingold
2010-05-26 14:31             ` New emacs tuareg mode Christophe TROESTLER
2010-05-26 15:36               ` [Caml-list] " Daniel Bünzli
2010-05-26 16:01                 ` Christophe TROESTLER
2010-05-26 16:34                   ` Stefano Zacchiroli
2010-05-27  9:46               ` David Baelde
2010-05-27 14:25                 ` Eray Ozkural
2010-05-27 15:41                   ` Grant Rettke
2010-05-27 16:01                 ` Edgar Friendly
2010-05-29 13:16                   ` David Baelde
2010-05-24 20:34 ` [Caml-list] new emacs tuareg mode release blue storm
2010-05-26 10:02   ` Tom Hutchinson
2010-05-26 13:18     ` Eliot Handelman
2010-05-26 13:32       ` Jacques Garrigue
2010-05-26 13:33     ` Mehdi Dogguy
2010-05-26 14:01       ` Christophe TROESTLER
2010-05-26 14:09         ` Mehdi Dogguy
2010-05-24 21:44 ` Sam Steingold
2010-05-25 18:08   ` [Caml-list] " Mehdi Dogguy
2010-05-25 18:25     ` Christophe TROESTLER
2010-05-24 21:50 ` Sam Steingold
2010-05-26 22:53 ` Sam Steingold
2010-06-11 12:22 ` [Caml-list] " Albert Cohen

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=AANLkTimX0F51zp0aH2seqYjY8k-ClLtJI98v9vm5hLg8@mail.gmail.com \
    --to=sds@gnu.org \
    --cc=caml-list@yquem.inria.fr \
    --cc=feucht@uni-koblenz.de \
    /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.
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 NNTP newsgroup(s).