all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xue Fuqiao <xfq.free@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Questions about parser state
Date: Sat, 5 Oct 2013 07:19:32 +0800	[thread overview]
Message-ID: <CAAF+z6ELZsGtmiZr06DQ4EiwR8XM9=8eGhq23KOXEsNZVU3G5A@mail.gmail.com> (raw)

Hi,

I have two questions about parser state in Emacs Lisp.  In (info
"(elisp) Parser State"):

   Here are the meanings of the elements of the parser state:
[...]
  5. ‘t’ if the end point is just after a quote character.
[...]
  7. What kind of comment is active: ‘nil’ if not in a comment or in a
     comment of style ‘a’;

My question is:
1. What does the "quote character" mean?  Does it mean "'" in Lisp?  If
   so, what about "," and "#"?
2. What is comment style ‘a’?  In (info "(elisp) Syntax Flags"): "A
   comment style is a set of flags ‘b’, ‘c’, and ‘n’, so there can be up
   to 8 different comment styles."  I can't find an ‘a’ style.

I've also searched the archives/web, but didn't get anything that looked
promising.  Can anyone point me in the right direction?

-- 
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



             reply	other threads:[~2013-10-04 23:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-04 23:19 Xue Fuqiao [this message]
2013-10-05  2:08 ` Questions about parser state Stefan Monnier
2013-10-05 10:08   ` Xue Fuqiao
2013-10-05 19:26     ` Stefan Monnier
2013-10-05 14:17   ` Drew Adams

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='CAAF+z6ELZsGtmiZr06DQ4EiwR8XM9=8eGhq23KOXEsNZVU3G5A@mail.gmail.com' \
    --to=xfq.free@gmail.com \
    --cc=help-gnu-emacs@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.