all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What happens during eval-buffer?
@ 2006-05-16 19:25 Lennart Borgman
  2006-05-16 19:33 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman @ 2006-05-16 19:25 UTC (permalink / raw)


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

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

end of thread, other threads:[~2006-05-16 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 19:25 What happens during eval-buffer? Lennart Borgman
2006-05-16 19:33 ` Andreas Schwab
2006-05-16 19:46   ` Lennart Borgman

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.