emacs-devel
[Top][All Lists]
Advanced

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

parse-partial-sexp, what does it use?


From: Lennart Borgman (gmail)
Subject: parse-partial-sexp, what does it use?
Date: Thu, 24 Apr 2008 02:15:47 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

I am getting different results from parse-partial-sexp in two similar cases where I have tried to setup everything so that it should give the same result.

In both cases I believe I have the same arguments to parse-partial-sexp and this is t:

   (and (equal (syntax-table) html-mode-syntax-table)
        (equal (nth 1 font-lock-syntactic-keywords)
               sgml-font-lock-syntactic-keywords))

and

  multibyte-syntax-as-symbol=nil
  parse-sexp-ignore-comments=nil
  parse-sexp-lookup-properties=t

I guess I am missing something, but what?




reply via email to

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