summaryrefslogtreecommitdiff
path: root/devdocs/elisp/control-parsing.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/control-parsing.html')
-rw-r--r--devdocs/elisp/control-parsing.html15
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 &copy; 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>