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: Joost Kremers
Subject: Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs
Date: 30 Aug 2007 00:14:53 GMT
User-agent: slrn/0.9.8.1 (Linux)

Xavier Maillard wrote:
> Hi Tassilo,
>
>    --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.
>
> I do not see what the typo you are talking about is. Where is the
> error in this code snipet ?

the code snippet does not have a typo, it's tassilo's reply to my question
how to get defparameter in elisp. the typo is the fact that there was a
defparamater in his code.

-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

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