all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Alan Mackenzie <acm@muc.de>
Cc: emacs-devel@gnu.org
Subject: Re: Progress: eshell-defgroup.  Do we really need this?
Date: Thu, 07 Aug 2008 15:25:12 -0400	[thread overview]
Message-ID: <jwv7iashbok.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20080801161045.GC13919@muc.de> (Alan Mackenzie's message of "Fri, 1 Aug 2008 16:10:45 +0000")

>> So back to 'make bootstrap'.  It says "can't find eshell-defgroup".

> make bootstrap is generating loaddefs.el with lines like

>     (eshell-defgroup eshell-alias nil "Docstring" :tag "Command aliases" :gr\oup 'eshell-module)

> , and AFTER them the line which should have come first:

>     (defalias 'eshell-defgroup 'defgroup)

> .  It seems that the loaddefs.el generator first builds these
> (eshell-defgroup....) lines in eshell/esh-group.el, and then, somehow,
> copies them to loaddefs.el.  The code isn't easy to understand.

Those "(eshell-defgroup" should not be in loaddefs.el but in
lisp/eshell/esh-groups.el.  This is done by autoload.el, so either we
have a bug in autoload.el that sometimes makes it ignore the

  generated-autoload-file: "esh-groups.el"

in the files, or there's some other autoload.el that gets in the way.


        Stefan





      reply	other threads:[~2008-08-07 19:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-29 22:27 eshell-defgroup. Do we really need this? Alan Mackenzie
2008-07-31 19:17 ` Ted Zlatanov
2008-07-31 19:18   ` Lennart Borgman (gmail)
2008-08-01 15:34     ` Ted Zlatanov
2008-08-01 17:08       ` Romain Francoise
2008-08-01 20:30         ` Ted Zlatanov
2008-08-02  4:18           ` Stephen J. Turnbull
2008-08-04 16:34             ` Ted Zlatanov
2008-08-04 17:49               ` Stephen J. Turnbull
2008-08-04 18:38                 ` Ted Zlatanov
2008-08-05  8:20                   ` Stephen J. Turnbull
2008-08-05 13:57                     ` buildbots (was: eshell-defgroup. Do we really need this?) Ted Zlatanov
2008-08-05 20:25                       ` Stephen J. Turnbull
2008-08-08 15:26                       ` place to send build failure reports? (was: buildbots) Ted Zlatanov
2008-08-08 15:58                         ` place to send build failure reports? Chong Yidong
2008-08-03 19:02           ` eshell-defgroup. Do we really need this? Romain Francoise
2008-08-04 16:31             ` Ted Zlatanov
2008-08-01 16:10 ` Progress: " Alan Mackenzie
2008-08-07 19:25   ` Stefan Monnier [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=jwv7iashbok.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.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.