From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Baloff Newsgroups: gmane.emacs.help Subject: errors loading emacs Date: 31 Jul 2005 19:16:25 +1000 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <87iryrmj2u.fsf@wash.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122800279 21017 80.91.229.2 (31 Jul 2005 08:57:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Jul 2005 08:57:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 31 10:57:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dz9di-0003NP-Tm for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Jul 2005 10:57:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dz9gJ-00043i-F2 for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Jul 2005 05:00:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!news-out.newsfeeds.com!propagator3-LAX.newsfeeds.com!news-in.usenet.com!news.moat.net!news.linkpendium.com!news.linkpendium.com!newsfeed.pacific.net.au!token.pipenetworks.com!218.100.2.58.MISMATCH!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-Original-NNTP-Posting-Host: 210.50.53.76 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 65 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1122800200 un-2park-reader-02.sydney.pipenetworks.com.au 30727 203.134.67.67:1134 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Xref: shelby.stanford.edu gnu.emacs.help:132780 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28304 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28304 Hello I am getting an error when I first start emacs, it happed after I change a line in my .emacs from >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> (load-file "/usr/share/emacs/site-lisp/cedet-common/cedet.el") to >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> (load-file "/usr/independ_packages/cedet-1.0pre3/common/cedet.el") ;; Enabling various SEMANTIC minor modes. See semantic/INSTALL for more ideas. ;; Select one of the following (semantic-load-enable-code-helpers) ;; (semantic-load-enable-guady-code-helpers) ;; (semantic-load-enable-excessive-code-helpers) ;; Enable this if you develop in semantic, or develop grammars ;; (semantic-load-enable-semantic-debugging-helpers) here is the error: ************************************************************ Loading 52semantic (source)...done Loading 53cedet-contrib (source)...done Loading 55ecb (source)... "/usr/share/emacs21/site-lisp/cedet-common/" added to `load-path' Setting up cedet...done Setting up cogre... byte-code: Cannot open load file: cogre-load Setting up ede...done Setting up eieio...done Setting up semantic...done Setting up speedbar...done Setting up cedet-contrib...done Loading 55ecb (source)...done Loading ~/.emacs-mc394... Loading cc-styles...done Loading ~/.emacs-mc394...done Loading ansi-color...done Loading windmove...done Loading edmacro...done Loading time...done Loading /usr/independ_packages/cedet-1.0pre3/common/cedet.el (source)... "/usr/independ_packages/cedet-1.0pre3/common/" added to `load-path' "/usr/independ_packages/cedet-1.0pre3/cogre" added to `load-path' An error has occurred while loading `/home/sam/.emacs': Wrong type argument: number-or-marker-p, nil To ensure normal operation, you should investigate the cause of the error in your initialization file and remove it. Start Emacs with the `--debug-init' option to view a complete error backtrace Loading semantic-el (source)...done (iconify-frame (#)) (make-frame-visible (#)) ************************************************************ many thanks