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

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

Re: malformed function


From: Pascal J. Bourguignon
Subject: Re: malformed function
Date: Fri, 18 Mar 2011 11:35:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> Hi,
>
> have something like that in my code:
>
>   (save-restriction
>     (widen)
>     (let* (...
>            (pps (parse-partial-sexp (point-min) (point)))
>            (erg
>             (cond
>              (FIRST-COND
>               DO-SOMETHING)
>              ((nth 1 pps)
>               DO-SOMETHING))))
>
> Compiler says:
>
> (nth 1 pps)' is a malformed function
>
> ;;;;;;
>
> Can't see why

We can't either, since you didn't provide the whole code.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


reply via email to

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