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

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

bug#25063: 26.0.50; Regression: parse-partial-sexp and syntax-ppss wrong


From: Andreas Röhler
Subject: bug#25063: 26.0.50; Regression: parse-partial-sexp and syntax-ppss wrongly signal in-list
Date: Tue, 29 Nov 2016 19:04:01 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.4.0

In GNU Emacs 26.0.50.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of 2016-11-15

With buffer in haskell-mode

{- To explore this file:-}

After comment

(insert (format "%S" (syntax-ppss))) (1 1 30 nil nil nil 0 nil nil (1) nil)

after another comment

-- asdf

later in buffer

(parse-partial-sexp (point-min) (point))
==>
(1 1 39 nil nil nil 0 nil nil (1) nil)

Wrong display of nesting

Does not happen with GNU Emacs 25.1.90.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of 2016-11-29






reply via email to

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