help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs


From: Tassilo Horn
Subject: Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs
Date: Tue, 28 Aug 2007 15:29:25 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Joost Kremers <joostkremers@yahoo.com> writes:

Hi Joost,

> i've just downloaded it and tried to compile, but my emacs chokes on
> 'defparameter'. the elisp manual doesn't mention defparameter,
> (require 'cl) also doesn't help, the emacs wiki site nor the source
> code mention any requirements that i don't have, and i haven't been
> able to find any relevant info on google... so please tell me, how do
> i get this elusive defparameter?

--8<---------------cut here---------------start------------->8---
(defmacro defparameter (symbol &optional initvalue docstring)
  "Common Lisps defparameter."
  `(progn
     (defvar ,symbol nil ,docstring)
     (setq   ,symbol ,initvalue)))
--8<---------------cut here---------------end--------------->8---

But that was just a typo.  Please update, I removed it.

Bye,
Tassilo
-- 
Windows: So easy to admin, even a worm can do it.


reply via email to

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