emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What happens during eval-buffer?


From: Lennart Borgman
Subject: What happens during eval-buffer?
Date: Tue, 16 May 2006 21:25:01 +0200
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

Start with

   emacs -Q

Put this into *Scratch*:

<<<<<<<<<<<<<<<<<<<<<

(defvar temp-html nil)
(setq temp-html
 ;; Start-here
 "
<html>
<head>
</head>
</html>
") ;; Stop-here

(let ((start (progn
              (goto-char (point-min))
              (search-forward "Start-here")
              (forward-line 2)
              (point)
              ))
     )
 )
>>>>>>>>>>>>>>>>>>>>>>>>>>

With that as the current buffer then do

   M-x eval-buffer

I get an error saying "Symbol's value as variable is void: <html>". Have I done something completely wrong or?

I am doing this on w32: GNU Emacs 22.0.50.1 (i386-mingw-nt5.0.2195) of 2006-05-13




reply via email to

[Prev in Thread] Current Thread [Next in Thread]