From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: simple loaded during startup Date: Fri, 23 Feb 2007 16:59:22 -0800 Message-ID: <200702240059.l1O0xMX1010398@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172278980 32399 80.91.229.12 (24 Feb 2007 01:03:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Feb 2007 01:03:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 24 02:02:52 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HKlJM-0000YG-3R for ged-emacs-devel@m.gmane.org; Sat, 24 Feb 2007 02:02:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKlJL-0003G7-Uh for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2007 20:02:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKlJ5-0003Cz-V0 for emacs-devel@gnu.org; Fri, 23 Feb 2007 20:02:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKlJ2-0003Ay-Oe for emacs-devel@gnu.org; Fri, 23 Feb 2007 20:02:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKlJ2-0003Ao-8m for emacs-devel@gnu.org; Fri, 23 Feb 2007 20:02:32 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKlJ1-0002vn-Hb for emacs-devel@gnu.org; Fri, 23 Feb 2007 20:02:31 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l1O0xMX1010398 for ; Fri, 23 Feb 2007 16:59:22 -0800 (PST) Original-Lines: 14 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.36, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_56 0.60, J_CHICKENPOX_62 0.60, J_CHICKENPOX_63 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:66724 Archived-At: Doing strace -o emacs.strace emacs -Q --no-site-file -nw and then grep simple emacs.strace shows that "simple" is being loaded during startup. This seems strange given that "simple" should be in the dumped image... If one deletes all traces of simple.el simple.elc simple.el.gz etc then emacs gives a "Wrong type argument: nil" error when starting up. Does anyone know if loading "simple" at startup is intentional? Thanks