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

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

RE: [External] : forward-sexp


From: Drew Adams
Subject: RE: [External] : forward-sexp
Date: Fri, 11 Aug 2023 20:23:10 +0000

Put your cursor just before a `[' char and use `C-u C-x ='.
Same thing for a `(' char and a `"' char.  What does it say
for syntax?

For `[' it says this (in fundamental-mode):

 syntax: (] which means: open, matches ]

For `)' it says this:

 syntax: () which means: open, matches )

For `"' it says this:

 syntax: " which means: string


reply via email to

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