all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org, handa@m17n.org, emacs-pretest-bug@gnu.org
Subject: Re: Rmail: rmail-enable-mime is causing troubles
Date: Fri, 13 Jan 2006 10:15:59 +0200	[thread overview]
Message-ID: <uoe2gsfuo.fsf@gnu.org> (raw)
In-Reply-To: <1137102898.278194.4897.nullmailer@totoz-linux.gnu-rox.org> (message from Xavier Maillard on Thu, 12 Jan 2006 22:54:58 +0100)

> From: Xavier Maillard <zedek@gnu.org>
> Date: Thu, 12 Jan 2006 22:54:58 +0100
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org, handa@m17n.org
> 
> Except that here, it just fails when trying to make it:
> 
> [zedek@totoz-linux 22:37:02 rmail-mime]$ make
> echo '
>       ' > lisp/autodefs.el
> emacs-snapshot -q --no-site-file -batch -l autoload --eval \
>                 '(setq source-directory (expand-file-name ".") \
>                        generated-autoload-file "autodefs.el")' \
>                 -f batch-update-autoloads `find lisp -type d -print`
> Wrong type argument: symbolp, "autodefs.el"
> make: *** [autodefs.el] Error 255

What is your version of Make?  It looks like the Makefile that comes
with rmail-mime is buggy: a command-line argument that is quoted with
single quotes '..' cannot be split between two lines like that,
because the shell will retain the newline, and Emacs will see bad
Lisp.  Latest version of GNU Make make a point of passing such
commands to the shell without removing the newline, so such bugs
started popping up.

A simple work-around is to edit the Makefile so that the '..'-quoted
argument, the one which starts with ``'(setq'', is on a single line.

  reply	other threads:[~2006-01-13  8:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1136851298.818441.8389.nullmailer@totoz-linux.gnu-rox.org>
     [not found] ` <200601101154.k0ABsWsm011714@rocksteady.printf.se>
2006-01-11 11:16   ` Rmail: rmail-enable-mime is causing troubles Kenichi Handa
2006-01-11 15:09     ` Henrik Enberg
2006-01-12 21:54       ` Xavier Maillard
2006-01-13  8:15         ` Eli Zaretskii [this message]
2006-01-18 22:38           ` Xavier Maillard
2006-01-16 12:14         ` Kenichi Handa
2006-01-18  2:17           ` Kenichi Handa

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=uoe2gsfuo.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=handa@m17n.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.