[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to go back to matching parenthesis in python-mode?
From: |
edgar |
Subject: |
how to go back to matching parenthesis in python-mode? |
Date: |
Mon, 25 Oct 2021 03:09:40 +0000 |
User-agent: |
Roundcube Webmail/1.2.3 |
Hi!
I would like to know if you can help me, please. I have this MWE
(minimally working example):
a = sum([val for val in range(10)])
If I set the point (cursor) at the end of the line and type `C-M b'
(`backward-sexp'), I would expect to go back to the matching parenthesis
next to `sum', but it takes me to the beginning of the line.
How can I go back to the matching parenthesis? Thank you
GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27,
cairo version 1.17.4) of 2021-03-26
python.el:
;; URL: https://github.com/fgallina/python.el
;; Version: 0.28
-------------------------------------------------
This free account was provided by VFEmail.net - report spam to abuse@vfemail.net
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!
- how to go back to matching parenthesis in python-mode?,
edgar <=