all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Takafumi Arakaki <aka.tkf@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 12593-done@debbugs.gnu.org
Subject: bug#12593: 24.2.50; Autoload (or define-ibuffer-filter?) does not work in eproject
Date: Sun, 7 Oct 2012 19:26:29 +0200	[thread overview]
Message-ID: <CAPM+gBSQRmcsRPDqpQJxjvT+Pdv7O_oYeBiTfDrsLtoL_RU1qQ@mail.gmail.com> (raw)
In-Reply-To: <jwvr4pauxn0.fsf-monnier+emacs@gnu.org>

On Sun, Oct 7, 2012 at 5:15 PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>> $ emacs -Q -L . -batch -f batch-byte-compile *.el
>> ... many warnings ...
>
> These warnings were the important starting point to find the culprit.
>
> I believe I've fixed the underlying problem with the patch below, thank
> you very much.  Please try again with a fully-rebuilt Emacs (you
> probably need to "make bootstrap" for the fix to be effective).

Yes, it works now. Thank you very much.

I will try not to omit information from the next time.

Takafumi

>
>
>         Stefan
>
>
> --- lisp/emacs-lisp/autoload.el 2012-08-11 02:12:12 +0000
> +++ lisp/emacs-lisp/autoload.el 2012-10-07 15:11:40 +0000
> @@ -153,7 +153,7 @@
>                    easy-mmode-define-minor-mode define-minor-mode
>                    cl-defun defun* cl-defmacro defmacro*
>                     define-overloadable-function))
> -      (let* ((macrop (memq car '(defmacro defmacro*)))
> +      (let* ((macrop (memq car '(defmacro cl-defmacro defmacro*)))
>              (name (nth 1 form))
>              (args (pcase car
>                       ((or `defun `defmacro
>





      reply	other threads:[~2012-10-07 17:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-07 14:32 bug#12593: 24.2.50; Autoload (or define-ibuffer-filter?) does not work in eproject Takafumi Arakaki
2012-10-07 15:15 ` Stefan Monnier
2012-10-07 17:26   ` Takafumi Arakaki [this message]

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=CAPM+gBSQRmcsRPDqpQJxjvT+Pdv7O_oYeBiTfDrsLtoL_RU1qQ@mail.gmail.com \
    --to=aka.tkf@gmail.com \
    --cc=12593-done@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.