* startup error
@ 2009-06-09 5:57 lehe
2009-06-09 23:03 ` Drew Adams
[not found] ` <mailman.341.1244588601.2239.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: lehe @ 2009-06-09 5:57 UTC (permalink / raw)
To: Help-gnu-emacs
Hi,
After installing auto-install, I was getting the following error while start
my emacs with `--debug-init' option
Debugger entered--Lisp error: (void-variable <!DOCTYPE)
eval-buffer(#<buffer *load*<2>> nil "/home/ting/elisp/auto-install.el"
nil t) ; Reading at buffer position 10
load-with-code-conversion("/home/ting/elisp/auto-install.el"
"/home/ting/elisp/auto-install.el" nil t)
require(auto-install)
eval-buffer(#<buffer *load*> nil "/home/ting/.emacs" nil t) ; Reading at
buffer position 1377
load-with-code-conversion("/home/ting/.emacs" "/home/ting/.emacs" t t)
load("~/.emacs" t t)
#[nil "\bพ
How could I fix it?
Thanks and regards!
--
View this message in context: http://www.nabble.com/startup-error-tp23936742p23936742.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: startup error
2009-06-09 5:57 startup error lehe
@ 2009-06-09 23:03 ` Drew Adams
[not found] ` <mailman.341.1244588601.2239.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2009-06-09 23:03 UTC (permalink / raw)
To: 'lehe', Help-gnu-emacs
> After installing auto-install, I was getting the following
> error while start
> my emacs with `--debug-init' option
>
> Debugger entered--Lisp error: (void-variable <!DOCTYPE)
> eval-buffer(#<buffer *load*<2>> nil
> "/home/ting/elisp/auto-install.el"
> nil t) ; Reading at buffer position 10
> load-with-code-conversion("/home/ting/elisp/auto-install.el"
> "/home/ting/elisp/auto-install.el" nil t)
> require(auto-install)
> eval-buffer(#<buffer *load*> nil "/home/ting/.emacs" nil
> t) ; Reading at
> buffer position 1377
> load-with-code-conversion("/home/ting/.emacs"
> "/home/ting/.emacs" t t)
> load("~/.emacs" t t)
>
> How could I fix it?
It looks like you are trying to evaluate a buffer that contains not Emacs Lisp
but HTML or XML: (void-variable <!DOCTYPE). My guess is that you downloaded a
Web page, not the source file that the Web page linked to (somehow). Check the
content of your file auto-install.el - my guess is it is HTML.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: startup error
[not found] ` <mailman.341.1244588601.2239.help-gnu-emacs@gnu.org>
@ 2009-06-20 0:23 ` 蚂蚁
2009-06-20 9:22 ` Andy Stewart
0 siblings, 1 reply; 4+ messages in thread
From: 蚂蚁 @ 2009-06-20 0:23 UTC (permalink / raw)
To: help-gnu-emacs
Drew Adams wrote:
>> After installing auto-install, I was getting the following
>> error while start
>> my emacs with `--debug-init' option
>>
>> Debugger entered--Lisp error: (void-variable <!DOCTYPE)
>> eval-buffer(#<buffer *load*<2>> nil
>> "/home/ting/elisp/auto-install.el"
>> nil t) ; Reading at buffer position 10
>> load-with-code-conversion("/home/ting/elisp/auto-install.el"
>> "/home/ting/elisp/auto-install.el" nil t)
>> require(auto-install)
>> eval-buffer(#<buffer *load*> nil "/home/ting/.emacs" nil
>> t) ; Reading at
>> buffer position 1377
>> load-with-code-conversion("/home/ting/.emacs"
>> "/home/ting/.emacs" t t)
>> load("~/.emacs" t t)
>>
>> How could I fix it?
>
> It looks like you are trying to evaluate a buffer that contains not Emacs Lisp
> but HTML or XML: (void-variable <!DOCTYPE). My guess is that you downloaded a
> Web page, not the source file that the Web page linked to (somehow). Check the
> content of your file auto-install.el - my guess is it is HTML.
>
>
>
just test my client
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: startup error
2009-06-20 0:23 ` 蚂蚁
@ 2009-06-20 9:22 ` Andy Stewart
0 siblings, 0 replies; 4+ messages in thread
From: Andy Stewart @ 2009-06-20 9:22 UTC (permalink / raw)
To: help-gnu-emacs
蚂蚁 <qingant@gmail.com> writes:
> Drew Adams wrote:
>>> After installing auto-install, I was getting the following error while start
>>> my emacs with `--debug-init' option
>>>
>>> Debugger entered--Lisp error: (void-variable <!DOCTYPE)
>>> eval-buffer(#<buffer *load*<2>> nil "/home/ting/elisp/auto-install.el"
>>> nil t) ; Reading at buffer position 10
>>> load-with-code-conversion("/home/ting/elisp/auto-install.el"
>>> "/home/ting/elisp/auto-install.el" nil t)
>>> require(auto-install)
>>> eval-buffer(#<buffer *load*> nil "/home/ting/.emacs" nil t) ; Reading at
>>> buffer position 1377
>>> load-with-code-conversion("/home/ting/.emacs" "/home/ting/.emacs" t t)
>>> load("~/.emacs" t t)
>>>
>>> How could I fix it?
>>
>> It looks like you are trying to evaluate a buffer that contains not Emacs Lisp
>> but HTML or XML: (void-variable <!DOCTYPE). My guess is that you downloaded a
>> Web page, not the source file that the Web page linked to (somehow). Check the
>> content of your file auto-install.el - my guess is it is HTML.
>>
>>
>>
> just test my client
Please download auto-install.el from
http://www.emacswiki.org/emacs/download/auto-install.el
And replace file /home/ting/elisp/auto-install.el
Then delete file /home/ting/elisp/auto-install.elc (if you have this
file).
Then restart Emacs, i think everything will be okay.
-- Andy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-20 9:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 5:57 startup error lehe
2009-06-09 23:03 ` Drew Adams
[not found] ` <mailman.341.1244588601.2239.help-gnu-emacs@gnu.org>
2009-06-20 0:23 ` 蚂蚁
2009-06-20 9:22 ` Andy Stewart
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.