* mule-util and cl-seq loaded when opening c++ source file
@ 2004-08-20 16:21 William Payne
2004-08-28 14:32 ` Kai Grossjohann
0 siblings, 1 reply; 2+ messages in thread
From: William Payne @ 2004-08-20 16:21 UTC (permalink / raw)
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.
/ WP
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mule-util and cl-seq loaded when opening c++ source file
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
0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-08-28 14:32 UTC (permalink / raw)
"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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-28 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).