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

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

Find outermost containing sexp


From: A Soare
Subject: Find outermost containing sexp
Date: Wed, 2 May 2007 13:31:53 +0200 (CEST)

In function calculate-lisp-indent:

      ;; Find outermost containing sexp
      (while (< (point) indent-point)
        (setq state (parse-partial-sexp (point) indent-point 0)))


Cn somebody give me an example where (setq ... is executed here more than once, 
please?







reply via email to

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