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

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

malformed function


From: Andreas Röhler
Subject: malformed function
Date: Fri, 18 Mar 2011 11:28:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9


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

Thanks

Andreas

GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2011-03-04

--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://code.launchpad.net/s-x-emacs-werkstatt/




reply via email to

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