* Startup errors
@ 2005-01-30 10:55 Russell Shaw
0 siblings, 0 replies; 2+ messages in thread
From: Russell Shaw @ 2005-01-30 10:55 UTC (permalink / raw)
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(#<buffer *load*<3>> nil "hexrgb" nil t)
load-with-code-conversion("/home/russell/.emacs.d/hexrgb.el" "hexrgb" nil t)
require(hexrgb)
eval-buffer(#<buffer *load*<2>> 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(#<buffer *load*> 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?
^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <mailman.16161.1107084453.27204.help-gnu-emacs@gnu.org>]
* Re: Startup errors
[not found] <mailman.16161.1107084453.27204.help-gnu-emacs@gnu.org>
@ 2005-02-01 17:34 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2005-02-01 17:34 UTC (permalink / raw)
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(#<buffer *load*<3>> nil "hexrgb" nil t)
> load-with-code-conversion("/home/russell/.emacs.d/hexrgb.el" "hexrgb"
> nil t)
> require(hexrgb)
> eval-buffer(#<buffer *load*<2>> 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(#<buffer *load*> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-01 17:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-30 10:55 Startup errors Russell Shaw
[not found] <mailman.16161.1107084453.27204.help-gnu-emacs@gnu.org>
2005-02-01 17:34 ` Kevin Rodgers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.