From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: eshell-defgroup fouls up `make bootstrap'. Date: Wed, 30 Jul 2008 09:48:30 +0000 Message-ID: <20080730094830.GA3952@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217411327 31043 80.91.229.12 (30 Jul 2008 09:48:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2008 09:48:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 30 11:49:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KO8JE-00048P-4V for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2008 11:49:28 +0200 Original-Received: from localhost ([127.0.0.1]:42607 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KO8IJ-0008Dq-Re for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2008 05:48:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KO8Hr-0007qJ-ES for emacs-devel@gnu.org; Wed, 30 Jul 2008 05:48:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KO8Hp-0007oq-Ui for emacs-devel@gnu.org; Wed, 30 Jul 2008 05:48:02 -0400 Original-Received: from [199.232.76.173] (port=39140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KO8Hp-0007oZ-Ks for emacs-devel@gnu.org; Wed, 30 Jul 2008 05:48:01 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:2486 helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KO8Hp-0007jR-K8 for emacs-devel@gnu.org; Wed, 30 Jul 2008 05:48:01 -0400 Original-Received: (qmail 60810 invoked by uid 3782); 30 Jul 2008 09:47:58 -0000 Original-Received: from acm.muc.de (pD9E53C61.dip.t-dialin.net [217.229.60.97]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Wed, 30 Jul 2008 11:47:56 +0200 Original-Received: (qmail 4328 invoked by uid 1000); 30 Jul 2008 09:48:30 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101744 Archived-At: Hi, Glenn, I cvs updated yesterday and now can't build Emacs. The problem is the non-existence of eshell-defgroup. eshell-defgroup is aliased to defgroup in .../lisp/eshell/eshell.el. (As a matter of interest, why?) I've tried putting an `(eval-and-compile ...)' round the definition of eshell-defgroup, but this doesn't help. It fails as follows: Loading loaddefs.el (source)... Symbol's function definition is void: eshell-defgroup There's a comment in eshell.el just before the defalias about "putting the whole definition into the autoload file" which I don't understand, so I don't really want to mess around, here. Would you look at this, please. Thanks! -- Alan Mackenzie (Nuremberg, Germany).