From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "William Payne" Newsgroups: gmane.emacs.help Subject: mule-util and cl-seq loaded when opening c++ source file Date: Fri, 20 Aug 2004 18:21:14 +0200 Organization: Island, Linkoping University, Sweden Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093019165 20104 80.91.224.253 (20 Aug 2004 16:26:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2004 16:26:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 20 18:25:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByCD8-0006Qk-00 for ; Fri, 20 Aug 2004 18:25:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByCHS-0007Pb-22 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Aug 2004 12:30:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.sunet.se!news01.sunet.se!news.island.liu.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: astmatix.ida.liu.se Original-X-Trace: news.island.liu.se 1093018858 2692 130.236.186.15 (20 Aug 2004 16:20:58 GMT) Original-X-Complaints-To: abuse@island.liu.se Original-NNTP-Posting-Date: Fri, 20 Aug 2004 16:20:58 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Original-Xref: shelby.stanford.edu gnu.emacs.help:124833 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20182 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20182 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