* Required feature `esh-groups' was not provided
@ 2008-05-26 14:16 Óscar Fuentes
2008-05-26 15:30 ` John Paul Wallington
0 siblings, 1 reply; 3+ messages in thread
From: Óscar Fuentes @ 2008-05-26 14:16 UTC (permalink / raw)
To: emacs-devel
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
In toplevel form:
eshell/esh-module.el:28:1:Error: Required feature `esh-groups' was not provided
Compiling eshell/esh-opt.el
In toplevel form:
eshell/esh-opt.el:27:30:Error: Required feature `esh-groups' was not provided
Compiling eshell/esh-proc.el
In toplevel form:
eshell/esh-proc.el:29:13:Error: Required feature `esh-groups' was not provided
Compiling eshell/esh-test.el
... and so on for almost all eshell source files.
--
Oscar
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Required feature `esh-groups' was not provided
2008-05-26 14:16 Required feature `esh-groups' was not provided Óscar Fuentes
@ 2008-05-26 15:30 ` John Paul Wallington
2008-05-27 1:46 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: John Paul Wallington @ 2008-05-26 15:30 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: emacs-devel
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:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-27 1:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-26 14:16 Required feature `esh-groups' was not provided Óscar Fuentes
2008-05-26 15:30 ` John Paul Wallington
2008-05-27 1:46 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).