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

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

bug#24434: [25.1.1] parse-partial-sexp: opening delimiter missed


From: Andreas Röhler
Subject: bug#24434: [25.1.1] parse-partial-sexp: opening delimiter missed
Date: Wed, 14 Sep 2016 11:46:42 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.2.0

python-mode, problem seems not restricted to.

When after curly bracket in example below from
https://docs.python.org/3/library/string.html#formatstrings
6.1.3. Format String Syntax:

str.format("Bring me a {

depth-in-paren. i.e.

(nth 0 (parse-partial-sexp ...))

should indicate "2", but says "1".

When outside a string, `{' is recognized as opener.


GNU Emacs 25.1.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of 2016-08-22





reply via email to

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