all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Alan Mackenzie <acm@muc.de>
Cc: emacs-devel@gnu.org
Subject: Re: Fix the choked unreality in page Parser State in syntax.texi.
Date: Fri, 20 Dec 2019 11:45:15 -0500	[thread overview]
Message-ID: <jwvbls3ne1d.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20191218195423.GA5215@ACM> (Alan Mackenzie's message of "Wed, 18 Dec 2019 19:54:23 +0000")

> I therefore propose installing the following documentation patch for
> Emacs 27.  It also tidies up one or two untidinesses:

LGTM, thanks (rather than replacing "one" with "two", I'd rephrase so
that it doesn't mention how many there are to avoid such
inconsistencies in the future ;-)


        Stefan

>
>
> diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi
> index 63d534dd13..d494d6fc5e 100644
> --- a/doc/lispref/syntax.texi
> +++ b/doc/lispref/syntax.texi
> @@ -797,12 +797,13 @@ Parser State
>    A @dfn{parser state} is a list of (currently) eleven elements
>  describing the state of the syntactic parser, after it parses the text
>  between a specified starting point and a specified end point in the
> -buffer.  Parsing functions such as @code{syntax-ppss}
> +buffer using @code{parse-partial-sexp} (@pxref{Low-Level Parsing}).
> +Parsing functions such as @code{syntax-ppss}
>  @ifnottex
>  (@pxref{Position Parse})
>  @end ifnottex
> -return a parser state as the value.  Some parsing functions accept a
> -parser state as an argument, for resuming parsing.
> +also return a parser state as the value.  @code{parse-partial-sexp}
> +can accept a parser state as an argument, for resuming parsing.
>  
>    Here are the meanings of the elements of the parser state:
>  
> @@ -866,11 +867,11 @@ Parser State
>  @end enumerate
>  
>    Elements 1, 2, and 6 are ignored in a state which you pass as an
> -argument to continue parsing.  Elements 9 and 10 are mainly used
> -internally by the parser code.
> +argument to @code{parse-partial-sexp} to continue parsing.  Elements 9
> +and 10 are mainly used internally by the parser code.
>  
> -  One additional piece of useful information is available from a
> -parser state using this function:
> +  Two additional pieces of useful information are available from a
> +parser state using these functions:
>  
>  @defun syntax-ppss-toplevel-pos state
>  This function extracts, from parser state @var{state}, the last
> @@ -883,8 +884,8 @@ Parser State
>  @end defun
>  
>  @defun syntax-ppss-context state
> -Return @code{string} if @var{state} is a string and @code{comment} if
> -it's a comment.
> +Return @code{string} if the end position of a scan returning
> +@var{state} is in a string, and @code{comment} if it's in a comment.
>  @end defun
>  
>  @node Low-Level Parsing




  parent reply	other threads:[~2019-12-20 16:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-18 19:54 Fix the choked unreality in page Parser State in syntax.texi Alan Mackenzie
2019-12-19 15:02 ` Eli Zaretskii
2019-12-20 16:45 ` Stefan Monnier [this message]
2019-12-20 20:37   ` Alan Mackenzie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvbls3ne1d.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.