all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Questions about parser state
@ 2013-10-04 23:19 Xue Fuqiao
  2013-10-05  2:08 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Xue Fuqiao @ 2013-10-04 23:19 UTC (permalink / raw)
  To: help-gnu-emacs

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/



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-05 19:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 23:19 Questions about parser state Xue Fuqiao
2013-10-05  2:08 ` Stefan Monnier
2013-10-05 10:08   ` Xue Fuqiao
2013-10-05 19:26     ` Stefan Monnier
2013-10-05 14:17   ` Drew Adams

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.