unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: mule-util and cl-seq loaded when opening c++ source file
Date: Sat, 28 Aug 2004 16:32:17 +0200	[thread overview]
Message-ID: <86r7pr2v0u.fsf@ketchup.de.uu.net> (raw)
In-Reply-To: cg58da$2k4$1@news.island.liu.se

"William Payne" <mikas493_no_spam@student.liu.se> writes:

> When I open a file that triggers my c++ mode, the last message I see in the 
> Messages buffer is:
>
> Loading mule-util...done
>
> what is that and is it something I need?
> the complete list is (plus my .emacs):
> Loading cc-mode...done
> Loading cl-seq...done
> Loading mule-util...done
>
> Obviously I want cc-mode, but what is cl-seq and mule-util. I would like to 
> remove them if it's not something I use.

Emacs automatically loaded these files for you, presumably because
they were needed by cc-mode or something.

cl-seq is part of the CL package which implements a subset of Common
Lisp in Emacs Lisp.  Judging from the name, cl-seq contains the Common
Lisp sequence functions.  Those are library functions to deal with
lists and arrays and suchlike.  I presume that they are used by the
functions in cc-mode.

mule-util is part of Mule, and Mule is part of Emacs these days.
(Emacs 19 was the last Emacs without Mule, and XEmacs can be compiled
with and without Mule even today, I believe.)  Mule allows you to edit
files in various encodings in the same Emacs executable.

Kai

      reply	other threads:[~2004-08-28 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-20 16:21 mule-util and cl-seq loaded when opening c++ source file William Payne
2004-08-28 14:32 ` Kai Grossjohann [this message]

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=86r7pr2v0u.fsf@ketchup.de.uu.net \
    --to=kai@emptydomain.de \
    /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.
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).