From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Startup errors Date: Tue, 01 Feb 2005 10:34:49 -0700 Message-ID: <369strF4u6teoU2@individual.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107279465 7384 80.91.229.2 (1 Feb 2005 17:37:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2005 17:37:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 01 18:37:45 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cw1xR-0007TP-7c for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Feb 2005 18:36:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw2AO-0006EK-OS for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Feb 2005 12:50:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-X-Trace: individual.net zSQ5vAqV6ka4faGfVrxQwQDXBNdWYGVAPS4cMxQUNTakV7Zfg= User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:128312 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:23820 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23820 Russell Shaw wrote: > Hi, > I installed GNU Emacs 21.3.1 on debian sid and installed > the doremi-frm.el file. > > With the --debug-init option, i get: > > Debugger entered--Lisp error: (void-variable Obsolete\.) > eval-buffer(#> nil "hexrgb" nil t) > load-with-code-conversion("/home/russell/.emacs.d/hexrgb.el" "hexrgb" > nil t) > require(hexrgb) > eval-buffer(#> nil "doremi-frm" nil t) > load-with-code-conversion("/home/russell/.emacs.d/doremi-frm.el" > "doremi-frm" nil t) > require(doremi-frm) > eval-buffer(# nil "~/.emacs" nil t) > load-with-code-conversion("/home/russell/.emacs" "~/.emacs" t t) > load("~/.emacs" t t) > > How do i get it to print what file and line number the error is at? You don't: C-x C-f /home/russell/.emacs.d/hexrgb.el RET C-s Obsolete. -- Kevin Rodgers