From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: Required feature `esh-groups' was not provided Date: Mon, 26 May 2008 16:30:10 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1211815844 27402 80.91.229.12 (26 May 2008 15:30:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2008 15:30:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?=D3scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 26 17:31:25 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 1K0efO-0003tN-V6 for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 17:31:19 +0200 Original-Received: from localhost ([127.0.0.1]:53012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0eee-0007o5-2T for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 11:30:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0eeY-0007m6-Mn for emacs-devel@gnu.org; Mon, 26 May 2008 11:30:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0eeW-0007ji-V7 for emacs-devel@gnu.org; Mon, 26 May 2008 11:30:26 -0400 Original-Received: from [199.232.76.173] (port=36562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0eeW-0007jU-Nr for emacs-devel@gnu.org; Mon, 26 May 2008 11:30:24 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:54221 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0eeW-00087l-Df for emacs-devel@gnu.org; Mon, 26 May 2008 11:30:24 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 3E3BD22D8; Mon, 26 May 2008 11:30:23 -0400 (EDT) Original-Received: from mini.home (host81-158-23-41.range81-158.btcentralplus.com [81.158.23.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 894DB22D0; Mon, 26 May 2008 11:30:19 -0400 (EDT) In-Reply-To: X-Mailer: Apple Mail (2.919.2) X-Pobox-Relay-ID: A847DAD4-2B38-11DD-8494-80001473D85F-02562057!a-sasl-fastnet.pobox.com X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:97728 Archived-At: On 26 May 2008, at 15:16, =D3scar Fuentes wrote: > I'm seeing this right now while building Emacs: > > In toplevel form: > eshell/esh-mode.el:63:1:Error: Required feature `esh-groups' was not =20= > provided > Compiling eshell/esh-module.el [...] > > ... and so on for almost all eshell source files. Same here. I made the following change locally just to get Emacs to =20 compile: Index: lisp/eshell/esh-module.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /sources/emacs/emacs/lisp/eshell/esh-module.el,v retrieving revision 1.23 diff -u -r1.23 esh-module.el --- lisp/eshell/esh-module.el 21 May 2008 03:49:48 -0000 1.23 +++ lisp/eshell/esh-module.el 26 May 2008 15:29:14 -0000 @@ -38,7 +38,7 @@ ;; load the defgroup's for the standard extension modules, so that ;; documentation can be provided when the user customize's ;; `eshell-modules-list'. -(require 'esh-groups) +(load "esh-groups" t t) ;;; User Variables: