From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs Date: Thu, 30 Aug 2007 01:42:07 +0200 Organization: GNU's Not UNIX! Message-ID: <200708292342.l7TNg7CZ005170@localhost.localdomain> References: <87wsvnfoyp.fsf@baldur.tsdh.de> <87zm0i6gq2.fsf@gnu.org> <87d4xe6f6z.fsf@gnu.org> <87zm0hq6kz.fsf@gnu.org> <87hcmoc1tg.fsf@baldur.tsdh.de> <87d4xcoxyn.fsf@baldur.tsdh.de> <878x7ylhdk.fsf@baldur.tsdh.de> <87fy26gn55.fsf@baldur.tsdh.de> <874pil8f2m.fsf@baldur.tsdh.de> <87odgsjef5.fsf@baldur.tsdh.de> <87absbg53e.fsf@baldur.tsdh.de> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1188431745 24743 80.91.229.12 (29 Aug 2007 23:55:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 23:55:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 30 01:55:39 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQXNq-0002vE-Fh for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Aug 2007 01:55:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQXNq-0007gG-A2 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Aug 2007 19:55:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQXN3-0006q8-6v for help-gnu-emacs@gnu.org; Wed, 29 Aug 2007 19:54:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQXN2-0006oI-5p for help-gnu-emacs@gnu.org; Wed, 29 Aug 2007 19:54:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQXN1-0006ny-QY for help-gnu-emacs@gnu.org; Wed, 29 Aug 2007 19:54:47 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQXN1-0007rt-Aq for help-gnu-emacs@gnu.org; Wed, 29 Aug 2007 19:54:47 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 445C3AC601; Thu, 30 Aug 2007 01:52:11 +0200 (CEST) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id l7TNg8h5005173; Thu, 30 Aug 2007 01:42:08 +0200 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id l7TNg7CZ005170; Thu, 30 Aug 2007 01:42:07 +0200 In-reply-to: <87absbg53e.fsf@baldur.tsdh.de> (message from Tassilo Horn on Tue, 28 Aug 2007 15:29:25 +0200) User-Agent: Rmail in GNU Emacs 23.0.51.2 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.355, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.04, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-Detected-Kernel: Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46959 Archived-At: 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 ? Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org