unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: cl-extra not loaded
Date: Thu, 05 Jun 2003 10:30:22 -0600	[thread overview]
Message-ID: <3EDF701E.4040209@yahoo.com> (raw)
In-Reply-To: mailman.7372.1054824606.21513.bug-gnu-emacs@gnu.org

Ken Evans wrote:

> I use a version of eserve.el for Sun's Workshop (supplied by Sun).
> This file has a require 'cl statement.  With this version of Emacs the
> function cl-builtin-gethash is apparently not defined when eserve is
> run.  The error message is:
> 
> Error during eserve msg evaluation (void-variable cl-builtin-gethash)


As the message says, it is a variable reference, not a function call.


> It looks like cl.el sets cl-extra (where cl-builtin-gethash is
> defined) to be autoloaded, but the lisp in that routine is beyond my
> abilities.  In any event it does not get loaded in 21.3.2 when eserve
> is run.  It did get loaded in 20.3.2.


cl.el arranges for the cl-gethash function to be autoloaded.  Perhaps it
should arrange for the cl-builtin-gethash variable (and the other
cl-builtin-*hash variables defined in cl-extra.el, for compatibility with
code byte-compiled by Emacs-20) to be autoloaded as well.


> I can solve the problem by explicitly loading it in .emacs but doing
> this is a kludge.
> 
> BTW (require 'cl-extra) doesn't work for this.  I need (load
> "cl-extra").  I get an error saying it wasn't loaded, though it
> appears to be.  I am not a elisp expert.

That's because cl-extra.el does not provide the cl-extra feature.  Should it?

-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

       reply	other threads:[~2003-06-05 16:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7372.1054824606.21513.bug-gnu-emacs@gnu.org>
2003-06-05 16:30 ` Kevin Rodgers [this message]
2003-06-06 17:02   ` cl-extra not loaded Richard Stallman
2003-06-06 21:09     ` Kenneth Evans, Jr.
     [not found] <mailman.7506.1054934060.21513.bug-gnu-emacs@gnu.org>
2003-06-06 22:32 ` Kevin Rodgers
2003-06-05 14:49 Ken Evans

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EDF701E.4040209@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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 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).