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

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


        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 15:15 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 [this message]
2012-10-07 17:26   ` Takafumi Arakaki

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