all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Paul Wallington <jpw@pobox.com>
To: "Óscar Fuentes" <ofv@wanadoo.es>
Cc: emacs-devel@gnu.org
Subject: Re: Required feature `esh-groups' was not provided
Date: Mon, 26 May 2008 16:30:10 +0100	[thread overview]
Message-ID: <ABC65973-B6C7-4656-9489-EE02BE3798BB@pobox.com> (raw)
In-Reply-To: <mymdw3pf.fsf@telefonica.net>

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	other threads:[~2008-05-26 15:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-26 14:16 Required feature `esh-groups' was not provided Óscar Fuentes
2008-05-26 15:30 ` John Paul Wallington [this message]
2008-05-27  1:46   ` Glenn Morris

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=ABC65973-B6C7-4656-9489-EE02BE3798BB@pobox.com \
    --to=jpw@pobox.com \
    --cc=emacs-devel@gnu.org \
    --cc=ofv@wanadoo.es \
    /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.