emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Required feature `esh-groups' was not provided


From: John Paul Wallington
Subject: Re: Required feature `esh-groups' was not provided
Date: Mon, 26 May 2008 16:30:10 +0100

On 26 May 2008, at 15:16, Óscar 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 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 compile:

Index: lisp/eshell/esh-module.el
===================================================================
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:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]