unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Lisp error: (void-variable <!DOCTYPE) when loading bookmark+
@ 2011-03-14 18:43 epowell
  2011-03-14 18:50 ` Teemu Likonen
  0 siblings, 1 reply; 4+ messages in thread
From: epowell @ 2011-03-14 18:43 UTC (permalink / raw)
  To: Help-gnu-emacs


I just tried to load the bookmark+ package for the first time.  I downloaded
all the .el files listed on the wiki and put the require statement in my
.emacs file.
My emacs version is: 21.4.1.
Below is the error I got: 

Debugger entered--Lisp error: (void-variable <!DOCTYPE)
  eval-buffer(#<buffer  *load*<2>> nil "bookmark+" nil t)
  load-with-code-conversion("/mihg/users/epowell1/elisp/bookmark+.el"
"bookmark+" nil t)
  require(bookmark+)
  eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
  load-with-code-conversion("/mihg/users/epowell1/.emacs" "~/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "\b…—	Æ=ƒ\x11Ç\bÈQ‚5	É=ƒ'ÊÇËÌ#ƒ#Í‚5΂5	Ï=ƒ1Ђ5Ç\bÑQ\x1aÒ\x13Ó\nÒ‰#ˆ\vÒ=ƒFË\x13
ƒˆÔ!ÕšƒˆÖ\v!‰\x1c×P\x1dØ!ƒd #[nil "\b…‚oØ\f!ƒn\f‚oˉ\x14ƒ‡Ù\f\v\"ƒ…ÚÛ\f\v#ˆÜÝ!ˆ\f\x13*\x0e\x1f†–Ë\x1e
ÓÞÒ‰#))‡"[init-file-user system-type user-init-file-1 user-init-file source
alt ms-dos "~" "/_emacs" windows-nt directory-files nil
"^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "~/_emacs" vax-vms "sys$login:.emacs"
"/.emacs" t load file-name-extension "elc" file-name-sans-extension ".el"
file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s"
sit-for 1 "default" inhibit-default-init inhibit-startup-message] 5]()
  command-line()
  normal-top-level()

-- 
View this message in context: http://old.nabble.com/Lisp-error%3A-%28void-variable-%3C%21DOCTYPE%29-when-loading-bookmark%2B-tp31147298p31147298.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Lisp error: (void-variable <!DOCTYPE) when loading bookmark+
  2011-03-14 18:43 Lisp error: (void-variable <!DOCTYPE) when loading bookmark+ epowell
@ 2011-03-14 18:50 ` Teemu Likonen
  2011-03-14 18:56   ` epowell
       [not found]   ` <mailman.7.1300128984.17186.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Teemu Likonen @ 2011-03-14 18:50 UTC (permalink / raw)
  To: epowell; +Cc: Help-gnu-emacs

* 2011-03-14 11:43 (-0700), epowell wrote:

> I just tried to load the bookmark+ package for the first time.  I downloaded
> all the .el files listed on the wiki and put the require statement in my
> .emacs file.
> My emacs version is: 21.4.1.
> Below is the error I got: 
>
> Debugger entered--Lisp error: (void-variable <!DOCTYPE)

You downloaded an HTML file with a <!DOCTYPE ...> header. Maybe that
file contains the actual Emacs Lisp file.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Lisp error: (void-variable <!DOCTYPE) when loading bookmark+
  2011-03-14 18:50 ` Teemu Likonen
@ 2011-03-14 18:56   ` epowell
       [not found]   ` <mailman.7.1300128984.17186.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: epowell @ 2011-03-14 18:56 UTC (permalink / raw)
  To: Help-gnu-emacs



Teemu Likonen-2 wrote:
> 
> * 2011-03-14 11:43 (-0700), epowell wrote:
> 
>> I just tried to load the bookmark+ package for the first time.  I
>> downloaded
>> all the .el files listed on the wiki and put the require statement in my
>> .emacs file.
>> My emacs version is: 21.4.1.
>> Below is the error I got: 
>>
>> Debugger entered--Lisp error: (void-variable <!DOCTYPE)
> 
> You downloaded an HTML file with a <!DOCTYPE ...> header. Maybe that
> file contains the actual Emacs Lisp file.
> 
> 
> 

Thank you, Teemu!  It works perfectly now.
(This forum always saves me....even from the dumbest of my mistakes :)

-- 
View this message in context: http://old.nabble.com/Lisp-error%3A-%28void-variable-%3C%21DOCTYPE%29-when-loading-bookmark%2B-tp31147298p31147400.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Lisp error: (void-variable <!DOCTYPE) when loading bookmark+
       [not found]   ` <mailman.7.1300128984.17186.help-gnu-emacs@gnu.org>
@ 2011-03-14 19:21     ` Ted Zlatanov
  0 siblings, 0 replies; 4+ messages in thread
From: Ted Zlatanov @ 2011-03-14 19:21 UTC (permalink / raw)
  To: help-gnu-emacs

On Mon, 14 Mar 2011 11:56:19 -0700 (PDT) epowell <epowell1@med.miami.edu> wrote: 

e> Teemu Likonen-2 wrote:
>> You downloaded an HTML file with a <!DOCTYPE ...> header. Maybe that
>> file contains the actual Emacs Lisp file.

e> Thank you, Teemu!  It works perfectly now.
e> (This forum always saves me....even from the dumbest of my mistakes :)

You may like el-get.el or package.el (or both) to manage your package
installations.  It's much easier than downloading source code yourself.

Ted


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-14 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 18:43 Lisp error: (void-variable <!DOCTYPE) when loading bookmark+ epowell
2011-03-14 18:50 ` Teemu Likonen
2011-03-14 18:56   ` epowell
     [not found]   ` <mailman.7.1300128984.17186.help-gnu-emacs@gnu.org>
2011-03-14 19:21     ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).