diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/control-parsing.html | |
new repository
Diffstat (limited to 'devdocs/elisp/control-parsing.html')
| -rw-r--r-- | devdocs/elisp/control-parsing.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devdocs/elisp/control-parsing.html b/devdocs/elisp/control-parsing.html new file mode 100644 index 00000000..d91c6ba6 --- /dev/null +++ b/devdocs/elisp/control-parsing.html @@ -0,0 +1,15 @@ + <h4 class="subsection">Parameters to Control Parsing</h4> <dl> <dt id="multibyte-syntax-as-symbol">Variable: <strong>multibyte-syntax-as-symbol</strong> +</dt> <dd><p>If this variable is non-<code>nil</code>, <code>scan-sexps</code> treats all non-<acronym>ASCII</acronym> characters as symbol constituents regardless of what the syntax table says about them. (However, <code>syntax-table +</code>text properties can still override the syntax.) </p></dd> +</dl> <dl> <dt id="parse-sexp-ignore-comments">User Option: <strong>parse-sexp-ignore-comments</strong> +</dt> <dd> + <p>If the value is non-<code>nil</code>, then comments are treated as whitespace by the functions in this section and by <code>forward-sexp</code>, <code>scan-lists</code> and <code>scan-sexps</code>. </p> +</dd> +</dl> <p>The behavior of <code>parse-partial-sexp</code> is also affected by <code>parse-sexp-lookup-properties</code> (see <a href="syntax-properties">Syntax Properties</a>). </p> <dl> <dt id="comment-end-can-be-escaped">Variable: <strong>comment-end-can-be-escaped</strong> +</dt> <dd><p>If this buffer local variable is non-<code>nil</code>, a single character which usually terminates a comment doesn’t do so when that character is escaped. This is used in C and C++ Modes, where line comments starting with ‘<samp>//</samp>’ can be continued onto the next line by escaping the newline with ‘<samp>\</samp>’. </p></dd> +</dl> <p>You can use <code>forward-comment</code> to move forward or backward over one comment or several comments. </p><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Control-Parsing.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Control-Parsing.html</a> + </p> +</div> |
