[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:07:11 +0000 |
> > Does it work with quotes?
> > For instance: ["(&adsf"]
>
> yes, it does.
Because there's no sexp starting with `('.
"..." is just a string, a sexp in its own right.
But similarly, if you try just ["abc] or ["(abc]
then you'll run into the same group-didn't-end
(no-matching-delimiter) behavior.
- forward-sexp, Andreas Röhler, 2023/08/11
- RE: [External] : forward-sexp, Drew Adams, 2023/08/11
- Re: [External] : forward-sexp, Emanuel Berg, 2023/08/11
- Re: [External] : forward-sexp, Andreas Röhler, 2023/08/11
- RE: [External] : forward-sexp, Drew Adams, 2023/08/11
- Re: [External] : forward-sexp, Andreas Röhler, 2023/08/12
- Re: [External] : forward-sexp, Emanuel Berg, 2023/08/12
- RE: [External] : forward-sexp, Drew Adams, 2023/08/12
- Re: [External] : forward-sexp, Emanuel Berg, 2023/08/13
- RE: [External] : forward-sexp, Drew Adams, 2023/08/13
- Re: [External] : forward-sexp, Emanuel Berg, 2023/08/12
- RE: [External] : forward-sexp, Drew Adams, 2023/08/12